- 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