From fc85def0cbfb8ca21ae7a85956a00f614365674f Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 15 Nov 2013 01:09:53 +0000 Subject: [PATCH] Stop running propose-requirements-updates job The propose-requirements-updates job runs from the post pipeline, and zuul has no context there for which branch holds the corresponding merged change. Because of this, the job proposes requirements changes from stable branches to master, which is clearly not what we want. Contain the damage by stopping it for now, and we can add it back once it's properly branch-aware. Change-Id: I8232184cbaac0980f7547e46c9cab6856c973499 --- modules/openstack_project/files/zuul/layout.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index ac054cf15c..fc3af94cad 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1439,7 +1439,6 @@ projects: - post-mirror-python26 - post-mirror-python27 - post-mirror-python33 - - propose-requirements-updates periodic: - periodic-mirror-python26 - periodic-mirror-python27