Skip to content

E2E test: ignore pipeline when running from gitlab-qa-executor

Jay McCure requested to merge jmc-qa-executor-pipeline-run into master

What does this MR do and why?

Ignore the only: pipeline condition for E2E tests when running in the gitlab-qa-executor project.

How to set up and validate locally

CI_PROJECT_NAME='gitlab-qa-executor' bundle exec rspec qa/specs/features/ee/ --tag external_ai_provider --dry-run

bundle exec rspec qa/specs/features/ee/ --tag external_ai_provider --dry-run

Edited by Jay McCure

Merge request reports