-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Description
From time to time, some of our builds in Github Actions get really flaky because HTTPS downloads and git clones intermittently fail.
This has been occurring more often in the past two days.
It appears to be a problem with the network infrastructure at Github itself. We end up having to do work arounds like this:
IntersectMBO/cardano-node#2313
I would like Github Actions to be more reliable with downloads and would appreciate if Github can investigate and resolve this issue.
Area for Triage:
Question, Bug, or Feature?:
Bug
Virtual environments affected
ubuntu-latest
macos-latest
windows-latest
Expected behavior
Downloads/uploads of files from https and clones/fetch/push for git should always work.
Actual behavior
These things fail.
Repro steps
Fork git@github.com:input-output-hk/cardano-node.git, then branch and push a commit. Occasionally this will fail.