From 406c9d13db80d05f6668c2eee3eae867fd91ceb9 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 12 Apr 2018 10:55:48 -0400 Subject: [PATCH] Remove the branch specifier from the nova-multiattach job For in-tree job definitions, the job is branch-specific by design, so we don't need the stable branch exclusion specifier as it won't run on those branches anyway since it's not defined for those branches. Related to https://storyboard.openstack.org/#!/story/2001839 Related-Bug: #1763382 Change-Id: I78dead482e2ed8262745cb08c9f4ab71035adb33 --- .zuul.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 88dcd7cb7071..36bed2e68ce8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -96,7 +96,6 @@ Pike Ubuntu Cloud Archive because volume multiattach support with the libvirt driver only works with qemu<2.10 or libvirt>=3.10 which won't work with the Pike UCA. - branches: ^(?!stable/(newton|ocata|pike)).*$ run: playbooks/legacy/nova-multiattach/run.yaml post-run: playbooks/legacy/nova-multiattach/post.yaml # TODO(mriedem): Make this job voting and gating once bug 1763382 is fixed.