Mark cinder/py35 cross job as non-voting
This seems to be failing more than half the time on what appears to be a known stestr/unit-testing race. Related-Bug: #1730518 Change-Id: I1b3b2e79ae95b3d8a02ee64fb421f877838f2404
This commit is contained in:
parent
30c19240dd
commit
a61478df1a
@ -34,6 +34,8 @@
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on cinder with py35.
|
||||
required-projects: openstack/cinder
|
||||
# cinder seems to have very nasty races in its unit tests
|
||||
voting: false
|
||||
vars:
|
||||
tox_envlist: py35
|
||||
|
||||
|
@ -30,8 +30,6 @@
|
||||
jobs:
|
||||
- openstack-tox-validate
|
||||
- cross-cinder-py27
|
||||
- cross-cinder-py35:
|
||||
branches: ^(?!stable/(newton|ocata)).*$
|
||||
- cross-glance-py27
|
||||
- cross-glance-py35:
|
||||
branches: ^(?!stable/(newton|ocata)).*$
|
||||
|
Loading…
Reference in New Issue
Block a user