From 2ddcb2019371ef79ee6f935122b58fbf2f5c7c90 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Mon, 14 Mar 2022 18:20:06 +0000 Subject: [PATCH] Make OpenLab's CI jobs blocking Since the jobs are relatively stable, we have official ARM binaries and we could technically still ignore them, we should remove "voting: false" from them. Signed-off-by: Kazuyoshi Kato --- .zuul.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8c845725a..e96a94757 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,7 +14,6 @@ Containerd build in openlab cluster. run: .zuul/playbooks/containerd-build/run.yaml nodeset: ubuntu-xenial-arm64-openlab - voting: false - job: name: containerd-test-arm64 @@ -23,7 +22,6 @@ Containerd unit tests in openlab cluster. run: .zuul/playbooks/containerd-build/unit-test.yaml nodeset: ubuntu-xenial-arm64-openlab - voting: false - job: name: containerd-integration-test-arm64 @@ -32,4 +30,3 @@ Containerd unit tests in openlab cluster. run: .zuul/playbooks/containerd-build/integration-test.yaml nodeset: ubuntu-xenial-arm64-openlab - voting: false