From: Sejong Oh Date: Thu, 10 Mar 2016 23:57:09 +0000 (-0800) Subject: a This is a combination of 2 commits. X-Git-Tag: submit/tizen/20210909.063632~11030^2~11159^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=674189d69417e4c06c3b118c1a33ef38e12ca41a;p=platform%2Fupstream%2Fdotnet%2Fruntime.git a This is a combination of 2 commits. Increase timeout and crond schedule for GC stress testing Commit migrated from https://github.com/dotnet/coreclr/commit/4d9a286c5a465e543bca1733ed2cf1a51e5b13b4 --- diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 83f9c58..011e0e0 100644 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -113,7 +113,7 @@ def static isCorefxTesting(def scenario) { def static setTestJobTimeOut(newJob, scenario) { if (isGCStressRelatedTesting(scenario)) { - Utilities.setJobTimeout(newJob, 720) + Utilities.setJobTimeout(newJob, 1440) } else if (isCorefxTesting(scenario)) { Utilities.setJobTimeout(newJob, 360) @@ -301,9 +301,14 @@ def static addTriggers(def job, def isPR, def architecture, def os, def configur case 'corefx_jitstressregs8': case 'corefx_jitstressregs0x10': case 'corefx_jitstressregs0x80': + case 'zapdisable': + if (os != 'CentOS7.1') { + assert (os == 'Windows_NT') || (os in Constants.crossList) + Utilities.addPeriodicTrigger(job, '@daily') + } + break case 'gcstress0x3': case 'gcstress0xc': - case 'zapdisable': case 'heapverify1': case 'gcstress0xc_zapdisable': case 'gcstress0xc_zapdisable_jitstress2': @@ -313,7 +318,7 @@ def static addTriggers(def job, def isPR, def architecture, def os, def configur case 'gcstress0xc_minopts_heapverify1': if (os != 'CentOS7.1') { assert (os == 'Windows_NT') || (os in Constants.crossList) - Utilities.addPeriodicTrigger(job, '@daily') + Utilities.addPeriodicTrigger(job, '@weekly') } break default: