#202 Add Fedora 43 (VM only), drop F40
Opened 2 months ago by adamwill. Modified 16 days ago
adamwill/fedora-zuul-jobs add-43-drop-40  into  master

file modified
+40 -40
@@ -19,11 +19,11 @@ 

  

  - job:

      name: rpm-install-test

-     description: "Install the built rpms (f42 variant)"

+     description: "Install the built rpms (f43 variant)"

      run: playbooks/rpm/rpm-install-test.yaml

      branches:

-       - f42

-     nodeset: fedora-42-vm

+       - f43

+     nodeset: fedora-43-vm

      requires:

        - repo

      roles:
@@ -31,15 +31,15 @@ 

      vars:

        repos:

          - name: distro-build

-           url: https://kojipkgs.fedoraproject.org/repos/f42-build/latest/x86_64/

+           url: https://kojipkgs.fedoraproject.org/repos/f43-build/latest/x86_64/

  

  - job:

      name: rpm-install-test

-     description: "Install the built rpms (f41 variant)"

+     description: "Install the built rpms (f42 variant)"

      run: playbooks/rpm/rpm-install-test.yaml

      branches:

-       - f41

-     nodeset: fedora-41-vm

+       - f42

+     nodeset: fedora-42-vm

      requires:

        - repo

      roles:
@@ -47,15 +47,15 @@ 

      vars:

        repos:

          - name: distro-build

-           url: https://kojipkgs.fedoraproject.org/repos/f41-build/latest/x86_64/

+           url: https://kojipkgs.fedoraproject.org/repos/f42-build/latest/x86_64/

  

  - job:

      name: rpm-install-test

-     description: "Install the built rpms (f40 variant)"

+     description: "Install the built rpms (f41 variant)"

      run: playbooks/rpm/rpm-install-test.yaml

      branches:

-       - f40

-     nodeset: fedora-40-vm

+       - f41

+     nodeset: fedora-41-vm

      requires:

        - repo

      roles:
@@ -63,7 +63,7 @@ 

      vars:

        repos:

          - name: distro-build

-           url: https://kojipkgs.fedoraproject.org/repos/f40-build/latest/x86_64/

+           url: https://kojipkgs.fedoraproject.org/repos/f41-build/latest/x86_64/

  

  - job:

      name: rpm-install-test
@@ -117,13 +117,13 @@ 

  

  - job:

      name: rpm-test

-     description: "Install the built rpms and run STI tests (f42 variant)"

+     description: "Install the built rpms and run STI tests (f43 variant)"

      run: playbooks/rpm/rpmtest.yaml

      post-run:

        - playbooks/rpm/rpmtest-fetch-artifacts.yaml

      branches:

-       - f42

-     nodeset: fedora-42-vm-medium

+       - f43

+     nodeset: fedora-43-vm-medium

      requires:

        - repo

      roles:
@@ -132,17 +132,17 @@ 

      vars:

        repos:

          - name: distro-build

-           url: https://kojipkgs.fedoraproject.org/repos/f42-build/latest/x86_64/

+           url: https://kojipkgs.fedoraproject.org/repos/f43-build/latest/x86_64/

  

  - job:

      name: rpm-test

-     description: "Install the built rpms and run STI tests (f41 variant)"

+     description: "Install the built rpms and run STI tests (f42 variant)"

      run: playbooks/rpm/rpmtest.yaml

      post-run:

        - playbooks/rpm/rpmtest-fetch-artifacts.yaml

      branches:

-       - f41

-     nodeset: fedora-41-vm-medium

+       - f42

+     nodeset: fedora-42-vm-medium

      requires:

        - repo

      roles:
@@ -151,17 +151,17 @@ 

      vars:

        repos:

          - name: distro-build

-           url: https://kojipkgs.fedoraproject.org/repos/f41-build/latest/x86_64/

+           url: https://kojipkgs.fedoraproject.org/repos/f42-build/latest/x86_64/

  

  - job:

      name: rpm-test

-     description: "Install the built rpms and run STI tests (f40 variant)"

+     description: "Install the built rpms and run STI tests (f41 variant)"

      run: playbooks/rpm/rpmtest.yaml

      post-run:

        - playbooks/rpm/rpmtest-fetch-artifacts.yaml

      branches:

-       - f40

-     nodeset: fedora-40-vm-medium

+       - f41

+     nodeset: fedora-41-vm-medium

      requires:

        - repo

      roles:
@@ -170,7 +170,7 @@ 

      vars:

        repos:

          - name: distro-build

-           url: https://kojipkgs.fedoraproject.org/repos/f40-build/latest/x86_64/

