From 4bc6b1104b45a7192975b0beee6816c4bce84090 Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Mar 01 2023 11:54:28 +0000 Subject: Onboard Fedora 38 It was branched some time ago. Signed-off-by: Miroslav Vadkerti --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 647d3f8..e760dd0 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -19,6 +19,22 @@ - job: name: rpm-install-test + description: "Install the built rpms (f38 variant)" + run: playbooks/rpm/rpm-install-test.yaml + branches: + - f38 + nodeset: fedora-38-vm + requires: + - repo + roles: + - zuul: zuul-distro-jobs + vars: + repos: + - name: distro-build + url: https://kojipkgs.fedoraproject.org/repos/f38-build/latest/x86_64/ + +- job: + name: rpm-install-test description: "Install the built rpms (f37 variant)" run: playbooks/rpm/rpm-install-test.yaml branches: @@ -107,6 +123,25 @@ - job: name: rpm-test + description: "Install the built rpms and run STI tests (f38 variant)" + run: playbooks/rpm/rpmtest.yaml + post-run: + - playbooks/rpm/rpmtest-fetch-artifacts.yaml + branches: + - f38 + nodeset: fedora-38-vm-medium + requires: + - repo + roles: + - zuul: zuul-distro-jobs + timeout: 18000 + vars: + repos: + - name: distro-build + url: https://kojipkgs.fedoraproject.org/repos/f38-build/latest/x86_64/ + +- job: + name: rpm-test description: "Install the built rpms and run STI tests (f37 variant)" run: playbooks/rpm/rpmtest.yaml post-run: @@ -203,6 +238,20 @@ - job: name: rpm-rpminspect parent: rpminspect + description: "Run the rpminspect report tests (f38 variant)" + branches: + - f38 + nodeset: fedora-36-container + requires: + - repo + vars: + check_previous_build_enabled: true + rpminspect_cmd: rpminspect-fedora + target: f38 + +- job: + name: rpm-rpminspect + parent: rpminspect description: "Run the rpminspect report tests (f37 variant)" branches: - f37 @@ -261,6 +310,7 @@ parent: repo-rpm-lint branches: - rawhide + - f38 - f37 - f36 - epel8 diff --git a/zuul.d/nodesets.yaml b/zuul.d/nodesets.yaml index 14eadca..202c247 100644 --- a/zuul.d/nodesets.yaml +++ b/zuul.d/nodesets.yaml @@ -7,6 +7,12 @@ name: container - nodeset: + name: fedora-38-container + nodes: + - label: zuul-worker-f38 + name: container + +- nodeset: name: fedora-37-container nodes: - label: zuul-worker-f37 @@ -43,6 +49,12 @@ name: cloud-host - nodeset: + name: fedora-38-vm + nodes: + - label: cloud-fedora-38-small + name: cloud-host + +- nodeset: name: fedora-37-vm nodes: - label: cloud-fedora-37-small @@ -67,6 +79,12 @@ name: cloud-host - nodeset: + name: fedora-38-vm-medium + nodes: + - label: cloud-fedora-38-medium + name: cloud-host + +- nodeset: name: fedora-37-vm-medium nodes: - label: cloud-fedora-37-medium