From cee08e0b2e35e2320a11f9e57e2c5a14d1db3e9c Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Feb 25 2021 17:32:04 +0000 Subject: Fix the fedora-latest nodeset version number --- diff --git a/FZCI.dhall/Nodesets.dhall b/FZCI.dhall/Nodesets.dhall index 89dbf0e..cd5b3ff 100644 --- a/FZCI.dhall/Nodesets.dhall +++ b/FZCI.dhall/Nodesets.dhall @@ -1,5 +1,7 @@ let Zuul = (./Imports.dhall).Zuul +let latest-version = "33" + let Nodeset = let Union = < Fedora-Latest-Container @@ -68,7 +70,10 @@ let Nodeset = = λ(nodeset : Union) → merge { Fedora-Latest-Container = - create "fedora-latest-container" "pod-fedora-33" "container" + create + "fedora-latest-container" + "pod-fedora-${latest-version}" + "container" , Fedora-34-Container = create "fedora-34-container" "zuul-worker-f34" "container" , Fedora-33-Container = @@ -91,7 +96,7 @@ let Nodeset = , Fedora-Latest-VM = create "fedora-latest-vm" - "cloud-fedora-34-small" + "cloud-fedora-${latest-version}-small" "cloud-host" , Fedora-34-VM = create "fedora-34-vm" "cloud-fedora-34-small" "cloud-host" @@ -111,7 +116,7 @@ let Nodeset = , Fedora-Latest-VM-Medium = create "fedora-latest-vm-medium" - "cloud-fedora-34-medium" + "cloud-fedora-${latest-version}-medium" "cloud-host" , Fedora-34-VM-Medium = create