Skip to content

Commit 9bed84a

Browse files
authored
Add runtime-coreclr pgostress YAML file (#77446)
1 parent 134544d commit 9bed84a

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
trigger: none
2+
3+
schedules:
4+
- cron: "0 6 * * 6"
5+
displayName: Sat at 06:00 AM UTC
6+
branches:
7+
include:
8+
- main
9+
always: true
10+
11+
extends:
12+
template: /eng/pipelines/common/templates/single-stage-pipeline-with-resources.yml
13+
parameters:
14+
jobs:
15+
16+
- template: /eng/pipelines/common/platform-matrix.yml
17+
parameters:
18+
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
19+
buildConfig: checked
20+
platforms:
21+
- Linux_arm
22+
- Linux_arm64
23+
- Linux_x64
24+
- OSX_arm64
25+
- windows_arm
26+
- windows_arm64
27+
- windows_x64
28+
- windows_x86
29+
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
30+
jobParameters:
31+
testGroup: pgo-extra
32+
33+
- template: /eng/pipelines/common/platform-matrix.yml
34+
parameters:
35+
jobTemplate: /eng/pipelines/common/templates/runtimes/build-test-job.yml
36+
buildConfig: checked
37+
platforms:
38+
- CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
39+
jobParameters:
40+
testGroup: pgo-extra
41+
42+
- template: /eng/pipelines/common/platform-matrix.yml
43+
parameters:
44+
jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
45+
buildConfig: checked
46+
platforms:
47+
- Linux_arm
48+
- Linux_arm64
49+
- Linux_x64
50+
- OSX_arm64
51+
- windows_arm
52+
- windows_arm64
53+
- windows_x64
54+
- windows_x86
55+
helixQueueGroup: ci
56+
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
57+
jobParameters:
58+
testGroup: pgo-extra
59+
liveLibrariesBuildConfig: Release

0 commit comments

Comments
 (0)