Skip to content

Run version update test jobs on relevant changes only

Andrejs Cunskis requested to merge andrey-skip-update-jobs into master

What does this MR do and why?

Version update job is fairly specific and it is mostly relevant on application changes because it doesn't actually contain any specific tests to it. Skip running these jobs for non app related changes (even if a change would break some e2e test, it would be picked up by other jobs because update jobs simply run the smoke suite).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports