You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the motivation for this PR?
Currently, when running a new testplan, there is no safety check to cancel all the previous dangling job.
This add the ability to test_plan.py to cancel all related job with PR number using cancel_pr. However this PR does not add the call, only the implementation. The real call will be implemented in sonic-net#22861
How did you do it?
Added a cancel_pr method that hits Elastictest endpoint API to cancel all previous job for the same PR
How did you verify/test it?
Verified locally and manually using CI
Signed-off-by: Austin Pham <[email protected]>
Signed-off-by: Venkata Gouri Rajesh Etla <[email protected]>
0 commit comments