Skip to content

Commit

Permalink
Extend connectivity check (#308)
Browse files Browse the repository at this point in the history
Spotted in this gitlab.inria.fr job today:
https://gitlab.inria.fr/math-comp/math-comp/-/jobs/4607507
  • Loading branch information
Zimmi48 authored Jul 25, 2024
2 parents d771ab5 + b8a6732 commit 3400bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ let trace_action ~repo_full_name trace =
|| test "HTTP request sent, awaiting response... 50[0-9]"
|| test "The requested URL returned error: 502"
|| test "received unexpected HTTP status: 50[0-9]"
|| test "unexpected status from GET request to.*: 50[0-9]"
(*|| test "[Tt]he remote end hung up unexpectedly"*)
(* Can happen with (actual) issues with overlays. *)
|| test "error: unable to download 'https://cache.nixos.org/"
Expand Down

0 comments on commit 3400bbd

Please sign in to comment.