From 346f518d6cd10b62c411fa2b5fb480b81905568a Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Tue, 16 Nov 2021 17:38:09 +0000 Subject: [PATCH] Make arm jobs voting (but not the pipeline) Make the non-voting pipeline indicate failure when any of the jobs fail. Previously zuul would report "Build succeeded (ARM64 pipeline)." even when individual job(s) had failed. Now zuul will report "Build failed (ARM64 pipeline)." but the pipeline still does vote on the patchset. Change-Id: I84f59256df3aa41338df9829a565ae830ee8e847 --- .zuul.yaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d8bb786d66..ac9afc74cc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -570,16 +570,11 @@ version 3 releases designated for testing on top of ARM64 architecture. check-arm64: jobs: - - swift-tox-py38-arm64: - voting: false - - swift-tox-py39-arm64: - voting: false - - swift-probetests-centos-8-arm64: - voting: false - - swift-tox-func-encryption-py38-arm64: - voting: false - - swift-tox-func-py38-arm64: - voting: false + - swift-tox-py38-arm64 + - swift-tox-py39-arm64 + - swift-probetests-centos-8-arm64 + - swift-tox-func-encryption-py38-arm64 + - swift-tox-func-py38-arm64 - project: templates: