summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2019-05-21 15:53:19 -0700
committerGitHub <noreply@github.com>2019-05-21 15:53:19 -0700
commit2b4b230cdf44d0c25df004660f18c4290e9deb72 (patch)
tree1c15d56751d2d3a53f05e35d91dbdf9868c68aea /eng
parent26533de63976cb34eb1224c903128e398ca887d9 (diff)
downloadcoreclr-2b4b230cdf44d0c25df004660f18c4290e9deb72.tar.gz
coreclr-2b4b230cdf44d0c25df004660f18c4290e9deb72.tar.bz2
coreclr-2b4b230cdf44d0c25df004660f18c4290e9deb72.zip
Fixing EnableSSE3_4=0 and EnableHWIntrinsic=0 to control the right things (#24649)
* Ensure we check JitConfig.EnableSSE3_4 when determining the max supported vector size * Ensure that EnableHWIntrinsic=0 doesn't impact the supported ISAs * Applying formatting patch * Moving jitstress-isas-x86 to the 600m timeout group
Diffstat (limited to 'eng')
-rw-r--r--eng/test-job.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/test-job.yml b/eng/test-job.yml
index 010b0300c8..cd778b62ff 100644
--- a/eng/test-job.yml
+++ b/eng/test-job.yml
@@ -94,9 +94,9 @@ jobs:
timeoutInMinutes: 240
${{ if eq(parameters.testGroup, 'outerloop') }}:
timeoutInMinutes: 360
- ${{ if in(parameters.testGroup, 'outerloop-jitstress', 'outerloop-jitstress-isas-arm', 'outerloop-jitstress-isas-x86', 'outerloop-jitstressregs-x86', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs', 'outerloop-gcstress0x3-gcstress0xc') }}:
+ ${{ if in(parameters.testGroup, 'outerloop-jitstress', 'outerloop-jitstress-isas-arm', 'outerloop-jitstressregs-x86', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs', 'outerloop-gcstress0x3-gcstress0xc') }}:
timeoutInMinutes: 480
- ${{ if in(parameters.testGroup, 'outerloop-gcstress-extra', 'outerloop-r2r-extra') }}:
+ ${{ if in(parameters.testGroup, 'outerloop-jitstress-isas-x86', 'outerloop-gcstress-extra', 'outerloop-r2r-extra') }}:
timeoutInMinutes: 600
steps: