mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
add testing section for job events
This commit is contained in:
parent
e1b7e7f6ce
commit
0c3d6e7c33
@ -95,6 +95,9 @@ playbook_on_play_start-install
|
||||
runner_on_ok_hostA (install_tower)
|
||||
```
|
||||
|
||||
## Testing
|
||||
A management command for event replay exists for replaying jobs at varying speeds and other parameters. Run `awx-manage replay_job_events --help` for additional usage information. To prepare the UI for event replay, load the page for a finished job and then append `_debug` as a parameter to the url.
|
||||
|
||||
## Code References
|
||||
* More comprehensive list of Job Events and the hierarchy they form https://github.com/ansible/awx/blob/devel/awx/main/models/jobs.py#L870
|
||||
* Exhaustive list of Job Events in Tower https://github.com/ansible/awx/blob/devel/awx/main/models/jobs.py#L900
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user