summaryrefslogtreecommitdiffstats
path: root/docs/job_events.md
diff options
context:
space:
mode:
authorJake McDermott <yo@jakemcdermott.me>2018-08-10 05:38:03 +0200
committerJake McDermott <yo@jakemcdermott.me>2018-08-10 07:16:02 +0200
commit0c3d6e7c3301bad875981a1e2eed2c1ae2e75d16 (patch)
tree428e118d5bbfa5488414c4b9dc1c57ef53c9cb2a /docs/job_events.md
parentadd event replay mode (diff)
downloadawx-0c3d6e7c3301bad875981a1e2eed2c1ae2e75d16.tar.xz
awx-0c3d6e7c3301bad875981a1e2eed2c1ae2e75d16.zip
add testing section for job events
Diffstat (limited to 'docs/job_events.md')
-rw-r--r--docs/job_events.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/job_events.md b/docs/job_events.md
index 60f5ad7afd..2f4c35ae72 100644
--- a/docs/job_events.md
+++ b/docs/job_events.md
@@ -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