Use propose-updates for requirements-constraints

We don't need a legacy job for this, we have a propose-updates job that
can do any of the tagets the script knows about.

We do need to add git-review to the remote host though, so do that.

Change-Id: I3cf10120ab0e9aff65c35468d3a7bb9d42725712
This commit is contained in:
Monty Taylor 2017-10-15 10:05:26 -05:00
parent 2f321404b4
commit 13877e739e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,8 @@
- hosts: all
pre-tasks:
- name: Install git-review
command: pip install git-review
become: yes
roles:
- legacy-copy-project-config-scripts
- add-sshkey

View File

@ -29236,7 +29236,9 @@
- release-wheel-mirror:
dependencies:
- build-wheel-mirror
- legacy-propose-requirements-constraints-master
- propose-updates:
vars:
update_target: requirements-constraints
templates:
- system-required
- openstack-pypy-jobs-nonvoting