From a252ec38cc08b63e9aaeac5ac4382cea95d4b958 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Mon, 13 May 2019 14:21:13 +0400 Subject: [PATCH] Add view for 9.x service jobs Change-Id: Ib6fcd7aab33b6a6a8d92df24d415f2ae0b977a06 --- maintenance-ci/views/9.x.common.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 maintenance-ci/views/9.x.common.yaml diff --git a/maintenance-ci/views/9.x.common.yaml b/maintenance-ci/views/9.x.common.yaml new file mode 100644 index 0000000..06f0cc5 --- /dev/null +++ b/maintenance-ci/views/9.x.common.yaml @@ -0,0 +1,21 @@ +- view: + type: list + name: '9.x' + #regex: '9.x.*' + jobs: + - 9.x.snapshot.params + - 9.x..swarm.runner + - 9.x..swarm.micro.runner + - 9.x.env_vars_generate + - 9.0.proposed-to-updates + - 9.x.swarm.test-reports + columns: + - status + - weather + - job + - last-success + - last-failure + - last-duration + - build-button + recurse: False + -- 2.45.2