From ce6546acb6deccf125072ed46d5857fec975bff7 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Apr 12 2022 08:20:13 +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 3caecc5..8a7e0fb 100644 --- a/FZCI.dhall/Nodesets.dhall +++ b/FZCI.dhall/Nodesets.dhall @@ -170,7 +170,7 @@ 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" } nodeset