summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorAlistair Coles <alistairncoles@gmail.com>2021-11-16 17:38:09 +0000
committerAlistair Coles <alistairncoles@gmail.com>2021-11-24 12:51:32 +0000
commit346f518d6cd10b62c411fa2b5fb480b81905568a (patch)
tree49db669762925b5329ebf5b0f64c98d23b98b7e5 /.zuul.yaml
parenta758d7acba11ef204eaecc2ecdf8e4140acb7e18 (diff)
downloadswift-346f518d6cd10b62c411fa2b5fb480b81905568a.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml15
1 files changed, 5 insertions, 10 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index d8bb786d6..ac9afc74c 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: