From bab55a0c54fbe95590209fc7fa490929b54ce690 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Tue, 18 Jan 2022 10:26:29 +0100 Subject: [PATCH] Use Fedora Linux to gate changes with the infrared plugin Change-Id: I2fe8dec7689f90e5a058501f6ca9bc23be6fcb2d --- zuul.d/infrared.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/zuul.d/infrared.yaml b/zuul.d/infrared.yaml index c64119e68..8ddc36942 100644 --- a/zuul.d/infrared.yaml +++ b/zuul.d/infrared.yaml @@ -5,8 +5,8 @@ description: | Infrared jobs intended to gate infrared Tobiko plugin changes check: - jobs: - - tobiko-infrared + jobs: &CHECK + - tobiko-infrared-centos - tobiko-infrared-centos-7 - tobiko-infrared-fedora - tobiko-infrared-ubuntu @@ -14,17 +14,13 @@ jobs: - tobiko-infrared periodic: - jobs: - - tobiko-infrared - - tobiko-infrared-centos-7 - - tobiko-infrared-fedora - - tobiko-infrared-ubuntu + jobs: *CHECK - job: name: tobiko-infrared parent: tox - nodeset: tobiko-infrared-centos + nodeset: tobiko-infrared-fedora timeout: 3600 description: | Run test cases using tobiko infrared plugin @@ -65,6 +61,14 @@ nodes: - secondary +- job: + name: tobiko-infrared-centos + parent: tobiko-infrared + nodeset: tobiko-infrared-centos + voting: false + description: | + Run test cases using tobiko infrared plugin on CentOS + - job: name: tobiko-infrared-centos-7