57c7899cf0
So that we can land a changes to project-config after v2 has been turned off, shift project-config to v3 and remove from v2. Change-Id: I67fc88a86d4e8b094cab88929bb6b8c47198964a Depends-On: I7cfb90df4eb49defce7aa41453918347a2c6742e
8 lines
186 B
YAML
8 lines
186 B
YAML
- hosts: all
|
|
tasks:
|
|
|
|
- name: Propose constraints update
|
|
command: "./tools/propose_projects_yaml_update.sh"
|
|
args:
|
|
chdir: "src/{{ zuul.project.canonical_name }}"
|