Skip to content

WIP: Fix .gitlab-ci.yml for merge request pipelines

What does this MR do?

This MR has to be merged after we enabled ci_new_default_only feature flag on GitLab CE/EE on gitlab.com and dev.gitlab.org

This MR shows how we can enable pipelines for merge requests in our complicated .gitlab-ci.yml.

Since the default only policy is only: { refs: %w[protected_refs tags merge_requests] }, it's fairly easy to fix it.

Prerequisites: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27263

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Shinya Maeda

Merge request reports