tripleo-quickstart-extras/roles/build-test-packages/defaults/main.yml
Alex Schultz 65384f03fd Revert "Revert "Add ability to have dlrn build all the packages at once""
This reverts commit 2af6e87045.

This includes a fix for the repo_built variable logic

It turns out ansible will always register a variable even if a task is
skipped. In this case, that means we are not properly collecting the
repo since repo_built is skipped in the second declaration.  This logic
works fine if artg_build_one is false but not if it is true (the
default)

Change-Id: I1408d9ded18cdacbd1fb5410e70de2ef8104f950
2018-09-18 09:10:31 -06:00

27 lines
793 B
YAML

---
build_repo_dir: "{{ ansible_user_dir }}"
artg_dlrn_repo_url: "https://github.com/openstack-packages/DLRN.git"
artg_rdoinfo_repo_url: "https://github.com/redhat-openstack/rdoinfo"
artg_compressed_gating_repo: "/home/stack/gating_repo.tar.gz"
artg_build_one: True
dlrn_target: centos
dlrn_cleanup: false
dlrn_baseurl: "https://trunk.rdoproject.org/centos7/"
dlrn_use_local_mirrors: false
dlrn_pre_installed: false
artg_skipped_projects:
- openstack/puppet-openstack-integration
- openstack/puppet-watcher
- openstack/tripleo-quickstart
- openstack/tripleo-quickstart-extras
- openstack/tripleo-upgrade
- openstack/browbeat
- openstack/tripleo-ha-utils
- openstack-dev/grenade
- openstack-infra/project-config
- openstack-infra/tripleo-ci
- openstack-infra/zuul-jobs