Skip to content

Commit

Permalink
Create a SuperPMI collection pipeline
Browse files Browse the repository at this point in the history
Start with a clone of jitstress.yml, and go from there.
  • Loading branch information
BruceForstall committed Sep 10, 2020
1 parent f1f7681 commit f2e1509
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions eng/pipelines/coreclr/superpmi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
trigger: none

pr: none

# schedules:
# - cron: "0 4 * * *"
# displayName: Daily at 8:00 PM (UTC-8:00)
# branches:
# include:
# - master
# always: true

jobs:
#
# Checkout repository
#
- template: /eng/pipelines/common/checkout-job.yml

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-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
- 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

- 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 f2e1509

Please sign in to comment.