From 76cf1b51922454958ba25cb0a08e4ce6a49a2499 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Dec 16 2020 11:06:38 +0000 Subject: Remove f31 support as unsupported release --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index c599af0..1c99c41 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -4,7 +4,6 @@ nodeset: nodes: [] branches: - - f31 - f32 - f33 - epel8 @@ -15,7 +14,7 @@ - job: name: base-cloud-fedora-latest abstract: true - description: base job to run on a Fedora virtual machine + description: Base job to run on a Fedora virtual machine nodeset: fedora-latest-vm host-vars: cloud-host: @@ -26,7 +25,7 @@ parent: base-cloud-fedora-latest abstract: true protected: true - description: common base job for RPM build on Fedora Koji + description: Base job for RPM build on Fedora Koji # 6h timeout timeout: 21600 roles: @@ -41,7 +40,6 @@ name: rpm-scratch-build parent: common-koji-rpm-build final: true - description: RPM scratch build on for rawhide target branches: master vars: mock_config: fedora-rawhide-x86_64 @@ -53,7 +51,6 @@ name: rpm-scratch-build-aarch64 parent: common-koji-rpm-build final: true - description: RPM scratch build on for rawhide target on aarch64 branches: master vars: mock_config: fedora-rawhide-aarch64 @@ -65,7 +62,6 @@ - job: name: rpm-scratch-build parent: common-koji-rpm-build - description: RPM scratch build on for f33 target final: true branches: f33 vars: @@ -77,7 +73,6 @@ - job: name: rpm-scratch-build parent: common-koji-rpm-build - description: RPM scratch build on for f32 target final: true branches: f32 vars: @@ -89,20 +84,7 @@ - job: name: rpm-scratch-build parent: common-koji-rpm-build - description: RPM scratch build on for f31 target final: true - branches: f31 - vars: - mock_config: fedora-31-x86_64 - target: f31 - release: f31 - scratch_build: true - -- job: - name: rpm-scratch-build - parent: common-koji-rpm-build - final: true - description: RPM scratch build on for epel8 target branches: epel8 vars: mock_config: epel-8-x86_64 @@ -117,7 +99,6 @@ name: rpm-build parent: common-koji-rpm-build final: true - description: RPM build on for rawhide target branches: master vars: target: rawhide @@ -128,7 +109,6 @@ name: rpm-build parent: common-koji-rpm-build final: true - description: RPM build on for rawhide target branches: f33 vars: target: f33 @@ -139,20 +119,8 @@ name: rpm-build parent: common-koji-rpm-build final: true - description: RPM build on for rawhide target branches: f32 vars: target: f32 release: f32 scratch_build: false - -- job: - name: rpm-build - parent: common-koji-rpm-build - final: true - description: RPM build on for rawhide target - branches: f31 - vars: - target: f31 - release: f31 - scratch_build: false