From: Vladimir Khlyunev Date: Fri, 15 Mar 2019 12:38:15 +0000 (+0400) Subject: Add devops view X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=18afd227034b5cd390b15c84fc43df165603d69a;p=tools%2Fsustaining.git Add devops view Change-Id: Ia1ebc982dc5b9aac8bbe7402fb1fb50b3b422b62 --- 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 +