From 8232721659ead0d30181e4e390de01e08fe4dc1d Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Mon, 15 Apr 2019 10:17:38 +0800 Subject: [PATCH] Don't run puppet openstack jobs when patching .gitreview file OpenStack Foundation will rename the gerrit server from review.openstack.org to review.opendev.org. As part of the transition, They will update .gitreview and Zuul configuration files.[1] In order not to waste resources, submitted this patch. [1]http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005011.html Change-Id: I367a0d1b1e400bf268d679bf8129405d084d026f --- zuul.d/base.yaml | 5 +++++ zuul.d/beaker.yaml | 2 ++ zuul.d/linters.yaml | 1 + zuul.d/tripleo.yaml | 2 ++ 4 files changed, 10 insertions(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 6dca26698..9bbaf273e 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -66,6 +66,7 @@ - ^test-requirements.txt$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ - ^setup.cfg$ - ^setup.py$ roles: @@ -104,6 +105,7 @@ - ^test-requirements.txt$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ - ^setup.cfg$ - ^setup.py$ @@ -125,6 +127,7 @@ - ^spec/acceptance/.*$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ - ^setup.cfg$ - ^setup.py$ # TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1 @@ -147,6 +150,7 @@ - ^test-requirements.txt$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ - ^setup.cfg$ - ^setup.py$ # TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1 @@ -173,6 +177,7 @@ - ^metadata.json$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ - ^setup.cfg$ - ^setup.py$ diff --git a/zuul.d/beaker.yaml b/zuul.d/beaker.yaml index 01bd2b4ce..89f780f4e 100644 --- a/zuul.d/beaker.yaml +++ b/zuul.d/beaker.yaml @@ -27,6 +27,7 @@ - ^test-requirements.txt$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ vars: nodepool_type: centos7 puppet_gem_version: 5.5 @@ -50,6 +51,7 @@ - ^test-requirements.txt$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ vars: nodepool_type: bionic puppet_gem_version: latest diff --git a/zuul.d/linters.yaml b/zuul.d/linters.yaml index d8af39fb1..5e559cce0 100644 --- a/zuul.d/linters.yaml +++ b/zuul.d/linters.yaml @@ -50,6 +50,7 @@ - ^test-requirements.txt$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ - job: name: puppet-openstack-libraries-puppet-syntax-4-centos-7 diff --git a/zuul.d/tripleo.yaml b/zuul.d/tripleo.yaml index 45ac3637e..65a2051dd 100644 --- a/zuul.d/tripleo.yaml +++ b/zuul.d/tripleo.yaml @@ -15,6 +15,7 @@ - ^test-requirements.txt$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ - ^setup.cfg$ - ^setup.py$ @@ -41,6 +42,7 @@ - ^test-requirements.txt$ - ^LICENSE$ - ^.gitignore$ + - ^.gitreview$ - ^setup.cfg$ - ^setup.py$