summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2017-11-14 13:22:48 -0800
committerjashook <jashoo@microsoft.com>2017-11-14 13:22:48 -0800
commit0ba671fe3c06d91e5d3ec18529407a3148545a68 (patch)
treeb23bf5ad56cca2611ec2c25aa790b228ec65f90e /netci.groovy
parenta83d9eedbc3719171268dc8a34503d4c8cc7fda6 (diff)
downloadcoreclr-0ba671fe3c06d91e5d3ec18529407a3148545a68.tar.gz
coreclr-0ba671fe3c06d91e5d3ec18529407a3148545a68.tar.bz2
coreclr-0ba671fe3c06d91e5d3ec18529407a3148545a68.zip
Add jitstress arm64 jobs again
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 31d0b840a8..70588e88dd 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2362,7 +2362,7 @@ combinedScenarios.each { scenario ->
Constants.configurationList.each { configuration ->
- if (architecture == 'arm64') {
+ if (architecture == 'arm64' && os != "Windows_NT") {
if (scenario != 'default' && scenario != 'r2r' && scenario != 'gcstress0x3' && scenario != 'gcstress0xc') {
return
}