You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Have a pipeline with the trigger of $CI_COMMIT_TAG
Create more than four changesets at the same time.
Push to the repo.
Notice that only 4 pipelines are triggered, regardless of the number of tags created.
The text was updated successfully, but these errors were encountered:
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:
$CI_COMMIT_TAG
The text was updated successfully, but these errors were encountered: