-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Background:
In '.ci/podSpecs/performanceTests' we have a static k8s namespace setup that however is used by mutliple pipelines with the implemenation of OPT-1716. This leads to conflicts if both jobs run in parallel. The existing solution also runs in conflicts if the same job is running on stage and out main ci or simply just multiple builds of the same job.
AT:
- add a variable to the namespace used in these k8s files that get's replaced with e.g. the job id
- consider extracting the k8s setup done in import and cleanup-performance pipeline to a shared script as the setup to spin up the environment is identical