Skip to content

Introduce blocking tag for independent gdk suite scaling

Andrejs Cunskis requested to merge andrey-temp-blocking-metadata into master

What does this MR do and why?

Currently we use reliable tag in order to define blocking gdk tests. This is an issue as the same tag is used for live environment tests and prevents adding blocking tests to gdk that otherwise could potentially be flaky on live envs due to environmental issue.

This mr introduces simple addition in a way of blocking tag which would be used by gdk tests. Additionally, reliable tag is still used.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports