From 829a0d9a706552174df568831648842cde6909f0 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 3 Aug 2020 21:24:19 -0500 Subject: [PATCH] [goal] Migrate testing to ubuntu focal As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Moving py38 job to focal. Story: #2007865 Task: #40221 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: I2a1ce0bda37a4764f7e56a9c15a283eefa46e17b --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index ec4401c60d..77d722324c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -72,7 +72,7 @@ - job: name: swift-tox-py38 parent: swift-tox-base - nodeset: ubuntu-bionic + nodeset: ubuntu-focal description: | Run unit-tests for swift under cPython version 3.8.