EE specs are not run on dev.gitlab.org
Summary
On https://dev.gitlab.org/gitlab/gitlab-ee, merge request triggered pipelines does not run EE-specific specs.
Steps to reproduce
- Create a merge request on https://dev.gitlab.org/gitlab/gitlab-ee, intentionally make one of the EE spec fail (e.g.
expect(true).to eq(false))
What is the current bug behavior?
The pipeline triggered does not include EE-specific specs.
What is the expected correct behavior?
The pipeline triggers EE-specific specs.
Relevant logs and/or screenshots
I deliberately made an EE spec to fail in https://dev.gitlab.org/gitlab/gitlab-ee/commit/eef0c1de59377b852320f31ed11ed49e1832a222
That pipeline run does not include that spec (the syntax check spec failure is irrelevant): https://dev.gitlab.org/gitlab/gitlab-ee/pipelines/127083/builds
Output of checks
dev.gitLab.org