Merge "Skip unneeded ironic jobs on stable branches"
This commit is contained in:
commit
9b586f6fbe
@ -3254,6 +3254,17 @@ jobs:
|
||||
- name: ^gate-grenade-dsvm-ironic.*-ubuntu-trusty(-nv)?$
|
||||
branch: ^stable/newton$
|
||||
|
||||
# NOTE(vsaienko) Ironic multinode job do not work until after Ocata
|
||||
- name: ^gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-multinode-ubuntu-xenial.*$
|
||||
branch: ^(?!stable/(mitaka|newton)).*$
|
||||
|
||||
# NOTE(vsaienko) Ironic snmp job do not work until after Ocata
|
||||
- name: ^gate-tempest-dsvm-ironic-ipa-wholedisk-pxe_snmp-tinyipa-ubuntu-xenial.*$
|
||||
branch: ^(?!stable/(mitaka|newton)).*$
|
||||
|
||||
- name: ^gate-tempest-dsvm-ironic-ipa-partition-pxe_snmp-tinyipa-ubuntu-xenial.*$
|
||||
branch: ^(?!stable/(mitaka|newton)).*$
|
||||
|
||||
- name: ^gate-senlin-dsvm-tempest-(functional|api|integration)
|
||||
branch: ^(?!stable/mitaka).*$
|
||||
skip-if:
|
||||
|
Loading…
Reference in New Issue
Block a user