From 7a5d6483138a1f6e5bb183d68689b42aa74209ba Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 22 Jun 2021 10:09:19 +0200 Subject: Update Functest Gates according to XtestingCI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8b4ced496b2995dc32b6f3867c300e725315a78c Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-pi.yaml | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) (limited to 'jjb/functest/xtesting-pi.yaml') diff --git a/jjb/functest/xtesting-pi.yaml b/jjb/functest/xtesting-pi.yaml index 88ba74849..fdcdae52c 100644 --- a/jjb/functest/xtesting-pi.yaml +++ b/jjb/functest/xtesting-pi.yaml @@ -59,7 +59,6 @@ - random-string: name: build_tag - - xtesting-pi-run-containers: &xtesting-pi-run-containers name: 'xtesting-pi-run-containers' <<: *xtesting-pi-containers @@ -194,15 +193,24 @@ privileged: 'false' network: bridge exclude: - - {'tag': 'leguer', 'test': 'eighth'} - - {'tag': 'kali', 'test': 'eighth'} - - {'tag': 'jerma', 'test': 'eighth'} - - {'tag': 'arm-leguer', 'test': 'eighth'} - - {'tag': 'arm-kali', 'test': 'eighth'} - - {'tag': 'arm-jerma', 'test': 'eighth'} - - {'tag': 'arm64-leguer', 'test': 'eighth'} - - {'tag': 'arm64-kali', 'test': 'eighth'} - - {'tag': 'arm64-jerma', 'test': 'eighth'} + - tag: leguer + test: eighth + - tag: kali + test: eighth + - tag: jerma + test: eighth + - tag: arm-leguer + test: eighth + - tag: arm-kali + test: eighth + - tag: arm-jerma + test: eighth + - tag: arm64-leguer + test: eighth + - tag: arm64-kali + test: eighth + - tag: arm64-jerma + test: eighth jobs: - 'xtesting-pi-{repo}-{container}-{tag}-{test}-run' @@ -270,12 +278,14 @@ slave: '{slave}' - xtesting-pi-build_tag: build_tag: '' + # PyYAML and yamllint differ here + # see https://github.com/yaml/pyyaml/issues/234 + # yamllint disable rule:indentation properties: - build-blocker: - use-build-blocker: true - blocking-level: 'NODE' blocking-jobs: - - '^xtesting-pi-{tag}-(daily|docker|review)$' + - ^xtesting-(pi-)*{tag}-(daily|docker|review)$ + # yamllint enable rule:indentation builders: - multijob: name: remove former images -- cgit 1.2.3-korg