#136 Fix the fedora-latest nodeset version number
Merged 3 years ago by zuul. Opened 3 years ago by tdecacqu.
tdecacqu/fedora-project-config systemd-exclude  into  master

file modified
+8 -3
@@ -1,5 +1,7 @@ 

  let Zuul = (./Imports.dhall).Zuul

  

+ let latest-version = "33"

+ 

  let Nodeset =

        let Union =

              < Fedora-Latest-Container
@@ -68,7 +70,10 @@ 

            = λ(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 @@ 

                  , 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 @@ 

                  , 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

no initial comment

Metadata Update from @tdecacqu:
- Pull-request tagged with: gateit

3 years ago

Build succeeded.

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

3 years ago
Metadata