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

This commit is contained in:
Jenkins 2017-06-22 08:47:11 +00:00 committed by Gerrit Code Review
commit 391ef2c876
1 changed files with 1 additions and 5 deletions

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
}