Skip to content

Commit 263d5b9

Browse files
authored
Run libtests in interpmode1 so it is faster (#127076)
Remove windows runs from the pipeline. Many suites fail with com related tests and windows is not really relevant as a target for now. We still run full runtime tests on windows. STJ.Tests - jit 2min - interpmode1 15min - interpmode3 >1.5h This also uncovers a new set of failures that we will need to address
1 parent efc8c43 commit 263d5b9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

eng/pipelines/coreclr/libraries-interpreter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ extends:
2424
jobTemplate: /eng/pipelines/common/global-build-job.yml
2525
buildConfig: Release
2626
platforms:
27-
- windows_x64
2827
- osx_arm64
2928
- linux_x64
3029
helixQueueGroup: libraries
@@ -39,4 +38,4 @@ extends:
3938
creator: dotnet-bot
4039
extraHelixArguments: /maxcpucount:10
4140
scenarios:
42-
- interpmode3
41+
- interpmode1

src/libraries/sendtohelixhelp.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'$(Scenario)' == 'gcstress0xc_jitstress1' or
3838
'$(Scenario)' == 'gcstress0xc_jitstress2' or
3939
'$(Scenario)' == 'gcstress0xc_jitminopts_heapverify1'">06:00:00</_workItemTimeout>
40-
<_workItemTimeout Condition="'$(_workItemTimeout)' == '' and '$(Scenario)' == 'interpmode3'">01:30:00</_workItemTimeout>
40+
<_workItemTimeout Condition="'$(_workItemTimeout)' == '' and '$(Scenario)' == 'interpmode1'">01:00:00</_workItemTimeout>
4141
<_workItemTimeout Condition="'$(_workItemTimeout)' == '' and '$(TargetsAppleMobile)' == 'true'">01:15:00</_workItemTimeout>
4242
<_workItemTimeout Condition="'$(_workItemTimeout)' == '' and '$(TargetOS)' == 'android'">00:30:00</_workItemTimeout>
4343
<_workItemTimeout Condition="'$(_workItemTimeout)' == '' and '$(TargetOS)' == 'browser' and '$(RuntimeFlavor)' == 'CoreCLR'">01:30:00</_workItemTimeout>

0 commit comments

Comments
 (0)