From dec82d5c8f708c7069af0bdf122e8c7e9130b0ed Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 23 Nov 2020 15:28:38 +0000 Subject: [PATCH] Run tag-releases on ubuntu-focal The tag-releases job installs a distro package of git-review to use for interacting with Gerrit, but since our Gerrit upgrade to 3.2 the git-review 1.26 in Ubuntu Bionic is too old to work with it correctly. Switch this job to run on ubuntu-focal nodes where it will get a new enough git-review 1.27 instead. Change-Id: Icb5042525bc0f2ddfaa8be24b3b3ed0e5fb2c625 --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index c55bcdfacd..4a130b8c10 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1040,6 +1040,7 @@ name: tag-releases description: | Tag projects for a release. + nodeset: ubuntu-focal pre-run: playbooks/release/pre.yaml run: playbooks/release/tag.yaml post-run: playbooks/release/post.yaml