ARM-CI: Prevent creation of job for Checked configuration
authorPrajwal A N <an.prajwal@samsung.com>
Thu, 23 Jun 2016 07:14:18 +0000 (16:14 +0900)
committerPrajwal A N <an.prajwal@samsung.com>
Fri, 24 Jun 2016 03:01:36 +0000 (12:01 +0900)
commitcd5a7241fc005e4e9d07e42397b3450754b677c4
tree1d495cc2b79887c1998ae372ac03e99d2cf1adef
parent8075a9e594aef306ec7e1ec8693b9b4ca13d3d5b
ARM-CI: Prevent creation of job for Checked configuration

Previously we checked if the configuration being built is either of Debug or Release
after the job had already been created. This resulted in a job being created for
Checked configuration with no commands to execute (for this job).
We prevent the unnecessary creation of job for the Checked configuration by
returning control at the very beginning of the <LinuxARMEmulator, arm, Checked> iteration

Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/bb4009985fb4ee694d9920539301d6b8bed2ead1
src/coreclr/netci.groovy