Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only build Windows_NT_x64, disable test builds and runs #1

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 35 additions & 33 deletions eng/pipelines/coreclr/superpmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,44 @@ jobs:
buildConfig: checked
platforms:
# Linux tests are built on the OSX machines.
- OSX_x64
- Linux_arm
- Linux_arm64
- Linux_x64
# For now, lets try it on Windows_NT_x64
# - OSX_x64
# - Linux_arm
# - Linux_arm64
# - Linux_x64
- Windows_NT_x64
- Windows_NT_x86
- Windows_NT_arm64
# - Windows_NT_x86
# - Windows_NT_arm64
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
jobParameters:
testGroup: outerloop

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/templates/runtimes/build-test-job.yml
buildConfig: checked
platforms:
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
jobParameters:
testGroup: outerloop
liveLibrariesBuildConfig: Release
# For now, lets not build and run test
# - template: /eng/pipelines/common/platform-matrix.yml
# parameters:
# jobTemplate: /eng/pipelines/common/templates/runtimes/build-test-job.yml
# buildConfig: checked
# platforms:
# - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
# jobParameters:
# testGroup: outerloop
# liveLibrariesBuildConfig: Release

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
buildConfig: checked
platforms:
# Linux tests are built on the OSX machines.
- OSX_x64
- Linux_arm
- Linux_arm64
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
- Windows_NT_arm64
helixQueueGroup: ci
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
jobParameters:
testGroup: outerloop
liveLibrariesBuildConfig: Release
# - template: /eng/pipelines/common/platform-matrix.yml
# parameters:
# jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
# buildConfig: checked
# platforms:
# # Linux tests are built on the OSX machines.
# - OSX_x64
# - Linux_arm
# - Linux_arm64
# - Linux_x64
# - Windows_NT_x64
# - Windows_NT_x86
# - Windows_NT_arm64
# helixQueueGroup: ci
# helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
# jobParameters:
# testGroup: outerloop
# liveLibrariesBuildConfig: Release