Skip to content

WIP: passing source and target ref to downtime_check rake task

What does this MR do?

Updates the downtime_check rake task to accept source and target refs for getting the changed files list for the specific MR being run.

We're getting pipeline failures on merge requests to -stable branches because we diff the MRs from a blank ref, which defaults to master. These changes passes source and target SHA in our CI config, which will now be accepted and used by the downtime_check rake task.

I haven't written any of our own CI config, so I'm not sure what the processes are for validating this change other than "it doesn't break"

-->

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

Merge request reports