@@ -7,38 +7,25 @@ merge_protections:
7
7
- " #approved-reviews-by >= 1" # At least 1 approval
8
8
- " #changes-requested-reviews-by == 0" # No reviewer asked for changes
9
9
- or :
10
- - check-success="gcc-openmp / dbg"
11
- - check-skipped="gcc-openmp / dbg"
12
- - or :
13
- - check-success="gcc-openmp / sp"
14
- - check-skipped="gcc-openmp / sp"
15
- - or :
16
- - check-success="gcc-openmp / fpe"
17
- - check-skipped="gcc-openmp / fpe"
18
- - or :
19
- - check-success="gcc-openmp / opt"
20
- - check-skipped="gcc-openmp / opt"
21
- - or :
22
- - check-success="gcc-cuda / dbg"
23
- - check-skipped="gcc-cuda / dbg"
24
- - or :
25
- - check-success="gcc-cuda / sp"
26
- - check-skipped="gcc-cuda / sp"
27
- - or :
28
- - check-success="gcc-cuda / opt"
29
- - check-skipped="gcc-cuda / opt"
30
- - or :
31
- - check-success="cpu-gcc / ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.scream-output-preset-2"
32
- - check-skipped="cpu-gcc / ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.scream-output-preset-2"
33
- - or :
34
- - check-success="cpu-gcc / ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-arm97"
35
- - check-skipped="cpu-gcc / ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-arm97"
36
- - or :
37
- - check-success="cpu-gcc / ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.scream-small_kernels--scream-output-preset-5"
38
- - check-skipped="cpu-gcc / ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.scream-small_kernels--scream-output-preset-5"
39
- - or :
40
- - check-success="cpu-gcc / SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-all_mam4xx_procs"
41
- - check-skipped="cpu-gcc / SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-all_mam4xx_procs"
10
+ - and :
11
+ - check-success="gcc-openmp / dbg"
12
+ - check-success="gcc-openmp / sp"
13
+ - check-success="gcc-openmp / fpe"
14
+ - check-success="gcc-openmp / opt"
15
+ - check-skipped={% raw %}gcc-openmp / ${{ matrix.build_type }}{% endraw %}
16
+ - or :
17
+ - and :
18
+ - check-success="gcc-cuda / dbg"
19
+ - check-success="gcc-cuda / sp"
20
+ - check-success="gcc-cuda / opt"
21
+ - check-skipped={% raw %}gcc-cuda / ${{ matrix.build_type }}{% endraw %}
22
+ - or :
23
+ - and :
24
+ - check-success="cpu-gcc / ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.scream-output-preset-2"
25
+ - check-success="cpu-gcc / ERS_P16_Ln22.ne30pg2_ne30pg2.FIOP-SCREAMv1-DP.scream-dpxx-arm97"
26
+ - check-success="cpu-gcc / ERS_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.scream-small_kernels--scream-output-preset-5"
27
+ - check-success="cpu-gcc / SMS_D_Ln5.ne4pg2_oQU480.F2010-SCREAMv1-MPASSI.scream-mam4xx-all_mam4xx_procs"
28
+ - check-skipped={% raw %}cpu-gcc / ${{ matrix.test.short_name }}{% endraw %}
42
29
- or :
43
30
- check-success=cpu-gcc
44
31
- check-skipped=cpu-gcc
0 commit comments