diff options
Diffstat (limited to 'zuul.d')
-rw-r--r-- | zuul.d/project.yaml | 9 |
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 |