Skip to content

Commit 3400bbd

Browse files
authored
Extend connectivity check (#308)
Spotted in this gitlab.inria.fr job today: https://gitlab.inria.fr/math-comp/math-comp/-/jobs/4607507
2 parents d771ab5 + b8a6732 commit 3400bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/actions.ml

+1
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ let trace_action ~repo_full_name trace =
512512
|| test "HTTP request sent, awaiting response... 50[0-9]"
513513
|| test "The requested URL returned error: 502"
514514
|| test "received unexpected HTTP status: 50[0-9]"
515+
|| test "unexpected status from GET request to.*: 50[0-9]"
515516
(*|| test "[Tt]he remote end hung up unexpectedly"*)
516517
(* Can happen with (actual) issues with overlays. *)
517518
|| test "error: unable to download 'https://cache.nixos.org/"

0 commit comments

Comments
 (0)