The Shippable CI failed on one of my PR’s with the following errors:
00:01 ERROR: Commit ae0ff3dc1819347652cab7589f26ca9339c7e5f9 was not found:
00:01
00:01 fatal: bad object ae0ff3dc1819347652cab7589f26ca9339c7e5f9
00:01
00:01 GitHub may not have fully replicated the commit across their infrastructure.
00:01 It is also possible the commit was removed by a force push between job creation and execution.
00:01 Find the latest run for the pull request and restart failed jobs as needed.
It definitely looks like the commit did not get replicated before this Shippable task ran. Is it possible to force checks to be re-run without submitting a do-nothing commit to the branch?
PR #59112 - https://github.com/ansible/ansible/pull/59112
Shippable #132310 - https://app.shippable.com/github/ansible/ansible/runs/132310
Thanks!