summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2017-12-05 17:48:54 -0800
committerBruce Forstall <brucefo@microsoft.com>2017-12-05 17:48:54 -0800
commit766f72e7ee1619cca5f8fb776d2fe1c7d81a6feb (patch)
tree8132ab1c9f0550fce700161b3ba13780e961e208 /netci.groovy
parent2b9e70f5d2ffb482408f572630b5ed5adbd4accb (diff)
downloadcoreclr-766f72e7ee1619cca5f8fb776d2fe1c7d81a6feb.tar.gz
coreclr-766f72e7ee1619cca5f8fb776d2fe1c7d81a6feb.tar.bz2
coreclr-766f72e7ee1619cca5f8fb776d2fe1c7d81a6feb.zip
Don't run ARM/ARM64 tests marked LONG_RUNNING
These tests can time out when run with the default job timeout. So, disable them in normal runs.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy5
1 files changed, 4 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 453e33069e..db976f6aa6 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2604,11 +2604,14 @@ Constants.allScenarios.each { scenario ->
addArchSpecificExclude(architecture, failTag)
addArchSpecificExclude(architecture, excludeTag)
}
-
else {
addExclude("pri1")
}
+ // Exclude any test marked LONG_RUNNING; these often exceed the standard timeout and fail as a result.
+ // TODO: We should create a "long running" job that runs these with a longer timeout.
+ addExclude("LONG_RUNNING")
+
smartyCommand += "/lstFile Tests.lst"
def testListArch = [