"Pipeline NNN has failed for master" - how to disable CI for a project?

After I have upgraded GitLab to 11.*, every time I push to master, I get

“Pipeline NNN has failed for master”

notification.

The problem is I need no CI at all for certain projects

Question: how can I disable the above annoyance for good?

If .gitlab-ci.yml controls that, what shall I put in there do stop CI for a project?

Thanks.

Hi and welcome to the GitLab forum! :slight_smile:

Perhaps these two recent posts might help with your question:

1 Like

Thanks!

The piece of advice from the 1-st mentioned post seems to do the trick.

To disable per a single project, as far as I know, disabling Pipelines from “Settings > CI” works as well.

1 Like