-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add test coverage for BZ:1931489 #15035
Add test coverage for BZ:1931489 #15035
Conversation
trigger: test-robottelo |
PRT Result
|
ef0ec18
to
353a382
Compare
trigger: test-robottelo |
PRT Result
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Acked the nailgun PR too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, pending one non-blocker comment.
353a382
to
4112923
Compare
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
4112923
to
4a67f39
Compare
Just resolved the merge conflict, PRT passed in previous comment with build: 6897 |
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com> (cherry picked from commit 1de4210)
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com> (cherry picked from commit 1de4210)
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com> (cherry picked from commit 1de4210)
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com> (cherry picked from commit 1de4210)
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
Problem Statement
Missing coverage for BZ:1931489, where we verified timeout to kill/execution_timeout_interval setting is honored by long running ansible-playbook job
Solution
Add test coverage for BZ:1931489, to verify long running ansible-playbook job along with timeout to kill/execution_timeout_interval setting
Dependent PRs:
SatelliteQE/nailgun#1139