From 9babe4394bfb8598437a725f8d099e43c14bc563 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Sat, 24 Aug 2013 14:08:22 -0700 Subject: [PATCH] Don't run requirements pep8/py27 on Folsom/Grizzly The tox.ini and test files were not backported to the openstack/requirements stable branches (Folsom and Grizzly). Disable the two tests that depend on those files so that changes can be merged to the stable branches. Change-Id: I92be6f28687385ad12e49fa3f666b049742dc354 --- modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4469049198..e47cc1b7be 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -164,6 +164,10 @@ jobs: files: - '^tools/.*-requires$' - '^.*requirements.txt$' + - name: ^gate-requirements-pep8$ + branch: ^(?!stable/(folsom|grizzly)).*$ + - name: ^gate-requirements-python27$ + branch: ^(?!stable/(folsom|grizzly)).*$ - name: manuals-upstream-translation-update branch: ^master$ - name: gate-hacking-python33