From 2b55cf1575449d5ee417909cdabc79f7a88a0341 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 28 Oct 2024 20:08:54 +0000 Subject: [PATCH] Add project pipeline config This change just enable the zuul workflow. The build-pages is missing. Change-Id: Ibec15b1b196da298e6b00f98d453a38824af2cc7 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..e30e3ff --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,7 @@ +- project: + check: + jobs: + - noop + gate: + jobs: + - noop