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)
commitbb4009985fb4ee694d9920539301d6b8bed2ead1
tree741b479ec86f52ee44f693e79646cc3cf5b7efdd
parent36bb7ad45332804709ad93962aa4c79a838e4dd6
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>
netci.groovy