From 28a56dfe8b85cc7fba8017b7516b2609311302c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 7 Aug 2020 15:38:25 +0200 Subject: [PATCH] Fix Xtesting Raspberrry PI jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I7f47d58011a2a968363d06d76464d749594f9e19 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-pi.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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$ -- 2.16.6