Rework periodic stable jobs
Replace the legacy jobs, we can use the standard jobs and run them on the specified branches instead. Needed-By: I2045d79b155239f56ce63900c44721bb4a07ce18 Change-Id: Id09f0c3092d37ea4fbeacf4de289158a79eb880d
This commit is contained in:
parent
03adeddeeb
commit
a2b61a785e
@ -388,24 +388,31 @@
|
||||
name: periodic-ocata
|
||||
periodic-stable:
|
||||
jobs:
|
||||
- legacy-periodic-docs-ocata
|
||||
- legacy-periodic-python27-ocata
|
||||
- build-openstack-sphinx-docs:
|
||||
branches: stable/ocata
|
||||
- openstack-tox-py27:
|
||||
branches: stable/ocata
|
||||
|
||||
- project-template:
|
||||
name: periodic-pike
|
||||
periodic-stable:
|
||||
jobs:
|
||||
- legacy-periodic-docs-pike
|
||||
- legacy-periodic-python27-pike
|
||||
- build-openstack-sphinx-docs:
|
||||
branches: stable/pike
|
||||
- openstack-tox-py27:
|
||||
branches: stable/pike
|
||||
|
||||
|
||||
- project-template:
|
||||
name: periodic-ocata-neutron
|
||||
periodic-stable:
|
||||
jobs:
|
||||
- legacy-periodic-docs-ocata:
|
||||
- build-openstack-sphinx-docs:
|
||||
branches: stable/ocata
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- legacy-periodic-python27-ocata:
|
||||
- openstack-tox-py27:
|
||||
branches: stable/ocata
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
|
||||
@ -413,10 +420,12 @@
|
||||
name: periodic-pike-neutron
|
||||
periodic-stable:
|
||||
jobs:
|
||||
- legacy-periodic-docs-pike:
|
||||
- build-openstack-sphinx-docs:
|
||||
branches: stable/pike
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- legacy-periodic-python27-pike:
|
||||
- openstack-tox-py27:
|
||||
branches: stable/pike
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user