From f8c9f2d0cbf4b7d98ad198908f602a86f96d38d5 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 14 Apr 2015 06:35:40 -0700 Subject: [PATCH] Don't run gate-tempest-dsvm-full-ceph job on stable icehouse/juno Commit 3a2e8120d9302bdc1f6f77c2072eb1b056d8ef0a disable the ceph job from running in stable/icehouse and stable/juno on the check queue. However, commit f6391d082e4c4cacc03d926274208de1e968c8a9 made the job voting in the check *and* gate queues, so the ceph gate job is running and voting in stable (and failing). Related-Bug: #1439371 Change-Id: If0dcb9fb40e20082c01f254a0c2c5784240cc957 --- zuul/layout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index b95d6b142f..0ad8e88b6b 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -947,6 +947,8 @@ jobs: - '^apidocs/.*$' - name: check-tempest-dsvm-full-ceph branch: ^(?!stable/(icehouse|juno)).*$ + - name: gate-tempest-dsvm-full-ceph + branch: ^(?!stable/(icehouse|juno)).*$ - name: gate-tomograph-python34 voting: false - name: gate-cliff-requirements