From 963b23e0ae703f230815b474f1a2bf32cb4e807f Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 10 May 2021 13:13:36 +0200 Subject: [PATCH] Restrict publishing jobs to master We already build branched versions from IPA itself, let's not increase our space usage. Change-Id: I796b24a7ef19c3b0cc459ca1e1dc46d22f6349b5 --- zuul.d/project.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index b53e9ee..dd48f38 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -45,6 +45,9 @@ post: jobs: - publish-openstack-python-branch-tarball - - ironic-python-agent-build-image-tinyipa - - ironic-python-agent-build-image-dib-centos8 - - ironic-python-agent-build-image-dib-debian + - ironic-python-agent-build-image-tinyipa: + branches: master + - ironic-python-agent-build-image-dib-centos8: + branches: master + - ironic-python-agent-build-image-dib-debian: + branches: master