Merge "Update branch regexes for tips jobs"
This commit is contained in:
commit
3c10b01480
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Takes advantage of the base tox job's install-siblings feature.
|
Takes advantage of the base tox job's install-siblings feature.
|
||||||
# The job only tests the latest and shouldn't be run on the stable branches
|
# The job only tests the latest and shouldn't be run on the stable branches
|
||||||
branches: ^(?!stable)
|
branches: ^master$
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/cliff
|
- openstack/cliff
|
||||||
- openstack/keystoneauth
|
- openstack/keystoneauth
|
||||||
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
Takes advantage of the base tox job's install-siblings feature.
|
Takes advantage of the base tox job's install-siblings feature.
|
||||||
# The job only tests the latest and shouldn't be run on the stable branches
|
# The job only tests the latest and shouldn't be run on the stable branches
|
||||||
branches: ^(?!stable)
|
branches: ^master$
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/cliff
|
- openstack/cliff
|
||||||
- openstack/keystoneauth
|
- openstack/keystoneauth
|
||||||
@ -224,7 +224,7 @@
|
|||||||
- osc-functional-devstack-tips:
|
- osc-functional-devstack-tips:
|
||||||
# The functional-tips job only tests the latest and shouldn't be run
|
# The functional-tips job only tests the latest and shouldn't be run
|
||||||
# on the stable branches
|
# on the stable branches
|
||||||
branches: ^(?!stable)
|
branches: ^master$
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- osc-upload-image
|
- osc-upload-image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user