From 3aa82b2ec9962cbc4a317a0770a935a268213112 Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Tue, 17 Nov 2020 15:55:32 +0100 Subject: [PATCH] Initializing Zuul on the repo This patch adds the .zuul.yaml file with the no-op job to the repo to be able to merge artifacts such as presentations and other files that do not require to run tests. Change-Id: Ia8c464724ff23a2be97368317acb04dceb78f398 Signed-off-by: Ildiko Vancsa --- .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 0000000..e7c200a --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,3 @@ +- project: + templates: + - noop-jobs