From 1628efac16282e8779f8ccf8736ab1003771cbdb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 14 Nov 2018 15:36:38 +0100 Subject: [PATCH] Add noop-jobs To be able to merge anything, we need some jobs. Add the noop-jobs that don't test anything but allow merging. Those can be replaced later with real jobs. Change-Id: I29c16db4c5a9f7f0d2f2701554ed99efd3999b01 --- .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