Skip to content

Commit 2edea7d

Browse files
brooniepawiecz
authored andcommitted
config/scheduler.yaml: Offload some arm64 jobs onto Raspberry Pi 3+
Since the NFS issues have a fix on their way to -next offload some of the longer running test jobs from other boards to the Raspberry Pi 3+s in my lab to balance out capacity. The boards concerned are all four cour Cortex A53s so there should be no meaningful coverage impact when everything is running. Signed-off-by: Mark Brown <[email protected]>
1 parent d6e0f21 commit 2edea7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/scheduler.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,7 @@ scheduler:
866866
runtime: *lava-broonie-runtime
867867
platforms:
868868
- bcm2711-rpi-4-b
869-
- meson-gxl-s905x-libretech-cc
870-
- sun50i-h5-libretech-all-h3-cc
869+
- bcm2837-rpi-3-b-plus
871870

872871
- job: kselftest-seccomp
873872
event:
@@ -883,7 +882,7 @@ scheduler:
883882
name: kbuild-gcc-12-arm64-kselftest
884883
runtime: *lava-broonie-runtime
885884
platforms:
886-
- sun50i-h5-libretech-all-h3-cc
885+
- bcm2837-rpi-3-b-plus
887886

888887
- job: kselftest-signal
889888
event: *kbuild-gcc-12-arm-node-event

0 commit comments

Comments
 (0)