@@ -22,42 +22,44 @@ jobs:
22
22
buildConfig : checked
23
23
platforms :
24
24
# Linux tests are built on the OSX machines.
25
- - OSX_x64
26
- - Linux_arm
27
- - Linux_arm64
28
- - Linux_x64
25
+ # For now, lets try it on Windows_NT_x64
26
+ # - OSX_x64
27
+ # - Linux_arm
28
+ # - Linux_arm64
29
+ # - Linux_x64
29
30
- Windows_NT_x64
30
- - Windows_NT_x86
31
- - Windows_NT_arm64
31
+ # - Windows_NT_x86
32
+ # - Windows_NT_arm64
32
33
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
33
34
jobParameters :
34
35
testGroup : outerloop
35
36
36
- - template : /eng/pipelines/common/platform-matrix.yml
37
- parameters :
38
- jobTemplate : /eng/pipelines/common/templates/runtimes/build-test-job.yml
39
- buildConfig : checked
40
- platforms :
41
- - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
42
- jobParameters :
43
- testGroup : outerloop
44
- liveLibrariesBuildConfig : Release
37
+ # For now, lets not build and run test
38
+ # - template: /eng/pipelines/common/platform-matrix.yml
39
+ # parameters:
40
+ # jobTemplate: /eng/pipelines/common/templates/runtimes/build-test-job.yml
41
+ # buildConfig: checked
42
+ # platforms:
43
+ # - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
44
+ # jobParameters:
45
+ # testGroup: outerloop
46
+ # liveLibrariesBuildConfig: Release
45
47
46
- - template : /eng/pipelines/common/platform-matrix.yml
47
- parameters :
48
- jobTemplate : /eng/pipelines/common/templates/runtimes/run-test-job.yml
49
- buildConfig : checked
50
- platforms :
51
- # Linux tests are built on the OSX machines.
52
- - OSX_x64
53
- - Linux_arm
54
- - Linux_arm64
55
- - Linux_x64
56
- - Windows_NT_x64
57
- - Windows_NT_x86
58
- - Windows_NT_arm64
59
- helixQueueGroup : ci
60
- helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
61
- jobParameters :
62
- testGroup : outerloop
63
- liveLibrariesBuildConfig : Release
48
+ # - template: /eng/pipelines/common/platform-matrix.yml
49
+ # parameters:
50
+ # jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
51
+ # buildConfig: checked
52
+ # platforms:
53
+ # # Linux tests are built on the OSX machines.
54
+ # - OSX_x64
55
+ # - Linux_arm
56
+ # - Linux_arm64
57
+ # - Linux_x64
58
+ # - Windows_NT_x64
59
+ # - Windows_NT_x86
60
+ # - Windows_NT_arm64
61
+ # helixQueueGroup: ci
62
+ # helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
63
+ # jobParameters:
64
+ # testGroup: outerloop
65
+ # liveLibrariesBuildConfig: Release
0 commit comments