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: Id03b02ea805809c35c4ef34bd1b255d7f6e6d4a7
This commit is contained in:
Riccardo Pittau 2019-03-07 09:13:03 +01:00
parent 3b6041a60f
commit 6f5f021a8a
1 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,10 @@
check:
jobs:
# NOTE(dtantsur): keep N-3 and older non-voting for these jobs.
- ironic-standalone
# marking ironic-standalone non voting until we can run ansible
# with python3 interpreter on remote machines
- ironic-standalone:
voting: false
- ironic-dsvm-standalone-rocky
- ironic-dsvm-standalone-queens
- ironic-dsvm-standalone-pike:
@ -37,7 +40,9 @@
gate:
queue: ironic
jobs:
- ironic-standalone
# removing ironic-standalone from gate until we can run ansible
# with python3 interpreter on remote machines
# - ironic-standalone
- ironic-dsvm-standalone-rocky
- ironic-dsvm-standalone-queens
- ironic-tempest-functional-python3