From: jashook Date: Wed, 16 Mar 2016 02:24:17 +0000 (-0700) Subject: Remove release only check. X-Git-Tag: accepted/tizen/base/20180629.140029~5285^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3b99cc7d1b85fe9b1472644328edbc0857cbf31;p=platform%2Fupstream%2Fcoreclr.git Remove release only check. Allows debug and checked builds to run tests on arm64 machines. --- diff --git a/netci.groovy b/netci.groovy index 89d5f0b..416e8de 100644 --- a/netci.groovy +++ b/netci.groovy @@ -965,9 +965,7 @@ combinedScenarios.each { scenario -> assert scenario == 'default' buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} /toolset_dir C:\\ats" - if (lowerConfiguration == "release") { - buildCommands += "C:\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}" - } + buildCommands += "C:\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}" // Add archival. No xunit results for arm64 windows Utilities.addArchival(newJob, "bin/Product/**") @@ -1275,4 +1273,4 @@ build(params + [CORECLR_BUILD: coreclrBuildJob.build.number, } // os } // architecture } // isPR -} // scenario \ No newline at end of file +} // scenario