From 9eb4e8c0d2e8f595d69ebc9ee62f20a6ede81def Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Tue, 11 Jan 2022 15:51:42 +0530 Subject: [PATCH] Move centos9 jobs from experimental to check Depends-On: https://review.opendev.org/c/openstack/diskimage-builder/+/825695 Change-Id: I31dd48509ad029c88ee79415516771019cd1314e (cherry picked from commit c8d1a5f85bac7f3fe7a645acee6f008d64eace93) --- zuul.d/project.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 5d81444..0b2fa5b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -15,6 +15,10 @@ - ironic-python-agent-check-image-dib-debian - ironic-python-agent-check-image-dib-debian-extra # Non-voting jobs + - ironic-python-agent-check-image-dib-centos9: + voting: false + - ironic-python-agent-check-image-dib-centos9-extra: + voting: false - ironic-python-agent-check-image-dib-ubuntu: voting: false - ironic-python-agent-check-image-dib-opensuse: @@ -47,9 +51,3 @@ branches: master - ironic-python-agent-build-image-dib-debian: branches: master - experimental: - jobs: - - ironic-python-agent-check-image-dib-centos9: - voting: false - - ironic-python-agent-check-image-dib-centos9-extra: - voting: false