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:
Dirk Mueller 2017-11-04 12:37:36 +11:00
parent 30c19240dd
commit a61478df1a
2 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,8 @@
parent: requirements-cross-test parent: requirements-cross-test
description: Run cross-project tests on cinder with py35. description: Run cross-project tests on cinder with py35.
required-projects: openstack/cinder required-projects: openstack/cinder
# cinder seems to have very nasty races in its unit tests
voting: false
vars: vars:
tox_envlist: py35 tox_envlist: py35

View File

@ -30,8 +30,6 @@
jobs: jobs:
- openstack-tox-validate - openstack-tox-validate
- cross-cinder-py27 - cross-cinder-py27
- cross-cinder-py35:
branches: ^(?!stable/(newton|ocata)).*$
- cross-glance-py27 - cross-glance-py27
- cross-glance-py35: - cross-glance-py35:
branches: ^(?!stable/(newton|ocata)).*$ branches: ^(?!stable/(newton|ocata)).*$