Skip to content
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

Open
zackgalbreath opened this issue Sep 6, 2022 · 2 comments

Comments

@zackgalbreath
Copy link
Collaborator

zackgalbreath commented Sep 6, 2022

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:

  • pending - waiting for the style check to complete
  • pending — This branch's merge-base with develop is newer than the latest commit tested by GitLab
@alecbcs
Copy link
Member

alecbcs commented Dec 6, 2022

Hey @zackgalbreath was this fixed by #317? Or are you still working on a more long term fix?

@zackgalbreath
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants