Fix Xtesting Raspberrry PI jobs 91/70691/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 7 Aug 2020 13:38:25 +0000 (15:38 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 7 Aug 2020 13:38:25 +0000 (15:38 +0200)
Change-Id: I7f47d58011a2a968363d06d76464d749594f9e19
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtesting-pi.yaml

index 2b6e04e..f27f193 100644 (file)
       - 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:
       - last-success
       - last-failure
       - last-duration
-    regex: ^xtesting-pi-[a-z]+-(daily|check|gate)$
+    regex: ^xtesting-pi-(arm.*-|amd64-)*[a-z]+-daily$