From 4f3ad48f799b4b79acea6f8e1824e63a9acf5687 Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Mon, 6 May 2019 12:29:18 -0700 Subject: [PATCH] Rename ADO group outerloop-jitminopts-jitstress1-jitstress2 to outerloop-jitstress. Allows us to add more scenarios there. --- azure-pipelines.yml | 4 ++-- eng/test-job.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e783cc1..ce1044a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -212,8 +212,8 @@ jobs: testGroup: innerloop ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop') }}: testGroup: outerloop - ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitminopts-jitstress1-jitstress2') }}: - testGroup: outerloop-jitminopts-jitstress1-jitstress2 + ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress') }}: + testGroup: outerloop-jitstress ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstressregs') }}: testGroup: outerloop-jitstressregs ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress2-jitstressregs') }}: diff --git a/eng/test-job.yml b/eng/test-job.yml index 145d7e3..83966af 100644 --- a/eng/test-job.yml +++ b/eng/test-job.yml @@ -94,7 +94,7 @@ jobs: timeoutInMinutes: 240 ${{ if eq(parameters.testGroup, 'outerloop') }}: timeoutInMinutes: 360 - ${{ if in(parameters.testGroup, 'outerloop-jitminopts-jitstress1-jitstress2', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs', 'outerloop-gcstress0x3-gcstress0xc') }}: + ${{ if in(parameters.testGroup, 'outerloop-jitstress', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs', 'outerloop-gcstress0x3-gcstress0xc') }}: timeoutInMinutes: 480 steps: @@ -165,7 +165,7 @@ jobs: ${{ if eq(parameters.testGroup, 'outerloop') }}: timeoutPerTestCollectionInMinutes: 60 timeoutPerTestInMinutes: 10 - ${{ if in(parameters.testGroup, 'outerloop-jitminopts-jitstress1-jitstress2', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs') }}: + ${{ if in(parameters.testGroup, 'outerloop-jitstress', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs') }}: timeoutPerTestCollectionInMinutes: 120 timeoutPerTestInMinutes: 30 ${{ if in(parameters.testGroup, 'outerloop-gcstress0x3-gcstress0xc') }}: @@ -189,7 +189,7 @@ jobs: scenarios: - normal - no_tiered_compilation - ${{ if eq(parameters.testGroup, 'outerloop-jitminopts-jitstress1-jitstress2') }}: + ${{ if eq(parameters.testGroup, 'outerloop-jitstress') }}: scenarios: - jitminopts - jitstress1 -- 2.7.4