summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-10 22:22:03 +0000
committerGerrit Code Review <review@openstack.org>2020-06-10 22:22:03 +0000
commit870eefcb85ef399ca8bf808c14e43922f444c41d (patch)
treeb19451e4daac049acd50f2ce345bde90dd90c3c8 /.zuul.yaml
parentad23472be31302d82b2893147671032cc271714f (diff)
parent341c90aa4da8ad2b772643aa8da83a9b9302d762 (diff)
downloadzuul-870eefcb85ef399ca8bf808c14e43922f444c41d.tar.gz
Merge "Add descriptions to the different dashboard jobs"
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 e7039bd37..e0f8e8c7a 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -66,6 +66,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/.*
@@ -79,18 +81,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