Skip to content

Commit 0b06f0a

Browse files
committed
Add placeholder profiling yaml for pipeline creation
1 parent afbba72 commit 0b06f0a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

azure-pipelines/profiling.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
trigger: none
2+
pr: none
3+
schedules:
4+
- cron: '18 1 * * *' # every day at 1:18 AM
5+
displayName: Periodic profiling run
6+
branches:
7+
include:
8+
- main
9+
10+
variables:
11+
- name: TRACE_DROP_LOCATION
12+
value: $(Build.ArtifactStagingDirectory)/traces/
13+
- name: MERGED_TRACE_LOCATION
14+
value: $(Build.ArtifactStagingDirectory)/mergedtrace/
15+
16+
extends:
17+
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
18+
parameters:
19+
pool:
20+
name: AzurePipelines-EO
21+
image: 1ESPT-Ubuntu20.04
22+
os: Linux
23+
stages:
24+
- stage: run
25+
jobs:
26+
- job: run
27+
steps:
28+
- pwsh: echo "Profiling"

0 commit comments

Comments
 (0)