Update projects when requirements change

Waiting for projects to catch up with requirements versions winds up
with us in a period where everything is out of whack. Instead, everytime
we update the requirements, we should just submit changes that update
everything.

Change-Id: I93465255c27fb2079915c7b3cd9170bfc40b8c35
This commit is contained in:
Monty Taylor
2013-08-03 16:03:40 -04:00
parent 9f4fefb163
commit 392f2faa53
2 changed files with 13 additions and 0 deletions

View File

@@ -22,3 +22,15 @@
publishers:
- console-log
- job:
name: propose-requirements-updates
node: proposal
builders:
- gerrit-git-prep
- shell: /usr/local/jenkins/slave_scripts/propose_requirements_update.sh
- link-logs
publishers:
- console-log