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
…s raised (#307)
  • Loading branch information
Zimmi48 authored Jul 15, 2024
2 parents 53ef64c + f729c57 commit 7cdf89f
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 7cdf89f

Please sign in to comment.