Skip to content

Commit bf94987

Browse files
author
Krzysztof Wilczyński
committed
Remove no longer needed omap1_defconfig job
Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent ccbdaa1 commit bf94987

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

config/jobs.yaml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ jobs:
200200
params:
201201
<<: *kbuild-clang-17-arm-android-params
202202
defconfig: omap2plus_defconfig
203+
rules:
204+
tree:
205+
- 'omap'
203206

204207
kbuild-clang-17-arm-android-vexpress_defconfig:
205208
<<: *kbuild-clang-17-arm-android-job
@@ -617,6 +620,9 @@ jobs:
617620
params:
618621
<<: *kbuild-gcc-12-arm-android-params
619622
defconfig: omap2plus_defconfig
623+
rules:
624+
tree:
625+
- 'omap'
620626

621627
kbuild-gcc-12-arm-android-vexpress_defconfig:
622628
<<: *kbuild-gcc-12-arm-android-job
@@ -740,17 +746,9 @@ jobs:
740746
tree:
741747
- 'chrome-platform'
742748
- '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:
753749
- 'omap'
750+
- 'stable'
751+
- 'stable-rc'
754752

755753
kbuild-gcc-12-arm-omap2plus_defconfig:
756754
<<: *kbuild-gcc-12-arm-job
@@ -759,10 +757,7 @@ jobs:
759757
defconfig: omap2plus_defconfig
760758
rules:
761759
tree:
762-
- 'kernelci'
763760
- 'omap'
764-
- 'stable-rc'
765-
- 'stable'
766761

767762
kbuild-gcc-12-arm-preempt_rt:
768763
<<: *kbuild-gcc-12-arm-job

config/scheduler.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,6 @@ scheduler:
509509
- job: kbuild-gcc-12-arm-multi_v7_defconfig
510510
<<: *build-k8s-all
511511

512-
- job: kbuild-gcc-12-arm-omap1_defconfig
513-
<<: *build-k8s-all
514-
515512
- job: kbuild-gcc-12-arm-omap2plus_defconfig
516513
<<: *build-k8s-all
517514

0 commit comments

Comments
 (0)