Skip to content

Commit d3a46b0

Browse files
Merge pull request #1 from kunalspathak/AddSuperpmiPipeline
Only build Windows_NT_x64, disable test builds and runs
2 parents f2e1509 + 5e5b93f commit d3a46b0

File tree

1 file changed

+35
-33
lines changed

1 file changed

+35
-33
lines changed

eng/pipelines/coreclr/superpmi.yml

+35-33
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,44 @@ jobs:
2222
buildConfig: checked
2323
platforms:
2424
# 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
2930
- Windows_NT_x64
30-
- Windows_NT_x86
31-
- Windows_NT_arm64
31+
# - Windows_NT_x86
32+
# - Windows_NT_arm64
3233
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
3334
jobParameters:
3435
testGroup: outerloop
3536

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
4547

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

Comments
 (0)