From 94d7827a0803587c693709d469306168bd90db01 Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Wed, 22 May 2019 18:19:20 -0700 Subject: [PATCH] Change timeouts for outerloop job and move one test to longRunningGc. (#24731) * Change outerloop timeout per collection. We have different test collections timeouts on Alpine.38.Amd64, examples: https://mc.dot.net/#/user/coreclr-ci/ci~2Fdotnet~2Fcoreclr~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2F/20190521.780/workItem/JIT.jit64.hfa/wilogs https://mc.dot.net/#/user/coreclr-ci/ci~2Fdotnet~2Fcoreclr~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2F/20190521.779/workItem/PayloadGroup0/wilogs https://mc.dot.net/#/user/coreclr-ci/ci~2Fdotnet~2Fcoreclr~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fr2r~2Fcli~2F/20190521.783/workItem/Loader.classloader.TypeGeneratorTests.TypeGeneratorTest0-299/wilogs * Move _il_relthread-race to pri1 and mark as long running GC test. --- eng/test-job.yml | 2 +- tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/eng/test-job.yml b/eng/test-job.yml index 22b928f..8eba62d 100644 --- a/eng/test-job.yml +++ b/eng/test-job.yml @@ -165,7 +165,7 @@ jobs: # "PerTest" corresponds to individual test running time (i.e. __TestTimeout). timeoutPerTestInMinutes: 10 ${{ if eq(parameters.testGroup, 'outerloop') }}: - timeoutPerTestCollectionInMinutes: 60 + timeoutPerTestCollectionInMinutes: 120 timeoutPerTestInMinutes: 10 ${{ if in(parameters.testGroup, 'outerloop-jitstress', 'outerloop-jitstress-isas-arm', 'outerloop-jitstress-isas-x86', 'outerloop-jitstressregs-x86', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs') }}: timeoutPerTestCollectionInMinutes: 120 diff --git a/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj b/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj index eb83be7..0188023 100644 --- a/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj +++ b/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj @@ -14,6 +14,9 @@ true true + + true + 1 -- 2.7.4