Use testGroup for defining test jobs (#22608)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Tue, 19 Feb 2019 18:12:43 +0000 (10:12 -0800)
committerGitHub <noreply@github.com>
Tue, 19 Feb 2019 18:12:43 +0000 (10:12 -0800)
commit1216c9751f306033809f9699f6b33b7ce68bc499
treeeeacdd29330468b79dcca5f2af96ec681e1e04bf
parentf26ea2a830ad11a25e6bb15dae6de6a0ea721693
Use testGroup for defining test jobs (#22608)

This adds a mapping between testGroup string and values of the following parameters:

* scenarios
* priority
* timeoutTotalInMinutes
* timeoutPerTestCollectionInMinutes
* timeoutPerTestInMinutes

and uses testGroup on a level of azure-pipeline.yml to set these values.
azure-pipelines.yml
eng/send-to-helix-step.yml
eng/test-job.yml