Unpin nodeset for tag-releases

Previously tag-releases job was pinned [1] to ubuntu-focal (when the
default nodeset was still ubuntu-bionic) in order to get the newest
git-review. The default nodeset is ubuntu-jammy for some time already,
so let's remove the node pinning to use the default node set instead.

[1] https://review.opendev.org/763797

Change-Id: Id50570f8533483f1665a74824c77fc1e6019ebee
This commit is contained in:
Előd Illés 2023-03-23 17:15:41 +01:00
parent bdd913710c
commit 8f8be472dc

View File

@ -1115,7 +1115,6 @@
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