From 2bc34a159313402b892b63e2b503f5ded4a24044 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 17 Nov 2021 15:07:00 +1100 Subject: [PATCH] infra-prod: remove master override steps The dependent change moves this into the common infra-prod-base job so we don't have to do this in here. Change-Id: I444d2844fe7c7560088c7ef9112893da1496ae62 Depends-On: https://review.opendev.org/c/opendev/base-jobs/+/818189 --- playbooks/zuul/run-production-playbook.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/playbooks/zuul/run-production-playbook.yaml b/playbooks/zuul/run-production-playbook.yaml index e4a4a98c0c..e35cbb9ac8 100644 --- a/playbooks/zuul/run-production-playbook.yaml +++ b/playbooks/zuul/run-production-playbook.yaml @@ -13,17 +13,6 @@ - hosts: bridge.openstack.org tasks: - - name: Should we run from master - set_fact: - infra_prod_run_from_master: "{{ zuul.pipeline|default('') in ['periodic', 'opendev-prod-hourly'] }}" - - - name: Update from master - when: infra_prod_run_from_master|bool - git: - repo: https://opendev.org/opendev/system-config - dest: /home/zuul/src/opendev.org/opendev/system-config - force: yes - - name: Run the production playbook and capture logs block: