-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
Copy pathlibraries-pgo.yml
73 lines (68 loc) · 2.53 KB
/
libraries-pgo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
trigger: none
schedules:
- cron: "0 16 * * 0,6"
displayName: Sat and Sun at 8:00 AM (UTC-8:00)
branches:
include:
- main
always: true
variables:
- template: /eng/pipelines/common/variables.yml
extends:
template: /eng/pipelines/common/templates/pipeline-with-resources.yml
parameters:
stages:
- stage: Build
jobs:
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: Release
helixQueueGroup: libraries
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
platforms:
- windows_arm64
jobParameters:
# Default timeout is 150 minutes (2.5 hours), which is not enough for stress.
timeoutInMinutes: 660
buildArgs: -s clr+libs+libs.tests -rc Checked -c $(_BuildConfig) /p:ArchiveTests=true
postBuildSteps:
- template: /eng/pipelines/libraries/helix.yml
parameters:
creator: dotnet-bot
extraHelixArguments: /maxcpucount:10
scenarios:
- defaultpgo
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: Release
helixQueueGroup: libraries
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
platforms:
- linux_x64
- linux_arm
- linux_arm64
- windows_x86
- windows_x64
jobParameters:
# Default timeout is 150 minutes (2.5 hours), which is not enough for stress.
timeoutInMinutes: 690
buildArgs: -s clr+libs+libs.tests -rc Checked -c $(_BuildConfig) /p:ArchiveTests=true
postBuildSteps:
- template: /eng/pipelines/libraries/helix.yml
parameters:
creator: dotnet-bot
extraHelixArguments: /maxcpucount:10
scenarios:
- defaultpgo
- fullpgo
- fullpgo_methodprofiling
- fullpgo_random_gdv
- fullpgo_random_gdv_methodprofiling_only
- fullpgo_random_gdv_edge
- jitosr_stress
- jitosr_stress_random
- syntheticpgo
- syntheticpgo_blend
- jitrlcse