File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments