From e022d711a131bf531ddc2b0f1845428d6add8a01 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 10 May 2021 12:48:30 +0200 Subject: [PATCH] Add Zuul support for new repository Before adding any code, add basic Zuul support for the repository (noop-tests) so that it can pass Zuul checks and gating. Change-Id: Iba9432b0b915353275bd3d16e4921dd5e5ee85d3 --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..e7c200ac --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,3 @@ +- project: + templates: + - noop-jobs