Stop running non-voting jobs in gate
There isn't a need to run non-voting jobs in gate, as it ends up just wasting CI resources. Results can be obtained from the check pipeline results. Comment out job, over running as non-voting. Change-Id: I02e9dcafdb6e91451f630bb78be702009726a1ea Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
2d0dab2bab
commit
fddd58f10e
@ -25,10 +25,9 @@
|
||||
jobs:
|
||||
- ironic-dsvm-standalone
|
||||
- ironic-grenade-dsvm
|
||||
# Temporary mark multinode job as NV.
|
||||
# Temporary disable multinode job, no need to run non-voting in gate.
|
||||
# see https://bugs.launchpad.net/ironic/+bug/1744139
|
||||
- ironic-grenade-dsvm-multinode-multitenant:
|
||||
voting: false
|
||||
# - ironic-grenade-dsvm-multinode-multitenant
|
||||
- ironic-tempest-dsvm-bfv
|
||||
- ironic-tempest-dsvm-ipa-partition-pxe_ipmitool-tinyipa-python3
|
||||
- ironic-tempest-dsvm-ipa-partition-redfish-tinyipa
|
||||
|
Loading…
Reference in New Issue
Block a user