From 1410eb26d6cc2ac75e213ef99ed5a52ea678209d Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 27 Apr 2021 17:42:44 +0200 Subject: [PATCH] Gate xtesting ansible driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ifd6920c814cf54e65d390fd0ab3b5fa3ad14ba2f Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-pi.yaml | 19 +++++++++++++++++++ jjb/functest/xtesting.yaml | 11 +++++++++++ 2 files changed, 30 insertions(+) diff --git a/jjb/functest/xtesting-pi.yaml b/jjb/functest/xtesting-pi.yaml index f07a10581..2af9fd988 100644 --- a/jjb/functest/xtesting-pi.yaml +++ b/jjb/functest/xtesting-pi.yaml @@ -196,8 +196,25 @@ - fourth - fifth - sixth + - eighth privileged: 'false' network: bridge + exclude: + - {'tag': 'leguer', 'test': 'eighth'} + - {'tag': 'kali', 'test': 'eighth'} + - {'tag': 'jerma', 'test': 'eighth'} + - {'tag': 'iruya', 'test': 'eighth'} + - {'tag': 'hunter', 'test': 'eighth'} + - {'tag': 'arm-leguer', 'test': 'eighth'} + - {'tag': 'arm-kali', 'test': 'eighth'} + - {'tag': 'arm-jerma', 'test': 'eighth'} + - {'tag': 'arm-iruya', 'test': 'eighth'} + - {'tag': 'arm-hunter', 'test': 'eighth'} + - {'tag': 'arm64-leguer', 'test': 'eighth'} + - {'tag': 'arm64-kali', 'test': 'eighth'} + - {'tag': 'arm64-jerma', 'test': 'eighth'} + - {'tag': 'arm64-iruya', 'test': 'eighth'} + - {'tag': 'arm64-hunter', 'test': 'eighth'} jobs: - 'xtesting-pi-{repo}-{container}-{tag}-{test}-run' @@ -301,6 +318,8 @@ <<: *xtesting-pi-jobs - name: 'xtesting-pi-ollivier-xtesting-{tag}-sixth-run' <<: *xtesting-pi-jobs + - name: 'xtesting-pi-ollivier-xtesting-{tag}-eighth-run' + <<: *xtesting-pi-jobs - multijob: name: ollivier/xtesting-mts:{tag} projects: diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 19eb555a0..a80892cce 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -196,8 +196,15 @@ - fourth - fifth - sixth + - eighth privileged: 'false' network: bridge + exclude: + - {'tag': 'leguer', 'test': 'eighth'} + - {'tag': 'kali', 'test': 'eighth'} + - {'tag': 'jerma', 'test': 'eighth'} + - {'tag': 'iruya', 'test': 'eighth'} + - {'tag': 'hunter', 'test': 'eighth'} jobs: - 'xtesting-{repo}-{container}-{tag}-{test}-run' @@ -301,6 +308,8 @@ <<: *xtesting-jobs - name: 'xtesting-opnfv-xtesting-{tag}-sixth-run' <<: *xtesting-jobs + - name: 'xtesting-opnfv-xtesting-{tag}-eighth-run' + <<: *xtesting-jobs - multijob: name: opnfv/xtesting-mts:{tag} projects: @@ -585,6 +594,8 @@ <<: *xtesting-jobs - name: 'xtesting-opnfv-xtesting-{tag}-sixth-run' <<: *xtesting-jobs + - name: 'xtesting-opnfv-xtesting-{tag}-eighth-run' + <<: *xtesting-jobs - multijob: name: opnfv/xtesting-mts:{tag} projects: -- 2.16.6