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
This commit is contained in:
Ian Wienand 2021-11-17 15:07:00 +11:00
parent 150b3a70da
commit 2bc34a1593
1 changed files with 0 additions and 11 deletions

View File

@ -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: