From 739c5a6002be0dceaf9b9aa1ce0d52547130deda Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 10 May 2022 12:00:47 +1000 Subject: [PATCH] infra-vhd-util-deb : add jobs Add the jobs for infra-vhd-util-deb (the publish job needs to be here, we keep the rest just to keep it together). Change-Id: Ida6e34feb2ca3d7e4bb7a09610aa69dec83b8dc0 --- zuul.d/projects.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 45fb233bf8..b7752d6bcb 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -177,6 +177,25 @@ jobs: - opendev-promote-docs +- project: + name: opendev/infra-vhd-util-deb + check: + jobs: + - noop: + branches: master + - vhd-util-deb-package-build: + branches: ^(?!master).*$ + gate: + jobs: + - noop: + branches: master + - vhd-util-deb-package-build: + branches: ^(?!master).*$ + promote: + jobs: + - vhd-util-deb-package-build-promote: + branches: ^(?!master).*$ + - project: name: opendev/irc-meetings check: