Skip to content

Do not sync stable branches for public commits

What does this MR do?

If a new commit is pushed to a stable branch on canonical, it will trigger push mirroring to security.

Now we have a race where both canonical and security wants to trigger a FOSS merge train ending up into a diverged branch.

This commit will check that the current commit is not available on canonical before triggering a security FOSS merge train

Closes gitlab-org/release-tools#358

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability 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

Merge request reports