Merge "Fix read the docs post job"

This commit is contained in:
Zuul 2020-03-02 18:01:07 +00:00 committed by Gerrit Code Review
commit 1d87b87ede
2 changed files with 4 additions and 10 deletions

View File

@ -76,15 +76,6 @@
serve_dir: /srv/iso
serve_port: 8099
- job:
name: airship-airshipctl-publish-docs
nodeset: airship-airshipctl-single-node
parent: trigger-readthedocs-webhook
run: playbooks/airship-airshipctl-build-docs.yaml
vars:
rtd_project_name: airship-airshipctl
rtd_webhook_id: 112688
- job:
name: airship-airshipctl-publish-image
parent: airship-airshipctl-build-image

View File

@ -11,6 +11,9 @@
# limitations under the License.
- project:
vars:
rtd_project_name: airship-airshipctl
rtd_webhook_id: 112688
check:
jobs:
- airship-airshipctl-build-docs
@ -27,6 +30,6 @@
- airship-airshipctl-gate-test
post:
jobs:
- airship-airshipctl-publish-docs
- trigger-readthedocs-webhook
- airship-airshipctl-publish-image
- airship-airshipctl-upload-git-mirror