summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest/xtesting.yaml')
-rw-r--r--jjb/functest/xtesting.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml
index 9face4eee..5d2d9bed9 100644
--- a/jjb/functest/xtesting.yaml
+++ b/jjb/functest/xtesting.yaml
@@ -691,7 +691,6 @@
- 'xtesting-{tag}-review'
- 'xtesting-{tag}-docker'
-
- view:
name: xtesting
view-type: list
@@ -702,7 +701,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z]+-daily$
+ regex: ^xtesting-[a-z0-9]+-daily$
- view:
name: xtesting-review
@@ -714,7 +713,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z]+-review$
+ regex: ^xtesting-[a-z0-9]+-review$
- view:
name: xtesting-tox
@@ -726,7 +725,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z]+-tox$
+ regex: ^xtesting-[a-z0-9]+-tox$
- view:
name: xtesting-docker
@@ -738,7 +737,7 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z]+-docker$
+ regex: ^xtesting-[a-z0-9]+-docker$
- view:
name: xtesting-trivy
@@ -750,4 +749,4 @@
- last-success
- last-failure
- last-duration
- regex: ^xtesting-[a-z-]+-trivy$
+ regex: ^xtesting-[a-z-0-9]+-trivy$