From f10ba9dc395021afd3413248ab46b99a9951f81a Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Mon, 4 Nov 2024 18:53:18 +0100 Subject: [PATCH] Temporarily make nova openapi job non-voting Nova api-ref build started failing and requires fix in os-api-ref first. For the moment make job non-voting Change-Id: Ic09edc870ec7fbcd5003ef1d333ddad1cb9584d9 --- zuul.d/project.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 69b9574..943b0c5 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -8,7 +8,8 @@ - openstack-tox-py311 - codegenerator-openapi-baremetal-tips-with-api-ref - codegenerator-openapi-block-storage-tips-with-api-ref - - codegenerator-openapi-compute-tips-with-api-ref + - codegenerator-openapi-compute-tips-with-api-ref: + voting: false - codegenerator-openapi-dns-tips-with-api-ref - codegenerator-openapi-identity-tips-with-api-ref - codegenerator-openapi-image-tips-with-api-ref @@ -25,7 +26,8 @@ - openstack-tox-py311 - codegenerator-openapi-baremetal-tips-with-api-ref - codegenerator-openapi-block-storage-tips-with-api-ref - - codegenerator-openapi-compute-tips-with-api-ref + - codegenerator-openapi-compute-tips-with-api-ref: + voting: false - codegenerator-openapi-dns-tips-with-api-ref - codegenerator-openapi-identity-tips-with-api-ref - codegenerator-openapi-image-tips-with-api-ref