summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2020-05-20 17:04:36 -0500
committerJames E. Blair <jeblair@redhat.com>2020-06-10 14:17:24 -0700
commit341c90aa4da8ad2b772643aa8da83a9b9302d762 (patch)
tree59a3a24eb8a50c4dc4bd62b98f608dd9d7834df0 /.zuul.yaml
parent86eba8b05d5a3f913ba7e255565e8cd5d20fea35 (diff)
downloadzuul-341c90aa4da8ad2b772643aa8da83a9b9302d762.tar.gz
Add descriptions to the different dashboard jobs
Change-Id: I417614bdd86b4a9345ba43a446b61505ac213973
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 43c64a6b5..56b0e527d 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -75,6 +75,8 @@
- job:
name: zuul-build-dashboard
parent: build-javascript-deployment
+ description: |
+ Builds the zuul dashboard without an overridden API URL.
success-url: 'npm/html/'
files:
- web/.*
@@ -88,18 +90,34 @@
- job:
name: zuul-build-dashboard-openstack-whitelabel
parent: zuul-build-dashboard
+ description: |
+ Builds the zuul dashboard with API URL pointing to
+ https://zuul.openstack.org, which tests whitelabeled
+ deployments.
vars:
zuul_api_url: https://zuul.openstack.org
- job:
name: zuul-build-dashboard-software-factory
parent: zuul-build-dashboard
+ description: |
+ Builds the zuul dashboard with API URL pointing to
+ https://softwarefactory-project.io/zuul, which tests
+ multi-tenant deployments on a suburl, as well as letting
+ us check that dashboard changes won't break the
+ softwarefactory service.
vars:
zuul_api_url: https://softwarefactory-project.io/zuul
- job:
name: zuul-build-dashboard-opendev
parent: zuul-build-dashboard
+ description: |
+ Builds the zuul dashboard with API URL pointing to
+ https://zuul.opendev.org, which tests multi-tenant
+ deployments not on a suburl, as well as letting us
+ check that dashboard changes won't break the
+ OpenDev service.
vars:
zuul_api_url: https://zuul.opendev.org