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>
Thu, 23 Jun 2016 07:36:06 +0000 (16:36 +0900)
commit3df525f5dc9cc8e8dbb535852d6bb0f83b608a4c
tree007ecdc66c3d7a45b859d3bbbe58977f433944b7
parent6ec7cd8b6748940583159d2503e76c7f543556f0
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/4dcadad3cfbd2e9a1d9e386e190df027c713bc83
src/coreclr/netci.groovy