From e57dd582a6ff0c8c6a9b39674491e8d6218a3154 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Thu, 13 Nov 2025 15:55:32 +0000 Subject: [PATCH] Add initial Zuul config The config only runs the "noop" job, to try and see if the basics are working. Requires: https://github.com/rdo-infra/review.rdoproject.org-config/pull/3 Signed-off-by: Lucas Alvares Gomes --- .zuul.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..279dfa5a --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,8 @@ +--- +- project: + name: openstack-lightspeed/operator + default-branch: main + github-check: + jobs: + - noop +