election/.zuul.d/project.yaml
Ian Wienand 75b2cec7d3 Add promote-governance-election job
This job publishes the election site under the
governance.openstack.org AFS volume.  This is our "next generation"
publishing as it doesn't rely on storing things on a single static
server.  The current job, promote-tox-docs-static, will be removed
after we transition to serving the site from AFS.

Depends-On: https://review.opendev.org/704702
Change-Id: If666499149c80e2194c33dfd17d115f39f2280bf
2020-01-29 09:23:59 +11:00

19 lines
453 B
YAML

- project:
templates:
- build-openstack-docs-pti
- openstack-python35-jobs
- openstack-python36-jobs
check:
jobs:
- openstack-tox-linters
- election-tox-ci-checks-review
- election-tox-ci-checks-election
gate:
jobs:
- openstack-tox-linters
- election-tox-ci-checks-election
promote:
jobs:
- promote-tox-docs-static
- promote-governance-election