From 17a80eabac975550d37f8c98a2965c136d6d9722 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Apr 13 2022 09:43:32 +0000 Subject: Fix centos-8-VM nodeset to use right label Since January jobs using that VM fail with NODE_FAILURE: https://softwarefactory-project.io/zuul/t/fedora/builds?job_name=rpm-install-test&branch=epel8 That's expected as the label no longer exists: https://softwarefactory-project.io/zuul/t/fedora/labels --- diff --git a/FZCI.dhall/Nodesets.dhall b/FZCI.dhall/Nodesets.dhall index 8387e82..42600f5 100644 --- a/FZCI.dhall/Nodesets.dhall +++ b/FZCI.dhall/Nodesets.dhall @@ -172,9 +172,12 @@ let Nodeset = "cloud-fedora-30-medium" "cloud-host" , Centos-8-VM = - create "centos-8-vm" "cloud-centos-8" "cloud-host" + create "centos-8-vm" "cloud-centos-8-stream" "cloud-host" , Centos-Stream-9-VM = - create "centos-stream-9-vm" "cloud-centos-9-stream" "cloud-host" + create + "centos-stream-9-vm" + "cloud-centos-9-stream" + "cloud-host" } nodeset