#211 Add Fedora 36 container nodeset, update 'latest' to 36
Merged 2 years ago by zuul. Opened 2 years ago by adamwill.
adamwill/fedora-project-config 36-latest  into  master

file modified
+5 -1
@@ -1,10 +1,11 @@ 

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

  

- let latest-version = "34"

+ let latest-version = "36"

  

  let Nodeset =

        let Union =

              < Fedora-Latest-Container

+             | Fedora-36-Container

              | Fedora-35-Container

              | Fedora-34-Container

              | Fedora-33-Container
@@ -37,6 +38,7 @@ 

  

        let all =

              [ Union.Fedora-Latest-Container

+             , Union.Fedora-36-Container

              , Union.Fedora-35-Container

              , Union.Fedora-34-Container

              , Union.Fedora-33-Container
@@ -86,6 +88,8 @@ 

                        "fedora-latest-container"

                        "zuul-worker-f${latest-version}"

                        "container"

+                 , Fedora-36-Container =

+                     create "fedora-36-container" "zuul-worker-f36" "container"

                  , Fedora-35-Container =

                      create "fedora-35-container" "zuul-worker-f35" "container"

                  , Fedora-34-Container =

The 'latest' version was still set to 34, though F34 is now EOL.
So we should update that to 36, which is the current stable
release. We also add a nodeset for Fedora 36 container, as it
was missing.

Signed-off-by: Adam Williamson awilliam@redhat.com

Build succeeded.

https://pagure.io/fedora-zuul-jobs/pull-request/156 is the matching PR for fedora-zuul-jobs. make render did not change anything in fedora-zuul-jobs-config.

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

2 years ago

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

2 years ago
Metadata