From 75fce6c049cb6d02d38cfe914c73228261fe53cc Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 22 Jan 2021 18:48:21 -0500 Subject: [PATCH] Switch to network-ee for sanity / unit tests This start the migration to network execution environments to manage our testing needs. Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/747 Signed-off-by: Paul Belanger --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 000000000..0c24a515e --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,5 @@ +--- +- project: + templates: + - network-ee-container-image-jobs + - network-ee-tests