summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@microsoft.com>2016-04-06 09:23:31 -0700
committerKyungwoo Lee <kyulee@microsoft.com>2016-04-06 13:53:25 -0700
commit6906bbd23a36c5f32a69beeaf00013dfe9e391bf (patch)
tree670479f377f1c7b237eae2f8dbc5d69108380ffb /netci.groovy
parent7346ff049153a0a62f8603415c52b1fa2668374e (diff)
downloadcoreclr-6906bbd23a36c5f32a69beeaf00013dfe9e391bf.tar.gz
coreclr-6906bbd23a36c5f32a69beeaf00013dfe9e391bf.tar.bz2
coreclr-6906bbd23a36c5f32a69beeaf00013dfe9e391bf.zip
ARM64: Test.lst update with the latest lab run
Fixes https://github.com/dotnet/coreclr/issues/4028 Enabled a few more PASS tests as well based on the lab results.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy3
1 files changed, 1 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index da68748993..57acb36513 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1054,12 +1054,11 @@ combinedScenarios.each { scenario ->
// Debug runs take too long to run.
if (lowerConfiguration != "debug") {
buildCommands += "Z:\\arm64\\common\\scripts\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}"
+ Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testResults.xml')
}
// Add archival.
Utilities.addArchival(newJob, "bin/Product/**")
-
- Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testResults.xml')
break
default:
println("Unknown architecture: ${architecture}");