From 140d493be8ec17edcdd5f23d99abb7797a184714 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 24 Mar 2016 21:12:40 +0100 Subject: [PATCH] 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 --- zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index cf70c2a51a..2e95d24ed9 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1257,7 +1257,7 @@ jobs: # BUG #1290562 pypy does not work with new setuptools, so is breaking # all jobs. Disable until there is resolution. - - name: ^gate-.*-pypy$ + - name: ^gate-.*-pypy(-db)?$ voting: false - name: ^gate-tempest-dsvm-cells$