From b807ac58898a12cbcd0ce063fbf339128d72574f Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Wed, 6 Nov 2024 13:25:45 +0100 Subject: [PATCH] Further temporarily unlink nova Nova api-ref build fails. The fix is propsed, but not merged yet. In the meanwhile we want codegenerator to produce new content for placement service so we drop nova from rust job dependencies (simply non-voting job is not helping much). Change-Id: I3c70e58e341be186cca03360e1e47205a77901f8 --- zuul.d/rust.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/rust.yaml b/zuul.d/rust.yaml index 7594ec9..460e13f 100644 --- a/zuul.d/rust.yaml +++ b/zuul.d/rust.yaml @@ -52,8 +52,8 @@ dependencies: - name: codegenerator-openapi-block-storage-tips-with-api-ref soft: true - - name: codegenerator-openapi-compute-tips-with-api-ref - soft: true + # - name: codegenerator-openapi-compute-tips-with-api-ref + # soft: true - name: codegenerator-openapi-dns-tips-with-api-ref soft: true - name: codegenerator-openapi-identity-tips-with-api-ref