Skip to content

test_result: Tolerate "404 References for commit not found"

Jérome Perrin requested to merge fix/gitlab_api_404 into master

When a commit is no longer reachable from a branch, gitlab API does not allow annotating the commit.

This happens quite often when we push force in the branch after test result started to run on this branch.

Merge request reports