diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-04 17:08:54 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-04 17:08:54 +0100 |
commit | 87eceffc93fef80a56d43a55d136c3a677b366f8 (patch) | |
tree | efc4b306e7dc90f7ffbd36a2651d237a9023ffeb /jjb/functest | |
parent | 874b3a7c977ab62526d63b15df1374faf03a3279 (diff) |
Update Alpine to 3.11 in Xtesting jobs
Change-Id: I15b72dfd13f7a7eb4c07fa5d426e0d9b23deef60
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index ab2d58e1e..44231e432 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -340,21 +340,21 @@ ref: $branch - project: - name: 'xtesting-_-alpine-3.10-rmi' + name: 'xtesting-_-alpine-3.11-rmi' repo: _ port: container: alpine - tag: '3.10' + tag: '3.11' slave: master jobs: - 'xtesting-{repo}-{container}-{tag}-rmi' - project: - name: 'xtesting-_-alpine-3.10-pull' + name: 'xtesting-_-alpine-3.11-pull' repo: _ port: container: alpine - tag: '3.10' + tag: '3.11' slave: master jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -396,12 +396,12 @@ - multijob: name: remove dependencies projects: - - name: 'xtesting-_-alpine-3.10-rmi' + - name: 'xtesting-_-alpine-3.11-rmi' <<: *xtesting-jobs - multijob: name: pull dependencies projects: - - name: 'xtesting-_-alpine-3.10-pull' + - name: 'xtesting-_-alpine-3.11-pull' <<: *xtesting-jobs - multijob: name: opnfv/xtesting @@ -475,12 +475,12 @@ - multijob: name: remove dependencies projects: - - name: 'xtesting-_-alpine-3.10-rmi' + - name: 'xtesting-_-alpine-3.11-rmi' <<: *xtesting-jobs - multijob: name: pull dependencies projects: - - name: 'xtesting-_-alpine-3.10-pull' + - name: 'xtesting-_-alpine-3.11-pull' <<: *xtesting-jobs - multijob: name: opnfv/xtesting |