diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-22 13:44:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-22 13:44:52 +0200 |
commit | f426669dd26e7d24ce6a13bc0af38d43be758658 (patch) | |
tree | be5cc1b5de4e0bec406d627fdaebc1034cfd65c7 /jjb | |
parent | 6f496588ed030772c6acf3256fc134515b8e5f05 (diff) |
Update Xtesting Gates
It now selects lf-virtual1 as slave and Alpine 3.10.
It has been generated via latest Xtesting Ansible role.
Change-Id: I97c2179cc0f42e435e19b738f7d86114de592425
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index c22056145..e3fe56b2c 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -10,13 +10,13 @@ tag: - latest: branch: master - slave: lf-build2 + slave: lf-virtual1 - iruya: branch: stable/iruya - slave: lf-build2 + slave: lf-virtual1 - hunter: branch: stable/hunter - slave: lf-build2 + slave: lf-virtual1 - parameter: name: xtesting-slave @@ -264,21 +264,21 @@ ref: $branch - project: - name: 'xtesting-_-alpine-3.9-rmi' + name: 'xtesting-_-alpine-3.10-rmi' repo: _ port: container: alpine - tag: 3.9 + tag: '3.10' slave: master jobs: - 'xtesting-{repo}-{container}-{tag}-rmi' - project: - name: 'xtesting-_-alpine-3.9-pull' + name: 'xtesting-_-alpine-3.10-pull' repo: _ port: container: alpine - tag: 3.9 + tag: '3.10' slave: master jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -316,12 +316,12 @@ - multijob: name: remove dependencies projects: - - name: 'xtesting-_-alpine-3.9-rmi' + - name: 'xtesting-_-alpine-3.10-rmi' <<: *xtesting-jobs - multijob: name: pull dependencies projects: - - name: 'xtesting-_-alpine-3.9-pull' + - name: 'xtesting-_-alpine-3.10-pull' <<: *xtesting-jobs - multijob: name: opnfv/xtesting @@ -391,12 +391,12 @@ - multijob: name: remove dependencies projects: - - name: 'xtesting-_-alpine-3.9-rmi' + - name: 'xtesting-_-alpine-3.10-rmi' <<: *xtesting-jobs - multijob: name: pull dependencies projects: - - name: 'xtesting-_-alpine-3.9-pull' + - name: 'xtesting-_-alpine-3.10-pull' <<: *xtesting-jobs - multijob: name: opnfv/xtesting |