jenkins: scripts: propose_update: Turn on OSA updates on all repositories

We have now verified that the propose job works as expected so we remove
the WIP part of the code in order to enable it on all OSA repositores.

Change-Id: I8749e8bd11cc440bc50d2aadc2d64b644b9d119d
This commit is contained in:
Markos Chandras 2017-06-20 11:52:06 +01:00
parent 7fe41a4ed3
commit 7a4f707502

View File

@ -68,11 +68,7 @@ elif [ "$OWN_PROJECT" == "puppet-openstack-constraints" ] ; then
elif [ "$OWN_PROJECT" == "openstack-ansible-tests" ] ; then
INITIAL_COMMIT_MSG="Updated from OpenStack Ansible Tests"
TOPIC="openstack/openstack-ansible-tests/sync-tests"
###### WIP - REMOVE ME #####
# Use a single repository for testing
PROJECTS="openstack/openstack-ansible-galera_client"
##### END OF WIP ########
#PROJECTS=$(./gen-projects-list.sh)
PROJECTS=$(./gen-projects-list.sh)
function update {
bash /usr/local/jenkins/slave_scripts/sync_openstack_ansible_common_files.sh $1
}