Add .net to context selector to skip live envs
What does this MR do and why?
Adding .net to context selector to ensure that specs marked with :skip_live_env are skipped against Release environment.
Context - #422681 (comment 1521005633), one of the specs was recently promoted to Reliable but it has skip_live_env which is ignoring the skip since Release is on https://release.gitlab.net/ .
How to set up and validate locally
- Run
bundle exec bin/qa Test::Instance::All https://release.gitlab.net -- --tag reliable - Verify that
context_matches?is true for Release env
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 Nailia Iskhakova