summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2019-03-06 17:00:11 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2019-03-06 17:00:11 +0100
commit790530f337d022b8c9b937b01250a3fc5fd6c847 (patch)
treedf0075c5037d215f9fe50e9924bffb0dacacdf32 /zuul.d
parent5d25189b139961ee1cdd7243dbd19cd924b85d56 (diff)
downloadironic-790530f337d022b8c9b937b01250a3fc5fd6c847.tar.gz
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
Diffstat (limited to 'zuul.d')
-rw-r--r--zuul.d/project.yaml9
1 files changed, 7 insertions, 2 deletions
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