gating.dev/.zuul.yaml
James E. Blair 57092b09bc Add initial job framework
This adds a license, build and publish jobs, and an placeholder
index page.

Depends-On: https://review.opendev.org/801899
Change-Id: Ic9a31972c84b3b450abe093b273144f105fb0391
2021-07-22 13:53:37 -07:00

31 lines
644 B
YAML

- job:
name: gating.dev-build
description: |
Publishes a draft version of the gating.dev website.
success-url: html/
run: playbooks/build-site.yaml
post-run: playbooks/publish-draft-site.yaml
nodeset:
nodes: []
- job:
name: gating.dev-publish
parent: publish-gating.dev-website
description: |
Publishes the Zuul website.
run: playbooks/build-site.yaml
post-run: playbooks/publish-site.yaml
nodeset:
nodes: []
- project:
check:
jobs:
- gating.dev-build
gate:
jobs:
- gating.dev-build
post:
jobs:
- gating.dev-publish