Make the standalone-redfish job voting

It was supposed to be made voting shortly after the split, but we
sort of forgot. It provides coverage for things (like ansible deploy)
that we used to have voting jobs for.

Change-Id: Id99586d5e01b940089d55c133d9181db05bfdc7e
This commit is contained in:
Dmitry Tantsur 2020-09-22 16:55:26 +02:00
parent ed0ef6cf59
commit b0b71653c7
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,7 @@
jobs:
- ironic-tox-unit-with-driver-libs
- ironic-standalone
- ironic-standalone-redfish:
voting: false
- ironic-standalone-redfish
- ironic-tempest-functional-python3
- ironic-grenade
- ironic-grenade-multinode-multitenant:
@ -49,6 +48,7 @@
jobs:
- ironic-tox-unit-with-driver-libs
- ironic-standalone
- ironic-standalone-redfish
- ironic-tempest-functional-python3
- ironic-grenade
# removing from voting due to end of cycle gate instability.