Merge "Enable requirement update proposal jobs"
This commit is contained in:
commit
f39c92d22b
@ -15,7 +15,12 @@
|
||||
INITIAL_COMMIT_MSG="Updated from global requirements"
|
||||
TOPIC="openstack/requirements"
|
||||
USERNAME=${USERNAME:-$USER}
|
||||
BRANCH=${ZUUL_BRANCH:-master}
|
||||
BRANCH=$ZUUL_REF
|
||||
|
||||
if [ -z "$BRANCH" ] ; then
|
||||
echo "No branch set, exiting."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git config user.name "OpenStack Jenkins"
|
||||
git config user.email "jenkins@openstack.org"
|
||||
|
@ -1548,6 +1548,7 @@ projects:
|
||||
- post-mirror-python26
|
||||
- post-mirror-python27
|
||||
- post-mirror-python33
|
||||
- propose-requirements-updates
|
||||
periodic:
|
||||
- periodic-mirror-python26
|
||||
- periodic-mirror-python27
|
||||
|
Loading…
Reference in New Issue
Block a user