mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Removed old secho comment from Tower-CLI
Fixed job name for tests
This commit is contained in:
committed by
beeankha
parent
7494ba7b9c
commit
f6bfdef34d
@@ -146,10 +146,6 @@ def main():
|
|||||||
start = time.time()
|
start = time.time()
|
||||||
|
|
||||||
# Poll the Ansible Tower instance for status, and print the status to the outfile (usually standard out).
|
# Poll the Ansible Tower instance for status, and print the status to the outfile (usually standard out).
|
||||||
#
|
|
||||||
# Note that this is one of the few places where we use `secho` even though we're in a function that might
|
|
||||||
# theoretically be imported and run in Python. This seems fine; outfile can be set to /dev/null and very
|
|
||||||
# much the normal use for this method should be CLI monitoring.
|
|
||||||
result = check_job(module, job_url)
|
result = check_job(module, job_url)
|
||||||
|
|
||||||
last_poll = time.time()
|
last_poll = time.time()
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
- name: Launch Demo Job Template (take happy path)
|
- name: Launch Demo Job Template (take happy path)
|
||||||
tower_job_launch:
|
tower_job_launch:
|
||||||
job_template: "Jenkins Export Vars"
|
job_template: "Demo Job Template"
|
||||||
register: job
|
register: job
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
|
|||||||
Reference in New Issue
Block a user