Allow populate-qa-tests-var job to autorun
What does this MR do and why?
Describe in detail what your merge request does and why.
In !89495 (merged), we introduced populate-qa-tests-var
job that used the same rules as the package-and-qa
job and made the later need the former. Since package-and-qa
has some rules that makes the job manual, the populate-qa-tests-var
is also made manual in those cases causing the package-and-qa
to be skipped. This is confusing and inconvenient since, in order to run package-and-qa
, the populate-qa-tests-var
needs to be kicked off first.
This MR introduces new rules for populate-qa-tests-var
that are based on the rules for package-and-qa
but are not manual
.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
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.