Skip to content

Commit

Permalink
Merge pull request #1 from kunalspathak/AddSuperpmiPipeline
Browse files Browse the repository at this point in the history
Only build Windows_NT_x64, disable test builds and runs
  • Loading branch information
BruceForstall authored Sep 10, 2020
2 parents f2e1509 + 5e5b93f commit d3a46b0
Showing 1 changed file with 35 additions and 33 deletions.
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

0 comments on commit d3a46b0

Please sign in to comment.