Skip to content

Make concurrent evaluation requests

euko requested to merge 429642-concurrent-qa-eval-run into master

What does this MR do and why?

This MR contains the reverted changes from !136411 (merged).

!136411 (merged) was reverted in !137181 (merged) because the CI configuration change started causing pipeline failures in docs-only merge requests.

The failure was due to removing changes: *ai-patterns from the following rule.

.rails:rules:ee-gitlab-duo-chat-optional:
  rules:
    - !reference [".rails:rules:ee-gitlab-duo-chat-base", rules]
    - <<: *if-merge-request
-     changes: *ai-patterns
      when: manual
      allow_failure: true

Instead of adding back changes: *ai-patterns, changes: *backend-patterns is added.

Here's a sample MR that contains a documentation change only and the MR's pipelines are triggered successfully:

!137222 (closed)

Related to #429642 (closed)

Edited by euko

Merge request reports