summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2017-11-14 14:01:34 -0800
committerGitHub <noreply@github.com>2017-11-14 14:01:34 -0800
commiteb7d20c14049125cce46aaedb381378c5607f7f7 (patch)
tree04350d283c067143827c7cecd4162e85d792712f /netci.groovy
parenta9b3c52f3c7a9eccbcd0eee93fa15b8638ce0c6e (diff)
parent0ba671fe3c06d91e5d3ec18529407a3148545a68 (diff)
downloadcoreclr-eb7d20c14049125cce46aaedb381378c5607f7f7.tar.gz
coreclr-eb7d20c14049125cce46aaedb381378c5607f7f7.tar.bz2
coreclr-eb7d20c14049125cce46aaedb381378c5607f7f7.zip
Merge pull request #15026 from jashook/re_add_arm64_stress
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 f3ee806956..d6651286dc 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2369,7 +2369,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
}