From de71a92981d4d01ca3ef6e4a275d9b2773c1b55b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 3 Apr 2020 12:26:49 -0500 Subject: [PATCH] Switch to deploy pipeline for deployments The use of files matchers makes doing the infra-prod playbooks in the promote pipeline problematic, because the deduplication of changes can elide out changes that match a different set of files, thus causing jobs to not trigger. Use deploy instead. Depends-On: https://review.opendev.org/717353 Change-Id: Ief53395eca1c1e6c711e689aa02abe95d81fd7e1 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e7436b83e8..c71eedc4ad 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1761,7 +1761,7 @@ - name: opendev-buildset-registry - name: system-config-upload-image-gerrit-base soft: true - promote: + deploy: jobs: - system-config-promote-image-gerrit-base - system-config-promote-image-gerrit-2.13 @@ -1891,7 +1891,7 @@ - system-config-upload-image-python-base-3.8 - system-config-upload-image-python-builder-3.7 - system-config-upload-image-python-builder-3.8 - promote: + deploy: jobs: - system-config-promote-image-jinja-init - system-config-promote-image-gitea-init