57092b09bc
This adds a license, build and publish jobs, and an placeholder index page. Depends-On: https://review.opendev.org/801899 Change-Id: Ic9a31972c84b3b450abe093b273144f105fb0391
31 lines
644 B
YAML
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
|