Skip to content

Commit

Permalink
gitmp
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Jul 23, 2024
1 parent 83ce7f7 commit e525f2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contest/remote/gh.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ def get_results(config, cbarg, prev_run, page=1):
'result': result, 'link': test_link})
if not res:
print(f"Still waiting, {len(jobs['jobs'])} jobs skipped")

resp = get(repo_url + f'/actions/runs/{found["id"]}', token)
overall = resp.json()
print("Overall status:", overall.get("status"), "conclusion:", overall.get("conclusion"))

return res


Expand Down

0 comments on commit e525f2c

Please sign in to comment.