From 87c01132abd03ea24297bb2e1d59de656d3b150c Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 9 Jul 2020 15:45:06 -0500 Subject: [PATCH] migrate to victoria testing runtime As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04) and Node.js 10. Story: #2007865 Task: #40212 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: Idf991b9e4b3d52f5ca2c4157440341d1c9920fd6 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index a427266..76d3cf1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,3 @@ - project: templates: - - nodejs4-jobs + - nodejs10-jobs