From ab4c48219ab394be24123a35b017f2d143cc3025 Mon Sep 17 00:00:00 2001 From: Vasyl Saienko Date: Tue, 17 Jan 2017 11:12:03 +0200 Subject: [PATCH] Skip unneeded ironic jobs on stable branches This patch skip running the following Ironic jobs on stable mitaka|newton as they are available starting from Ocata only: * ironic-ipa-wholedisk-agent_ipmitool-tinyipa-multinode-ubuntu-xenial * ironic-ipa-wholedisk-pxe_snmp-tinyipa-ubuntu-xenial * ironic-ipa-partition-pxe_snmp-tinyipa-ubuntu-xenial Change-Id: I345d4999a74bb8019d6bdc8604239419277506cf --- zuul/layout.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f5cd5aa801..a158af4e76 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -3243,6 +3243,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: