Skip to content

Commit

Permalink
Rebuild if error "received unexpected HTTP status: 502 Bad Gateway" i…
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Jul 14, 2024
1 parent 53ef64c commit f729c57
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 @@ -511,6 +511,7 @@ let trace_action ~repo_full_name trace =
test "transfer closed with outstanding read data remaining"
|| 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 "[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 f729c57

Please sign in to comment.