summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityam@microsoft.com>2016-06-17 15:13:19 -0700
committerAditya Mandaleeka <adityam@microsoft.com>2016-06-17 15:13:19 -0700
commit1ad32ce9c82b0e5c1594ecec88423803045cc824 (patch)
treecdc6fa2711673144795fa2b23a4e47cb63e97ff4 /netci.groovy
parentb202782ae96981535e9194bd42a2ff5c6ba8fd78 (diff)
downloadcoreclr-1ad32ce9c82b0e5c1594ecec88423803045cc824.tar.gz
coreclr-1ad32ce9c82b0e5c1594ecec88423803045cc824.tar.bz2
coreclr-1ad32ce9c82b0e5c1594ecec88423803045cc824.zip
Enable core dump generation in CI test jobs
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index 63c81068e3..e4ca39f511 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2127,6 +2127,7 @@ combinedScenarios.each { scenario ->
--mscorlibDir=\"\${WORKSPACE}/bin/Product/${osGroup}.${architecture}.${configuration}\" \\
--coreFxBinDir=\"\${WORKSPACE}/bin/${osGroup}.AnyCPU.Release;\${WORKSPACE}/bin/Unix.AnyCPU.Release;\${WORKSPACE}/bin/AnyOS.AnyCPU.Release\" \\
--coreFxNativeBinDir=\"\${WORKSPACE}/bin/${osGroup}.${architecture}.Release\" \\
+ --limitedDumpGeneration \\
${testEnvOpt} ${serverGCString} ${gcstressStr} ${crossgenStr} ${runcrossgentestsStr} ${runjitstressStr} ${runjitstressregsStr} ${runjitmioptsStr} ${runjitforcerelocsStr} ${sequentialString} ${playlistString}""")
}
}