From b662159717bfe0e178af64bd660d0d56702c08db Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 25 May 2021 13:06:14 -0500 Subject: [PATCH] Pin nodeset for unit test job devstack unit test job does not set any nodeset and so does use default nodeset defined in base jobs in opendev. When opendev switches the default nodeset to the latest distro version, devstack unit test job can start failing. Example: - https://review.opendev.org/q/I01408f2f2959b0788fe712ac268a526502226ee9 - https://review.opendev.org/q/Ib1ea47bc7384e1f579cb08c779a32151fccd6845 To avoid such a situation in future, let's set the working nodeset for this job also so that when we cut the stable branch we can run it on the working distro version. Change-Id: I302140778fedf08bc8ba72c453837fa7b8f8f9ae --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 67d4c24000..1761d8f1a7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -675,6 +675,7 @@ - job: name: devstack-unit-tests + nodeset: ubuntu-focal description: | Runs unit tests on devstack project.