mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Update branch regexes for tips jobs
Using negative lookahead is deprecated, let the jobs be run simply only on the master branch for now. Change-Id: Ia53fffb0a3f61cbf85edd96fbeeb5138a88d4d0a
This commit is contained in:
parent
2737e063b5
commit
2e09b2bf3e
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
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
|
||||
branches: ^(?!stable)
|
||||
branches: ^master$
|
||||
required-projects:
|
||||
- openstack/cliff
|
||||
- openstack/keystoneauth
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
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
|
||||
branches: ^(?!stable)
|
||||
branches: ^master$
|
||||
required-projects:
|
||||
- openstack/cliff
|
||||
- openstack/keystoneauth
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
- osc-functional-devstack-tips:
|
||||
# The functional-tips job only tests the latest and shouldn't be run
|
||||
# on the stable branches
|
||||
branches: ^(?!stable)
|
||||
branches: ^master$
|
||||
gate:
|
||||
jobs:
|
||||
- osc-upload-image
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue