From 75b2cec7d3158c7e348d3c6d1f22f55f5bcde07f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 29 Jan 2020 09:19:14 +1100 Subject: [PATCH] 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 --- .zuul.d/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index a1812432..7ee69fd2 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -15,3 +15,4 @@ promote: jobs: - promote-tox-docs-static + - promote-governance-election