Skip to content

Commit 7cdf89f

Browse files
authored
Rebuild if error "received unexpected HTTP status: 502 Bad Gateway" is raised (#307)
2 parents 53ef64c + f729c57 commit 7cdf89f

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
@@ -511,6 +511,7 @@ let trace_action ~repo_full_name trace =
511511
test "transfer closed with outstanding read data remaining"
512512
|| test "HTTP request sent, awaiting response... 50[0-9]"
513513
|| test "The requested URL returned error: 502"
514+
|| test "received unexpected HTTP status: 50[0-9]"
514515
(*|| test "[Tt]he remote end hung up unexpectedly"*)
515516
(* Can happen with (actual) issues with overlays. *)
516517
|| test "error: unable to download 'https://cache.nixos.org/"

0 commit comments

Comments
 (0)