File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
trigger : none
6
6
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
+
7
25
variables :
8
26
- template : /eng/pipelines/common/variables.yml
9
27
Original file line number Diff line number Diff line change @@ -28,6 +28,24 @@ schedules:
28
28
- main
29
29
always : false # run only if there were changes since the last successful scheduled run.
30
30
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
+
31
49
variables :
32
50
- template : /eng/pipelines/common/variables.yml
33
51
You can’t perform that action at this time.
0 commit comments