Skip to content

ci: Pass 'GITLAB_ALLOW_SEPARATE_CI_DATABASE' to 'e2e:package-and-test'

Rémy Coutable requested to merge fix-e2e-package-and-test into master

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

Screenshot_2023-02-02_at_14.30.33

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.

Edited by Rémy Coutable

Merge request reports

Loading