From a08dcb4c36ee464ffc0825f770686a47ed86c570 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 Change-Id: I31dd48509ad029c88ee79415516771019cd1314e --- 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 eeb3e02..8d99308 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -16,6 +16,10 @@ - ironic-python-agent-check-image-dib-debian-arm64 - 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: @@ -51,9 +55,3 @@ branches: master - ironic-python-agent-build-image-dib-debian-arm64: branches: master - experimental: - jobs: - - ironic-python-agent-check-image-dib-centos9: - voting: false - - ironic-python-agent-check-image-dib-centos9-extra: - voting: false