ci: Pass 'GITLAB_ALLOW_SEPARATE_CI_DATABASE' to 'e2e:package-and-test'
What does this MR do and why?
In !110343 (merged), we've set the GITLAB_ALLOW_SEPARATE_CI_DATABASE
to true
globally, but in !110409 (merged) we made it part of a new .production
shared definition, that weren't added to the e2e:package-and-test
job.
This led to decomposed jobs failing in the e2e child pipeline, as reported at !109080 (comment 1261204267).
We expect decomposed jobs to not fail in https://gitlab.com/gitlab-org/gitlab/-/pipelines/765354721
Related to #389987 (closed).
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Rémy Coutable