Skip to content

Commit 28117b9

Browse files
[release/9.0-staging] [mono] Run runtime-llvm and runtime-ioslike on Mono LLVM PRs (#111739)
Co-authored-by: Matous Kozak <[email protected]>
1 parent eaea271 commit 28117b9

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

eng/pipelines/runtime-ioslike.yml

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

55
trigger: none
66

7+
# To reduce the load on the pipeline, enable it only for PRs that affect Mono LLVM related code.
8+
pr:
9+
branches:
10+
include:
11+
- main
12+
- release/*.*
13+
14+
paths:
15+
include:
16+
- src/mono/mono/mini/aot-*.*
17+
- src/mono/mono/mini/llvm-*.*
18+
- src/mono/mono/mini/mini-llvm-*.*
19+
- src/mono/mono/mini/intrinsics.c
20+
- src/mono/mono/mini/simd-*.*
21+
- src/mono/mono/mini/decompose.c
22+
- src/mono/mono/mini/method-to-ir.c
23+
- src/mono/mono/mini/mini.c
24+
725
variables:
826
- template: /eng/pipelines/common/variables.yml
927

eng/pipelines/runtime-llvm.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,24 @@ schedules:
2828
- main
2929
always: false # run only if there were changes since the last successful scheduled run.
3030

31+
# To reduce the load on the pipeline, enable it only for PRs that affect Mono LLVM related code.
32+
pr:
33+
branches:
34+
include:
35+
- main
36+
- release/*.*
37+
38+
paths:
39+
include:
40+
- src/mono/mono/mini/aot-*.*
41+
- src/mono/mono/mini/llvm-*.*
42+
- src/mono/mono/mini/mini-llvm-*.*
43+
- src/mono/mono/mini/intrinsics.c
44+
- src/mono/mono/mini/simd-*.*
45+
- src/mono/mono/mini/decompose.c
46+
- src/mono/mono/mini/method-to-ir.c
47+
- src/mono/mono/mini/mini.c
48+
3149
variables:
3250
- template: /eng/pipelines/common/variables.yml
3351

0 commit comments

Comments
 (0)