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
This commit is contained in:
Matt Riedemann 2018-04-12 10:55:48 -04:00
parent cb6c8ca1a7
commit 406c9d13db
1 changed files with 0 additions and 1 deletions

View File

@ -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.