Use publish-to-pypi for instack-undercloud

Jobs were duplicated as part of the process to deprecate master,
but we need the template to be used in order to do releases for
stable branches. Adding the template back is OK now that master
is closed for changes anyway.

Change-Id: Ibec07dfc1131ff6b8fd2670c8ebf0b9f36f28a33
This commit is contained in:
Emilien Macchi 2019-02-21 11:40:29 -05:00 committed by Thierry Carrez
parent 81071e975d
commit 885366f4f4

View File

@ -4497,34 +4497,12 @@
- project: - project:
name: openstack/instack-undercloud name: openstack/instack-undercloud
# NOTE(aschultz): these have to dupe the publish-to-pypi jobs templates:
# because of the branch designation for the release job - publish-to-pypi
check: check:
queue: tripleo queue: tripleo
jobs:
- noop:
branches: master
- test-release-openstack:
branches: ^(?!master).*$
gate: gate:
queue: tripleo queue: tripleo
jobs:
- noop:
branches: master
- test-release-openstack:
branches: ^(?!master).*$
pre-release:
jobs:
- release-openstack-python
release:
jobs:
- release-openstack-python
- announce-release:
dependencies:
- release-openstack-python
- propose-update-constraints:
dependencies:
- release-openstack-python
- project: - project:
name: openstack/intel-nfv-ci-tests name: openstack/intel-nfv-ci-tests