Skip to content

Request against CI_API_V4_URL than GitLab.com

Lin Jen-Shin requested to merge 337779-find-tests into master

What does this MR do?

Request against CI_API_V4_URL than GitLab.com

So it works on other instances.

  • This script is only used in detect-tests and detect-tests as-if-foss
  • Both of the jobs used .rails:rules:detect-tests rules
  • These rules look at:
    • '$CI_MERGE_REQUEST_TITLE =~ /RUN ALL RSPEC/' or
    • changes: *code-backstage-patterns
  • The script looks at the current merge request on the instance.

So this change should be safe on dev.gitlab.org and ops.gitlab.net.

Related to #337779 (closed)

Edited by Lin Jen-Shin

Merge request reports