From a122bad68534f9b3280c03b050925f1479617547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Fri, 4 Feb 2022 13:06:37 -0500 Subject: [PATCH] remove the .zuul.d directory (#367) remove the .zuul.d directory We now avoid as much as possible the local Zuul configuration because it's easy to break them inadvertently. --- .zuul.d/network-ee-sanity-tests_non-voting.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index 68fa4746..00000000 --- a/.zuul.d/network-ee-sanity-tests_non-voting.yaml +++ /dev/null @@ -1,10 +0,0 @@ -- project: - name: github.com/ansible-collections/kubernetes.core - check: - jobs: - - network-ee-sanity-tests: - voting: false - gate: - jobs: - - network-ee-sanity-tests: - voting: false