Merge "Fix instack jobs (again)"
This commit is contained in:
commit
6884c6b89a
@ -4319,8 +4319,8 @@
|
|||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: openstack/instack
|
name: openstack/instack
|
||||||
templates:
|
# NOTE(aschultz): these have to dupe the publish-to-pypi-python3 jobs
|
||||||
- publish-to-pypi-python3
|
# because of the branch designation for the release job
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- noop:
|
- noop:
|
||||||
@ -4333,12 +4333,23 @@
|
|||||||
branches: master
|
branches: master
|
||||||
- test-release-openstack-python3:
|
- test-release-openstack-python3:
|
||||||
branches: ^(?!master).*$
|
branches: ^(?!master).*$
|
||||||
|
pre-release:
|
||||||
|
jobs:
|
||||||
|
- release-openstack-python3
|
||||||
|
release:
|
||||||
|
jobs:
|
||||||
|
- release-openstack-python3
|
||||||
|
- announce-release:
|
||||||
|
dependencies:
|
||||||
|
- release-openstack-python3
|
||||||
|
- propose-update-constraints:
|
||||||
|
dependencies:
|
||||||
|
- release-openstack-python3
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: openstack/instack-undercloud
|
name: openstack/instack-undercloud
|
||||||
templates:
|
# NOTE(aschultz): these have to dupe the publish-to-pypi-python3 jobs
|
||||||
- publish-to-pypi-python3
|
# because of the branch designation for the release job
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- noop:
|
- noop:
|
||||||
@ -4351,6 +4362,18 @@
|
|||||||
branches: master
|
branches: master
|
||||||
- test-release-openstack-python3:
|
- test-release-openstack-python3:
|
||||||
branches: ^(?!master).*$
|
branches: ^(?!master).*$
|
||||||
|
pre-release:
|
||||||
|
jobs:
|
||||||
|
- release-openstack-python3
|
||||||
|
release:
|
||||||
|
jobs:
|
||||||
|
- release-openstack-python3
|
||||||
|
- announce-release:
|
||||||
|
dependencies:
|
||||||
|
- release-openstack-python3
|
||||||
|
- propose-update-constraints:
|
||||||
|
dependencies:
|
||||||
|
- release-openstack-python3
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: openstack/intel-nfv-ci-tests
|
name: openstack/intel-nfv-ci-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user