-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Spurious CI failures when cloning #3415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@allanrenucci on my way with fixing it |
CucumisSativus
added a commit
to CucumisSativus/dotty
that referenced
this issue
Oct 31, 2017
Due to concurency issue in drone I applied workaround propose in https://discourse.drone.io/t/fix-git-clone-with-custom-extra-hosts/217/2 the image present in the yaml is suggested by http://plugins.drone.io/drone-plugins/drone-git/
CucumisSativus
added a commit
to CucumisSativus/dotty
that referenced
this issue
Oct 31, 2017
Due to concurency issue in drone I applied workaround propose in https://discourse.drone.io/t/solved-issues-when-cloning-github-pr/482/11 the image present in the yaml is suggested by http://plugins.drone.io/drone-plugins/drone-git/
CucumisSativus
added a commit
to CucumisSativus/dotty
that referenced
this issue
Oct 31, 2017
Due to concurency issue in drone I applied workaround propose in https://discourse.drone.io/t/solved-issues-when-cloning-github-pr/482/11 the image present in the yaml is suggested by http://plugins.drone.io/drone-plugins/drone-git/
@allanrenucci according to https://discourse.drone.io/t/solved-issues-when-cloning-github-pr/482/15 looks like the issue is solved on plugin level, probably after plugin update the issue does not need a workaround |
I have restarted the CI, hopefully it will pick up the latest version of the git plugin |
Currently it is failing on every push I make :( |
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Nov 2, 2017
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Nov 2, 2017
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Nov 2, 2017
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Nov 2, 2017
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Nov 2, 2017
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Nov 2, 2017
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Nov 2, 2017
This is a workaround for a bug where GitHub asks Drone to build a branch that does not exist yet. We simply sleep for 5s before cloning to make sure the branch is created
allanrenucci
added a commit
that referenced
this issue
Nov 3, 2017
Fix #3415: Spurious clone failures in CI
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Jan 12, 2018
- Clone submodules in parallel - Improve workaround to scala#3415. Don't rely on GitHub to perform the merge on PRs
allanrenucci
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 15, 2018
- Clone submodules in parallel - Improve workaround to scala#3415. Don't rely on GitHub to perform the merge on PRs
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Jan 16, 2018
- Clone submodules in parallel - Improve workaround to scala#3415. Don't rely on GitHub to perform the merge on PRs
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Jan 16, 2018
- Clone submodules in parallel - Improve workaround to scala#3415. Don't rely on GitHub to perform the merge on PRs
allanrenucci
added a commit
to allanrenucci/dotty
that referenced
this issue
Jan 16, 2018
- Clone submodules in parallel - Improve workaround to scala#3415. Don't rely on GitHub to perform the merge on PRs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Drone sometime fails to clone on PR because of a bug with GitHub.
A workaround is described in this discussion
The text was updated successfully, but these errors were encountered: