disable glance voting on py27 tests

https://review.openstack.org/#/c/536070 is a test bug demonstrating
that their gate is failing.  We have freeze this week and can't have
fails like this holding us back.  Also remove it from the gate
pipeline to reduce gate load.

Change-Id: Ie2733fa7ed4f45de9184095a12d3c9841c3e2177
Signed-off-by: Matthew Thode <mthode@mthode.org>
This commit is contained in:
Matthew Thode 2018-01-21 00:52:56 -06:00
parent 6ed1c94a10
commit 74223de198
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,8 @@
parent: requirements-cross-test
description: Run cross-project tests on glance with py27.
required-projects: openstack/glance
# glance py27 is failing, but being activly worked on
voting: false
vars:
tox_envlist: py27

View File

@ -63,7 +63,6 @@
- cross-cinder-py27
- cross-cinder-py35:
branches: ^(?!stable/(newton|ocata)).*$
- cross-glance-py27
- cross-glance-py35:
branches: ^(?!stable/(newton|ocata)).*$
- cross-horizon-py27