Skip to content

Ignore .gitlab-ci-private.yml for merge trees

Veronika Kabátová requested to merge veruu/pipeline-definition:realtime into main

There are two CI files present in the kernel trees - the regular .gitlab-ci.yml which we have excluded already, and .gitlab-ci-private.yml which is slightly different and used for private content to ensure the pipelines are correctly triggered without messups.

In order for the realtime testing to work, we have to ignore the private file as well as it will conflict for the same reason the regular CI file would.

Signed-off-by: Veronika Kabatova vkabatov@redhat.com

Edited by Veronika Kabátová

Merge request reports