Fix 404 handling in detect-previous-failed-tests job
Previously `scripts/pipeline_test_report_builder.rb` would fail with an exit code of 1 when attempting to retrieve CI artifacts that returned a 404 error. This was happening because the comparison failed because `Net::HTTP::Response#code` returns a string, not an integer. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/367944
想要评论请 注册 或 登录