Skip to content

Commit d2e24fa

Browse files
authored
runtime-wasm-perf: add triggers for PRs (#92799)
* CI: runtime-wasm-perf: add triggers for running on PRs This is useful to prevent perf pipeline from breaking when changes are made in `dotnet/runtime`. * CI: Add run-scenarios-job.yml to list of perf pipeline specific files
1 parent 6dadf7c commit d2e24fa

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

eng/pipelines/common/evaluate-default-paths.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ parameters:
5858
eng/pipelines/coreclr/templates/perf-job.yml
5959
eng/pipelines/coreclr/templates/*-perf-*
6060
eng/pipelines/coreclr/templates/run-perf*
61+
eng/pipelines/coreclr/templates/run-scenarios-job.yml
6162
eng/testing/performance/*
6263
]
6364

eng/pipelines/runtime-wasm-perf.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
trigger: none
66

7+
pr:
8+
branches:
9+
include:
10+
- main
11+
paths:
12+
include:
13+
- eng/pipelines/runtime-wasm-perf.yml
14+
- eng/pipelines/coreclr/perf*.yml
15+
- eng/pipelines/coreclr/templates/perf-job.yml
16+
- eng/pipelines/coreclr/templates/run-perf*
17+
- eng/pipelines/coreclr/templates/run-scenarios-job.yml
18+
- eng/testing/performance/*
19+
- eng/testing/ChromeVersions.props
20+
721
variables:
822
- template: /eng/pipelines/common/variables.yml
923

0 commit comments

Comments
 (0)