diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-23 18:50:47 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-23 18:50:47 +0100 |
commit | 7c5ec611f2190ab402449bc2a2049d6bde4263c8 (patch) | |
tree | f3ffddd9ee97dcfae30524b21ea89bba603b50c5 /jjb/functest | |
parent | 07be796a1d5ebf3864679b49d5219f946c65e10a (diff) |
Generate xtesting.yaml from playbook
It takes into account the update of Alpine (3.9).
Change-Id: Ied99214e23717f8848fbc2072581ab309772fb1b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 3f86b0530..2c5babd61 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -12,8 +12,6 @@ branch: master - hunter: branch: stable/hunter - - gambia: - branch: stable/gambia - parameter: name: xtesting-slave @@ -246,20 +244,20 @@ ref: $branch - project: - name: 'xtesting-_-alpine-3.8-rmi' + name: 'xtesting-_-alpine-3.9-rmi' repo: _ port: container: alpine - tag: 3.8 + tag: 3.9 jobs: - 'xtesting-{repo}-{container}-{tag}-rmi' - project: - name: 'xtesting-_-alpine-3.8-pull' + name: 'xtesting-_-alpine-3.9-pull' repo: _ port: container: alpine - tag: 3.8 + tag: 3.9 jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -295,12 +293,12 @@ - multijob: name: remove dependencies projects: - - name: 'xtesting-_-alpine-3.8-rmi' + - name: 'xtesting-_-alpine-3.9-rmi' <<: *xtesting-jobs - multijob: name: pull dependencies projects: - - name: 'xtesting-_-alpine-3.8-pull' + - name: 'xtesting-_-alpine-3.9-pull' <<: *xtesting-jobs - multijob: name: opnfv/functest-xtesting @@ -367,12 +365,12 @@ - multijob: name: remove dependencies projects: - - name: 'xtesting-_-alpine-3.8-rmi' + - name: 'xtesting-_-alpine-3.9-rmi' <<: *xtesting-jobs - multijob: name: pull dependencies projects: - - name: 'xtesting-_-alpine-3.8-pull' + - name: 'xtesting-_-alpine-3.9-pull' <<: *xtesting-jobs - multijob: name: opnfv/functest-xtesting |