
* remove the roles build function and relevant documentation that moved to the gate-quickstart role * follow up the role rename in README.md * add tripleo-ci to the skipped projects * remove empty/placeholder files * add and rename the playbook build-test-packages.yml used by the ci-scripts Change-Id: I105824e4b3bc71a9fdaf00496f243a7a1f868783
12 lines
394 B
YAML
12 lines
394 B
YAML
---
|
|
# defaults file for ansible-role-tripleo-gate
|
|
|
|
local_working_dir: "{{ lookup('env', 'HOME') }}/.quickstart"
|
|
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_skipped_projects:
|
|
- openstack/tripleo-quickstart
|
|
- openstack/tripleo-ci
|