+           url: https://kojipkgs.fedoraproject.org/repos/f41-build/latest/x86_64/

  

  - job:

      name: rpm-test
@@ -219,7 +219,7 @@ 

      branches:

        - rawhide

        - main

-     nodeset: fedora-41-container

+     nodeset: fedora-latest-container

      requires:

        - repo

      vars:
@@ -230,44 +230,44 @@ 

  - job:

      name: rpm-rpminspect

      parent: rpminspect

-     description: "Run the rpminspect report tests (f42 variant)"

+     description: "Run the rpminspect report tests (f43 variant)"

      branches:

-       - f42

-     nodeset: fedora-41-container

+       - f43

+     nodeset: fedora-latest-container

      requires:

        - repo

      vars:

        check_previous_build_enabled: true

        rpminspect_cmd: rpminspect-fedora

-       target: f42

+       target: f43

  

  - job:

      name: rpm-rpminspect

      parent: rpminspect

-     description: "Run the rpminspect report tests (f41 variant)"

+     description: "Run the rpminspect report tests (f42 variant)"

      branches:

-       - f41

-     nodeset: fedora-41-container

+       - f42

+     nodeset: fedora-latest-container

      requires:

        - repo

      vars:

        check_previous_build_enabled: true

        rpminspect_cmd: rpminspect-fedora

-       target: f41

+       target: f42

  

  - job:

      name: rpm-rpminspect

      parent: rpminspect

-     description: "Run the rpminspect report tests (f40 variant)"

+     description: "Run the rpminspect report tests (f41 variant)"

      branches:

-       - f40

-     nodeset: fedora-41-container

+       - f41

+     nodeset: fedora-latest-container

      requires:

        - repo

      vars:

        check_previous_build_enabled: true

        rpminspect_cmd: rpminspect-fedora

-       target: f40

+       target: f41

  

  - job:

      name: rpm-rpminspect
@@ -275,7 +275,7 @@ 

      description: "Run the rpminspect report tests (epel9 variant)"

      branches:

        - epel9

-     nodeset: fedora-41-container

+     nodeset: fedora-latest-container

      requires:

        - repo

      vars:
@@ -289,7 +289,7 @@ 

      description: "Run the rpminspect report tests (epel9-next variant)"

      branches:

        - epel9-next

-     nodeset: fedora-41-container

+     nodeset: fedora-latest-container

      requires:

        - repo

      vars:
@@ -302,9 +302,9 @@ 

      parent: repo-rpm-lint

      branches:

        - rawhide

+       - f43

        - f42

        - f41

-       - f40

        - epel9

        - epel9-next

        - main

file modified
+22 -16
@@ -3,13 +3,19 @@ 

  - nodeset:

      name: fedora-latest-container

      nodes:

-       - label: zuul-worker-f41

+       - label: zuul-worker-f43

+         name: container

+ 

+ - nodeset:

+     name: fedora-43-container

+     nodes:

+       - label: zuul-worker-f43

          name: container

  

  - nodeset:

-     name: fedora-40-container

+     name: fedora-42-container

      nodes:

-       - label: zuul-worker-f40

+       - label: zuul-worker-f42

          name: container

  

  - nodeset:
@@ -27,7 +33,13 @@ 

  - nodeset:

      name: fedora-latest-vm

      nodes:

-       - label: cloud-fedora-41-small

+       - label: cloud-fedora-43-small

+         name: cloud-host

+ 

+ - nodeset:

+     name: fedora-43-vm

+     nodes:

+       - label: cloud-fedora-43-small

          name: cloud-host

  

  - nodeset:
@@ -43,21 +55,21 @@ 

          name: cloud-host

  

  - nodeset:

-     name: fedora-40-vm

+     name: fedora-rawhide-vm-medium

      nodes:

-       - label: cloud-fedora-40-small

+       - label: cloud-fedora-rawhide-medium

          name: cloud-host

  

  - nodeset:

-     name: fedora-rawhide-vm-medium

+     name: fedora-latest-vm-medium

      nodes:

-       - label: cloud-fedora-rawhide-medium

+       - label: cloud-fedora-43-medium

          name: cloud-host

  

  - nodeset:

-     name: fedora-latest-vm-medium

+     name: fedora-43-vm-medium

      nodes:

-       - label: cloud-fedora-41-medium

+       - label: cloud-fedora-43-medium

          name: cloud-host

  

  - nodeset:
@@ -73,12 +85,6 @@ 

          name: cloud-host

  

  - nodeset:

-     name: fedora-40-vm-medium

-     nodes:

-       - label: cloud-fedora-40-medium

-         name: cloud-host

- 

- - nodeset:

      name: centos-stream-9-vm

      nodes:

        - label: cloud-centos-9-stream