Merge "Skip openstack-ansible-docs gate/post jobs for juno branch"
This commit is contained in:
commit
f3b14c05c7
@ -2013,6 +2013,16 @@ jobs:
|
||||
- name: ^gate-openstack-ansible-commit.*$
|
||||
branch: ^(?!juno).*$
|
||||
|
||||
# skip openstack-ansible-docs gate jobs for the juno branch
|
||||
# documentation was only introduced in kilo
|
||||
- name: ^gate-openstack-ansible-docs.*$
|
||||
branch: ^(?!juno).*$
|
||||
|
||||
# skip openstack-ansible-docs post jobs for the juno branch
|
||||
# documentation was only introduced in kilo
|
||||
- name: ^openstack-ansible-docs.*$
|
||||
branch: ^(?!juno).*$
|
||||
|
||||
# lint compliance was only introduced in kilo
|
||||
# this applies to all openstack-ansible repositories
|
||||
- name: ^gate-openstack-ansible.*-pep8$
|
||||
|
Loading…
x
Reference in New Issue
Block a user