File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,9 @@ jobs:
200
200
params :
201
201
<< : *kbuild-clang-17-arm-android-params
202
202
defconfig : omap2plus_defconfig
203
+ rules :
204
+ tree :
205
+ - ' omap'
203
206
204
207
kbuild-clang-17-arm-android-vexpress_defconfig :
205
208
<< : *kbuild-clang-17-arm-android-job
@@ -617,6 +620,9 @@ jobs:
617
620
params :
618
621
<< : *kbuild-gcc-12-arm-android-params
619
622
defconfig : omap2plus_defconfig
623
+ rules :
624
+ tree :
625
+ - ' omap'
620
626
621
627
kbuild-gcc-12-arm-android-vexpress_defconfig :
622
628
<< : *kbuild-gcc-12-arm-android-job
@@ -740,17 +746,9 @@ jobs:
740
746
tree :
741
747
- ' chrome-platform'
742
748
- ' kernelci'
743
- - ' stable-rc'
744
- - ' stable'
745
-
746
- kbuild-gcc-12-arm-omap1_defconfig :
747
- << : *kbuild-gcc-12-arm-job
748
- params :
749
- << : *kbuild-gcc-12-arm-params
750
- defconfig : omap1_defconfig
751
- rules :
752
- tree :
753
749
- ' omap'
750
+ - ' stable'
751
+ - ' stable-rc'
754
752
755
753
kbuild-gcc-12-arm-omap2plus_defconfig :
756
754
<< : *kbuild-gcc-12-arm-job
@@ -759,10 +757,7 @@ jobs:
759
757
defconfig : omap2plus_defconfig
760
758
rules :
761
759
tree :
762
- - ' kernelci'
763
760
- ' omap'
764
- - ' stable-rc'
765
- - ' stable'
766
761
767
762
kbuild-gcc-12-arm-preempt_rt :
768
763
<< : *kbuild-gcc-12-arm-job
Original file line number Diff line number Diff line change @@ -509,9 +509,6 @@ scheduler:
509
509
- job : kbuild-gcc-12-arm-multi_v7_defconfig
510
510
<< : *build-k8s-all
511
511
512
- - job : kbuild-gcc-12-arm-omap1_defconfig
513
- << : *build-k8s-all
514
-
515
512
- job : kbuild-gcc-12-arm-omap2plus_defconfig
516
513
<< : *build-k8s-all
517
514
You can’t perform that action at this time.
0 commit comments