Skip to content

Commit 354a50f

Browse files
broonienuclearcat
authored andcommitted
config: Split 32 and 64 bit Arm jobs in the Baylibre lab
The configuration has a single baseline job for the 32 and 64 bit Arm boards in the Baylibre lab, tied to the 32 bit Arm builds. This obviously doesn't work for the 64 bit boards, resulting in inconclusive boots as the 64 bit boards don't understand zImage. Split into a separate baseline job like the other labs. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 1993900 commit 354a50f

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

config/jobs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
baseline-arm-pengutronix: *baseline-job
126126
baseline-arm64: *baseline-job
127127
baseline-arm64-android: *baseline-job
128+
baseline-arm64-baylibre: *baseline-job
128129
baseline-arm64-broonie: *baseline-job
129130
baseline-arm64-clabbe: *baseline-job
130131
baseline-arm64-kcidebug-mediatek: *baseline-job

config/scheduler.yaml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,8 @@ scheduler:
5252
- beagle-xm
5353
- beaglebone-black
5454
- da850-lcdk
55-
- k3-j721e-sk
56-
- k3-j721e-beagleboneai64
5755
- jetson-tk1
58-
- meson-axg-s400
59-
- meson-g12a-u200
60-
- meson-g12a-x96-max
61-
- meson-g12b-odroid-n2
62-
- meson-gxl-s905d-p230
63-
- meson-gxl-s905x-libretech-cc
64-
- meson-sm1-khadas-vim3l
65-
- meson-sm1-sei610
6656
- mt7629-rfb
67-
- sun50i-a64-pine64-plus
6857
- sun7i-a20-cubieboard2
6958

7059
- job: baseline-arm-broonie
@@ -161,6 +150,23 @@ scheduler:
161150
runtime: *lava-collabora-runtime
162151
platforms: *collabora-arm64-platforms
163152

153+
- job: baseline-arm64-baylibre
154+
event: *kbuild-gcc-12-arm64-node-event
155+
runtime: *lava-baylibre-runtime
156+
platforms:
157+
- k3-j721e-sk
158+
- k3-j721e-beagleboneai64
159+
- meson-g12a-u200
160+
- meson-g12a-x96-max
161+
- meson-g12b-odroid-n2
162+
- meson-axg-s400
163+
- meson-gxl-s905x-libretech-cc
164+
- meson-gxl-s905d-p230
165+
- meson-sm1-khadas-vim3l
166+
- meson-sm1-sei610
167+
- sun50i-a64-pine64-plus
168+
169+
164170
- job: baseline-arm64-broonie
165171
event: *kbuild-gcc-12-arm64-node-event
166172
runtime:

0 commit comments

Comments
 (0)