From 790530f337d022b8c9b937b01250a3fc5fd6c847 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 6 Mar 2019 17:00:11 +0100 Subject: 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 --- zuul.d/project.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'zuul.d') diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 0c89d48d1..2932855fe 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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 -- cgit v1.2.1