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

Bug: GitLab API triggers only 4 pipelines per commit push #194

Open
WeslleyNasRocha opened this issue Dec 3, 2024 · 0 comments · May be fixed by #195
Open

Bug: GitLab API triggers only 4 pipelines per commit push #194

WeslleyNasRocha opened this issue Dec 3, 2024 · 0 comments · May be fixed by #195

Comments

@WeslleyNasRocha
Copy link

WeslleyNasRocha commented Dec 3, 2024

We are experiencing an issue with the GitLab API where only 4 pipelines are triggered per commit push. This is causing problems in our CI/CD workflow as not all pipelines are being executed as expected.

Additionally, due to the way changesets work, if we have more than four tags created in the same commit and use git push --tags, it will not fire the remaining tags' pipelines. We use pipelines per tag trigger, and this limitation is significantly impacting our workflow.

Steps to Reproduce:

  1. Have a pipeline with the trigger of $CI_COMMIT_TAG
  2. Create more than four changesets at the same time.
  3. Push to the repo.
  4. Notice that only 4 pipelines are triggered, regardless of the number of tags created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant