Skip to content

Remove variables from e2e-generate script

Andrejs Cunskis requested to merge andrey-remove-extra-vars into master

What does this MR do and why?

QA_EXPORT_TEST_METRICS, QA_SAVE_TEST_METRICS and COVERBAND_ENABLED variables are set via rules that only apply to trigger jobs but not the actual pipeline generation job. Because of this, they will always evaluate to their default values.

Currently this still works because variables set via rules override variables from yml file, but it is better to not define these at all given they never change.

Merge request reports