Skip to content

Do not pass Gitaly variables to Rails pipeline

Lin Jen-Shin requested to merge 5743-fix-rails-trigger into master

This merge request does 2 things:

  • Fix the triggered Rails pipeline: #5743 (closed)
    • I think passing inherit.variables: false is enough to fix it.
  • We no longer need to pass FORCE_GITLAB_CI because setting GITALY_TEST already covered that. This requires gitlab!141850 (merged)
    • We also only run very few RSpec related jobs and nothing related to omnibus, because we ditched FORCE_GITLAB_CI and favour GITALY_TEST and ENABLE_RSPEC.

Triggered pipeline: https://gitlab.com/gitlab-org/gitlab/-/pipelines/1140119182

Closes #5743 (closed)

Edited by Lin Jen-Shin

Merge request reports