Remove TEST_LICENSE_MODE env var
What does this MR do and why?
Setting GITLAB_LICENSE_MODE
to test
performs essentially the same function as setting TEST_LICENSE_MODE
to true
, so we don't need both variables. Since GITLAB_LICENSE_MODE
is used elsewhere this removes TEST_LICENSE_MODE
.
The test license mode seems to be only relevant to CustomersDot testing so it shouldn't affect other pipelines.
Part of gitlab-org/quality/quality-engineering/team-tasks#1630 (closed)
Depends on gitlab-qa!1125 (merged)
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 Mark Lapierre