Work around uwsgi breakage

uwsgi broke installation from source with their latest release [0].
Since we want to move away from source installation anyway, make
grenade based jobs non-voting for the moment so that we can backport
[1] properly.

[0] https://bugs.launchpad.net/bugs/1883468
[1] https://review.opendev.org/577955

Change-Id: I3891e4eda3c459acefa0d3c028cda649b984ff0c
Related-Bug: 1883468
This commit is contained in:
Ghanshyam Mann 2020-06-15 09:44:47 -05:00
parent 541b574222
commit a801a85066
1 changed files with 3 additions and 2 deletions

View File

@ -1867,12 +1867,13 @@
repositories in the integrated gate.
check:
jobs:
- grenade
- grenade:
voting: false
- tempest-full-py3:
branches: ^(?!(stable/(newton|ocata|pike)|driverfixes)).*$
gate:
jobs:
- grenade
#- grenade
- tempest-full-py3:
branches: ^(?!(stable/(newton|ocata|pike)|driverfixes)).*$