[Git][ghc/ghc][wip/mangoiv/ci-backports] ci: increased low speed time, removed post buffer increase
Magnus pushed to branch wip/mangoiv/ci-backports at Glasgow Haskell Compiler / GHC Commits: 3f4db087 by mangoiv at 2026-05-07T13:06:18+02:00 ci: increased low speed time, removed post buffer increase - - - - - 1 changed file: - .gitlab/test-metrics.sh Changes: ===================================== .gitlab/test-metrics.sh ===================================== @@ -22,7 +22,10 @@ function pull() { # to set a larger http.postBuffer, although this is definitely a workaround. # The default should work just fine. The error could be in git, GitLab, or # perhaps the networking tube (including all proxies etc) between the two. - run git -c http.postBuffer=2097152 fetch -f "$NOTES_ORIGIN" "$ref:$ref" + # 2026-05-07: git fetch started failing again on darwin. Increased the low speed + # time. Removed the postbuffer change since we shouldn't actually be PUSHing anything + export GIT_CURL_VERBOSE=1 + run git -c http.lowSpeedTime=600 fetch -f "$NOTES_ORIGIN" "$ref:$ref" echo "perf notes ref $ref is $(git rev-parse $ref)" } View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3f4db087bfd12a145a997745c5022ab2... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3f4db087bfd12a145a997745c5022ab2... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Magnus (@MangoIV)