diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-07 15:38:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-07 15:38:25 +0200 |
commit | 28a56dfe8b85cc7fba8017b7516b2609311302c5 (patch) | |
tree | a1ce2e8f7abc9ecb2f4abae4daa7ec262db1dd0b /jjb/functest | |
parent | eda5459bcd2e4772a3f7874c878602977623097c (diff) |
Fix Xtesting Raspberrry PI jobs
Change-Id: I7f47d58011a2a968363d06d76464d749594f9e19
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting-pi.yaml | 15 |
1 files changed, 14 insertions, 1 deletions
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$ |