From 18afd227034b5cd390b15c84fc43df165603d69a Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Fri, 15 Mar 2019 16:38:15 +0400 Subject: [PATCH] Add devops view Change-Id: Ia1ebc982dc5b9aac8bbe7402fb1fb50b3b422b62 --- maintenance-ci/views/devops.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 maintenance-ci/views/devops.yaml diff --git a/maintenance-ci/views/devops.yaml b/maintenance-ci/views/devops.yaml new file mode 100644 index 0000000..b6f56ac --- /dev/null +++ b/maintenance-ci/views/devops.yaml @@ -0,0 +1,22 @@ +- view: + type: list + name: 'devops' + regex: '^((?!9\.x|9\.0|0\.snapshot).)*$' +# jobs: +# - 9.x.snapshot.params +# - 9.x.swarm.runner +# - 9.x.swarm.micro.runner +# - 9.x.acceptance.runner +# - 9.x.acceptance.test-reports +# - 9.x.backup-restore.test-reports +# - 9.x.baremetal.test-reports +# - 9.0.proposed-to-updates + columns: + - status + - job + - last-success + - last-failure + - last-duration + - build-button + recurse: False + -- 2.45.2