From dc5a1e6dd1699bfd91c1d1bbcd70ffaa1f32d290 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Mon, 6 Dec 2021 13:49:59 -0500 Subject: [PATCH] turn network-ee-sanity-tests non-voting (#284) (#303) [backport/2.2] turn network-ee-sanity-tests non-voting SUMMARY turn network-ee-sanity-tests non-voting Reviewed-by: Mike Graves mgraves@redhat.com Reviewed-by: None (cherry picked from commit b0f1501) ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION 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