diff options
author | James E. Blair <jeblair@redhat.com> | 2019-07-11 13:14:57 -0700 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2019-07-11 16:19:48 -0700 |
commit | f1bcb7ccb500a95dc5dd9e1ba9f933f55e78e786 (patch) | |
tree | ada03fe57785d302d6405973a600f8f1c0f79ec4 /.zuul.yaml | |
parent | 41927a38db6ec7b3149ad274b9bbb166a81b1b36 (diff) | |
download | zuul-f1bcb7ccb500a95dc5dd9e1ba9f933f55e78e786.tar.gz |
Switch to opendev release/docs jobs
We no longer need the zuul-specific release jobs, the opendev
job will do. Also, we haven't needed it in the post pipeline
for a while since we added the promote release for dev releases.
We must have missed that.
Also switch to the new promote-based docs jobs.
Change-Id: I826aa3fc3c8e83cf6f2c6d3896b602d164275ba0
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index 32e45a5ed..d9f93fdb8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -166,7 +166,7 @@ check: jobs: - zuul-build-image - - tox-docs + - zuul-tox-docs - tox-pep8 - tox-py35: irrelevant-files: @@ -211,7 +211,7 @@ gate: jobs: - zuul-upload-image - - tox-docs + - zuul-tox-docs - tox-pep8 - tox-py35: irrelevant-files: @@ -250,17 +250,13 @@ node_version: 10 zuul_work_dir: "{{ zuul.project.src_dir }}/web" create_tarball_directory: build - post: - jobs: - - publish-zuul-docs - - publish-zuul-python-branch-tarball - - release-zuul-python promote: jobs: - zuul-promote-image + - zuul-promote-docs - opendev-promote-python - opendev-promote-javascript-content release: jobs: - - release-zuul-python - - publish-zuul-docs + - opendev-release-python + - zuul-publish-tox-docs |