-
Notifications
You must be signed in to change notification settings - Fork 20
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
GitLab sometimes neglects to start a pipeline when a branch is pushed #316
Comments
Mitigation for skipped pipelines (issue #316)
Hey @zackgalbreath was this fixed by #317? Or are you still working on a more long term fix? |
#317 mitigates this issue, but it doesn't fully resolve it. GitLab is still periodically failing to start pipelines for us, but now we have a cronjob to detect these skipped pipelines & start them automatically every 30 minutes. We like to keep track of mitigated issues like this so we can keep an eye out for upstream fixes & other opportunities to properly resolve them. |
We have noticed a situation where our sync script pushes a branch to GitLab, but GitLab never starts a pipeline for it. This problem tends to confusingly manifest itself as one of the following status messages on the relevant GitHub PR:
The text was updated successfully, but these errors were encountered: