Duplicate pipelines for same SHA
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
I have tried to raise a merge request using create new merge request in gitlab portal http://gitlab-ce.ivycomptech.co.in/Mobile_Poker_iOS/Poker/merge_requests/new
It showed a loading page and after some time it settles in time out request. So, I have manually pulled the source branch to destination branch and committed the changes. Finally I pushed the changes at once.
Duplicate Pipelines are getting generated for every 15-20 mins. It shows same SHA code for all those pipelines.
Ideally only 1 pipeline should be there for a single push/sha. I am really confused why these many pipelines are generated and how to stop them now.
How can I stop the pipelines for that commit SHA? It is becoming a nuisance to stop all the pipelines manually.
Steps to reproduce
Manually pull code from one branch to other. After commit, push code at once. Don't know if this is reproducible every time, but even now for every 15-20 mins I see a pipeline with same SHA. Push happened a week ago.
Example Project
What is the current bug behavior?
Duplicate Pipelines are getting generated for every 15-20 mins. It shows same SHA code for all those pipelines.
What is the expected correct behavior?
Ideally only 1 pipeline should be there for a single push/sha. I am really confused why these many pipelines are generated and how to stop them now.
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)(we will only investigate if the tests are passing)


