File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ trigger : none
2+
3+ pr : none
4+
5+ # schedules:
6+ # - cron: "0 4 * * *"
7+ # displayName: Daily at 8:00 PM (UTC-8:00)
8+ # branches:
9+ # include:
10+ # - master
11+ # always: true
12+
13+ jobs :
14+ #
15+ # Checkout repository
16+ #
17+ - template : /eng/pipelines/common/checkout-job.yml
18+
19+ - template : /eng/pipelines/common/platform-matrix.yml
20+ parameters :
21+ jobTemplate : /eng/pipelines/common/build-coreclr-and-libraries-job.yml
22+ buildConfig : checked
23+ platforms :
24+ # Linux tests are built on the OSX machines.
25+ - OSX_x64
26+ - Linux_arm
27+ - Linux_arm64
28+ - Linux_x64
29+ - Windows_NT_x64
30+ - Windows_NT_x86
31+ - Windows_NT_arm64
32+ - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
33+ jobParameters :
34+ testGroup : outerloop
35+
36+ - template : /eng/pipelines/common/platform-matrix.yml
37+ parameters :
38+ jobTemplate : /eng/pipelines/common/templates/runtimes/build-test-job.yml
39+ buildConfig : checked
40+ platforms :
41+ - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
42+ jobParameters :
43+ testGroup : outerloop
44+ liveLibrariesBuildConfig : Release
45+
46+ - template : /eng/pipelines/common/platform-matrix.yml
47+ parameters :
48+ jobTemplate : /eng/pipelines/common/templates/runtimes/run-test-job.yml
49+ buildConfig : checked
50+ platforms :
51+ # Linux tests are built on the OSX machines.
52+ - OSX_x64
53+ - Linux_arm
54+ - Linux_arm64
55+ - Linux_x64
56+ - Windows_NT_x64
57+ - Windows_NT_x86
58+ - Windows_NT_arm64
59+ helixQueueGroup : ci
60+ helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
61+ jobParameters :
62+ testGroup : outerloop
63+ liveLibrariesBuildConfig : Release
You can’t perform that action at this time.
0 commit comments