Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/release #835

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/configs/inventory_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ controller_inventory_sources:
overwrite: true
update_on_launch: true
update_cache_timeout: 0
wait: true
wait: false
- name: RHVM-02
source: scm
source_project: Test Project 2
Expand All @@ -23,7 +23,7 @@ controller_inventory_sources:
overwrite: true
update_on_launch: true
update_cache_timeout: 0
wait: true
wait: false
- name: RHVM-01-Default
source: scm
source_project: Test Project 2
Expand All @@ -34,7 +34,7 @@ controller_inventory_sources:
overwrite: true
update_on_launch: true
update_cache_timeout: 0
wait: true
wait: false
- name: RHVM-02
inventory: RHVM-01
organization: Satellite
Expand Down
12 changes: 8 additions & 4 deletions tests/configs/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,31 @@ controller_projects:
scm_clean: true
description: Test Project 1
organization: Default
wait: true
update_project: true
wait: false
update_project: false
- name: Demo Project
scm_type: git
scm_url: https://github.com/ansible/tower-example.git
scm_branch: master
scm_clean: true
description: Test Project 1
organization: Default
wait: true
update_project: true
wait: false
update_project: false
- name: Test Project 2
scm_type: git
scm_url: https://github.com/ansible/ansible-examples.git
description: Test Project 2
organization: Default
wait: false
update_project: false
- name: Test Inventory source project
scm_type: git
scm_url: https://github.com/ansible/ansible-examples.git
description: ansible-examples
organization: Satellite
wait: false
update_project: false
- name: Test Inventory source project with credential
scm_type: git
scm_url: https://github.com/ansible/ansible-examples.git
Expand Down
Loading