Make pypy-db jobs also non-voting

The switch to pypy-db jobs for some projects made these voting but pypy
jobs should be non-voting. enhance regex to handle both pypy and pypy-db
jobs.

Change-Id: I9c37a9f06c823de8ce0247c986010d9a733075b6
This commit is contained in:
Andreas Jaeger 2016-03-24 21:12:40 +01:00
parent 8372e4508b
commit 140d493be8

View File

@ -1257,7 +1257,7 @@ jobs:
# BUG #1290562 pypy does not work with new setuptools, so is breaking # BUG #1290562 pypy does not work with new setuptools, so is breaking
# all jobs. Disable until there is resolution. # all jobs. Disable until there is resolution.
- name: ^gate-.*-pypy$ - name: ^gate-.*-pypy(-db)?$
voting: false voting: false
- name: ^gate-tempest-dsvm-cells$ - name: ^gate-tempest-dsvm-cells$