From b0f1501cd4a96ab1ae8b55548d4108b666fde4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Tue, 16 Nov 2021 15:52:58 -0500 Subject: [PATCH] turn network-ee-sanity-tests non-voting (#284) turn network-ee-sanity-tests non-voting Reviewed-by: Mike Graves Reviewed-by: None --- .zuul.d/network-ee-sanity-tests_non-voting.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .zuul.d/network-ee-sanity-tests_non-voting.yaml diff --git a/.zuul.d/network-ee-sanity-tests_non-voting.yaml b/.zuul.d/network-ee-sanity-tests_non-voting.yaml new file mode 100644 index 00000000..68fa4746 --- /dev/null +++ b/.zuul.d/network-ee-sanity-tests_non-voting.yaml @@ -0,0 +1,10 @@ +- project: + name: github.com/ansible-collections/kubernetes.core + check: + jobs: + - network-ee-sanity-tests: + voting: false + gate: + jobs: + - network-ee-sanity-tests: + voting: false