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
This commit is contained in:
Jeremy Stanley 2020-11-23 15:28:38 +00:00
parent 05475a995a
commit dec82d5c8f
1 changed files with 1 additions and 0 deletions

View File

@ -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