Merge "Add some belts and suspenders to the manage-projects job"
This commit is contained in:
commit
f9ec9bc4e2
@ -1423,11 +1423,20 @@
|
|||||||
vars:
|
vars:
|
||||||
playbook_name: zuul_reconfigure.yaml
|
playbook_name: zuul_reconfigure.yaml
|
||||||
|
|
||||||
|
# Make sure only one run of manage-projects happens at a time
|
||||||
|
- semaphore:
|
||||||
|
name: infra-prod-manage-projects-runs
|
||||||
|
max: 1
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: infra-prod-manage-projects
|
name: infra-prod-manage-projects
|
||||||
parent: infra-prod-playbook
|
parent: infra-prod-playbook
|
||||||
description: |
|
description: |
|
||||||
Create and update projects in gerrit and gitea.
|
Create and update projects in gerrit and gitea.
|
||||||
|
allowed-projects:
|
||||||
|
- opendev/system-config
|
||||||
|
- openstack/project-config
|
||||||
|
semaphore: infra-prod-manage-projects-runs
|
||||||
vars:
|
vars:
|
||||||
playbook_name: manage-projects.yaml
|
playbook_name: manage-projects.yaml
|
||||||
infra_prod_playbook_collect_log: false
|
infra_prod_playbook_collect_log: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user