From 7218e97e0da2a2f52de75e884e97db087e71e72f Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Feb 12 2020 15:21:14 +0000 Subject: Add f32 and remove f29 --- diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 74f8da5..eebeef4 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -24,8 +24,8 @@ - job: name: rpm-test parent: base-rpm-test - branches: f31 - nodeset: fedora-31-vm-medium + branches: f32 + nodeset: fedora-rawhide-vm-medium host-vars: cloud-host: ansible_python_interpreter: /usr/bin/python3 @@ -33,8 +33,8 @@ - job: name: rpm-test parent: base-rpm-test - branches: f30 - nodeset: fedora-30-vm-medium + branches: f31 + nodeset: fedora-31-vm-medium host-vars: cloud-host: ansible_python_interpreter: /usr/bin/python3 @@ -42,8 +42,8 @@ - job: name: rpm-test parent: base-rpm-test - branches: f29 - nodeset: fedora-29-vm-medium + branches: f30 + nodeset: fedora-30-vm-medium host-vars: cloud-host: ansible_python_interpreter: /usr/bin/python3 @@ -79,23 +79,23 @@ - job: name: rpm-rpminspect parent: base-rpm-rpminspect - branches: f31 + branches: f32 vars: - target: f31 + target: f32 check_previous_build_enabled: true - job: name: rpm-rpminspect parent: base-rpm-rpminspect - branches: f30 + branches: f31 vars: - target: f30 + target: f31 check_previous_build_enabled: true - job: name: rpm-rpminspect parent: base-rpm-rpminspect - branches: f29 + branches: f30 vars: - target: f29 + target: f30 check_previous_build_enabled: true