Use the 'ironic' queue for the gate

When doing the 'gate' build have the ironic-lib jobs be part of the
'ironic' queue. More information on this is in [1]. The benefit of
this is that we are only impacted by ironic projects if we do this.

From [1]:
Pipelines which use the dependent pipeline manager maintain separate
queues for groups of projects. When Zuul serializes a set of changes
which represent future potential project states, it must know about
all of the projects within Zuul which may have an effect on the
outcome of the jobs it runs. If project A uses project B as a library,
then Zuul must be told about that relationship so that it knows to
serialize changes to A and B together, so that it does not merge a
change to B while it is testing a change to A.

[1] https://docs.openstack.org/infra/zuul/feature/zuulv3/user/config.html

Change-Id: I8d99ef25b83ca05534a6392b83406fe76ce5cf5b
This commit is contained in:
John L. Villalovos 2018-01-25 08:52:39 -08:00
parent 8f4e89facd
commit 1873778cfb
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- ironic-lib-tempest-wholedisk-agent_ipmitool
- ironic-lib-tempest-wholedisk-pxe_ipmitool
gate:
queue: ironic
jobs:
- ironic-lib-tempest-partition-agent_ipmitool
- ironic-lib-tempest-partition-pxe_ipmitool