Temporary marking ironic-standalone non-voting

The ironic-standalone job is failing because the most recent IPA
image has only python3 and ansible uses python 2 as default
interpreter, resulting in a /usr/bin/python not found error.
Marking ironic-standalone non voting and removing it from the
gate until we can run ansible with python3 on remote machines.

Change-Id: I56768d7c8a577f267172de02d77e2cc2ead785ad
This commit is contained in:
Riccardo Pittau 2019-03-06 17:00:11 +01:00
parent 5d25189b13
commit 790530f337

View File

@ -11,7 +11,10 @@
check:
jobs:
- ironic-tox-unit-with-driver-libs
- ironic-standalone
# making ironic-standalone non voting until we can run ansible
# with python3 interpreter on remote machines
- ironic-standalone:
voting: false
- ironic-tempest-functional-python2
- ironic-tempest-functional-python3
- ironic-grenade-dsvm
@ -37,7 +40,9 @@
queue: ironic
jobs:
- ironic-tox-unit-with-driver-libs
- ironic-standalone
# removing ironic-standalone from gate until we can run ansible
# with python3 interpreter on remote machines
# - ironic-standalone
- ironic-tempest-functional-python2
- ironic-tempest-functional-python3
- ironic-grenade-dsvm