From 8d8037e3d50a203dc9be4c7e4fede05a587510c9 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 7 Jun 2024 09:37:41 -0400 Subject: [PATCH] Build and publish collection with Zuul (#122) Signed-off-by: Mohammed Naser --- zuul.d/project.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 zuul.d/project.yaml diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml new file mode 100644 index 00000000..5e57a38f --- /dev/null +++ b/zuul.d/project.yaml @@ -0,0 +1,25 @@ +# Copyright (c) 2024 VEXXHOST, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +- project: + merge-mode: squash-merge + check: + jobs: + - build-ansible-collection + gate: + jobs: + - build-ansible-collection + release: + jobs: + - publish-ansible-collection-vexxhost