Skip to content

Commit

Permalink
Add runtime-coreclr pgostress YAML file (#77446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Oct 25, 2022
1 parent 134544d commit 9bed84a
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions eng/pipelines/coreclr/pgostress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
trigger: none

schedules:
- cron: "0 6 * * 6"
displayName: Sat at 06:00 AM UTC
branches:
include:
- main
always: true

extends:
template: /eng/pipelines/common/templates/single-stage-pipeline-with-resources.yml
parameters:
jobs:

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
buildConfig: checked
platforms:
- Linux_arm
- Linux_arm64
- Linux_x64
- OSX_arm64
- windows_arm
- windows_arm64
- windows_x64
- windows_x86
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
jobParameters:
testGroup: pgo-extra

- 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: pgo-extra

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
buildConfig: checked
platforms:
- Linux_arm
- Linux_arm64
- Linux_x64
- OSX_arm64
- windows_arm
- windows_arm64
- windows_x64
- windows_x86
helixQueueGroup: ci
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
jobParameters:
testGroup: pgo-extra
liveLibrariesBuildConfig: Release

0 comments on commit 9bed84a

Please sign in to comment.