We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d771ab5 + b8a6732 commit 3400bbdCopy full SHA for 3400bbd
src/actions.ml
@@ -512,6 +512,7 @@ let trace_action ~repo_full_name trace =
512
|| test "HTTP request sent, awaiting response... 50[0-9]"
513
|| test "The requested URL returned error: 502"
514
|| test "received unexpected HTTP status: 50[0-9]"
515
+ || test "unexpected status from GET request to.*: 50[0-9]"
516
(*|| test "[Tt]he remote end hung up unexpectedly"*)
517
(* Can happen with (actual) issues with overlays. *)
518
|| test "error: unable to download 'https://cache.nixos.org/"
0 commit comments