From 1f380abef163347fa5c429002b0a598a3a83be33 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 13 Dec 2013 18:30:53 +0000 Subject: [PATCH] Don't run requirements integration for Grizzly * modules/openstack_project/files/zuul/layout.yaml: The .*-requirements-integration-dsvm jobs are dependent on requirements list normalization and some related mechanisms in the openstack/requirements project which were developed during the Havana release cycle and not backported to the stable/grizzly branch, so we cannot expect them to run reliably their in the present state. Change-Id: I55c5179b302f322075c415b40949918b1b630398 --- modules/openstack_project/files/zuul/layout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index e352928ebe..2eab48deef 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -115,6 +115,8 @@ jobs: parameter-function: single_use_node - name: gate-ci-docs parameter-function: single_use_node + - name: ^(gate|check)-requirements-integration-dsvm$ + branch: ^(?!stable/grizzly).*$ - name: ^(gate|check)-tempest-dsvm-neutron-pg$ branch: ^(?!stable/grizzly).*$ - name: ^(gate|check)-tempest-dsvm-neutron-isolated$