Skip to content

Commit 91af060

Browse files
Enable runtime-coreclr jitstress-isas-avx512 pipeline on Linux (#79417)
Now our Linux x64 machines in CI are AVX-512 capable.
1 parent cc3f568 commit 91af060

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

eng/pipelines/coreclr/jitstress-isas-avx512.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ extends:
3232
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
3333
buildConfig: checked
3434
platforms:
35-
# Current Linux and OSX x64 pipelines do not have machines which support AVX-512.
36-
# - Linux_x64
37-
# - OSX_x64
35+
- Linux_x64
3836
- windows_x64
3937
- windows_x86
4038
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
@@ -55,9 +53,7 @@ extends:
5553
jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
5654
buildConfig: checked
5755
platforms:
58-
# Current Linux and OSX x64 pipelines do not have machines which support AVX-512.
59-
# - Linux_x64
60-
# - OSX_x64
56+
- Linux_x64
6157
- windows_x64
6258
- windows_x86
6359
helixQueueGroup: ci

0 commit comments

Comments
 (0)