diff options
author | 2020-07-03 08:55:48 +0000 | |
---|---|---|
committer | 2020-07-03 08:55:48 +0000 | |
commit | 8515c5dec75ed3186dfc4b321bc9f0d11561d414 (patch) | |
tree | 93213e79d6b928b6427aca284cd8698dec6f9b6b | |
parent | 23b53a1fe78937d6391b89d1b11587419815b708 (diff) | |
parent | 83696dd887f457b5bbd5d7e43e65c8e4ca49362e (diff) |
Merge "Add all Functest gate views"
-rw-r--r-- | jjb/functest/functest-kubernetes.yaml | 12 | ||||
-rw-r--r-- | jjb/functest/xtesting.yaml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index 3beedb35e..e6b110bbe 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -752,3 +752,15 @@ - last-failure - last-duration regex: ^functest-kubernetes-[a-z]+-daily$ + +- view: + name: functest-kubernetes-gate + view-type: list + columns: + - status + - weather + - job + - last-success + - last-failure + - last-duration + regex: ^functest-kubernetes-[a-z]+-gate$ diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 79e7b5ca2..f2b3dacf6 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -525,3 +525,15 @@ - last-failure - last-duration regex: ^xtesting-[a-z]+-daily$ + +- view: + name: xtesting-gate + view-type: list + columns: + - status + - weather + - job + - last-success + - last-failure + - last-duration + regex: ^xtesting-[a-z]+-gate$ |