From: Cédric Ollivier Date: Fri, 7 Aug 2020 13:38:25 +0000 (+0200) Subject: Fix Xtesting Raspberrry PI jobs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=28a56dfe8b85cc7fba8017b7516b2609311302c5;p=releng.git Fix Xtesting Raspberrry PI jobs Change-Id: I7f47d58011a2a968363d06d76464d749594f9e19 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-pi.yaml b/jjb/functest/xtesting-pi.yaml index 2b6e04e1a..f27f19354 100644 --- a/jjb/functest/xtesting-pi.yaml +++ b/jjb/functest/xtesting-pi.yaml @@ -250,6 +250,19 @@ - fourth - fifth - sixth + exclude: + - tag: hunter + test: sixth + - tag: iruya + test: sixth + - tag: arm-hunter + test: sixth + - tag: arm-iruya + test: sixth + - tag: arm64-hunter + test: sixth + - tag: arm64-iruya + test: sixth privileged: 'false' network: bridge jobs: @@ -415,4 +428,4 @@ - last-success - last-failure - last-duration - regex: ^xtesting-pi-[a-z]+-(daily|check|gate)$ + regex: ^xtesting-pi-(arm.*-|amd64-)*[a-z]+-daily$