Skip to content

Commit 08d36c0

Browse files
broonienuclearcat
authored andcommitted
config: Fix name of juno-uboot
The entry for Juno is not actually causing any jobs to be scheduled on the Juno in my lab since due to a hardware failure that stops EDK2 working it has fixed u-boot firmware and is registered as 'juno-uboot'. Since KernelCI matches on this name using 'juno' results in no jobs being scheduled. Fix that, adjust to say 'juno-uboot'. A 'juno' entry can be re-added if we get any fully flexible Junos. Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent ba512e6 commit 08d36c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/platforms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ platforms:
113113
'toradex,verdin-imx8mp-nonwifi',
114114
'toradex,verdin-imx8mp',
115115
'fsl,imx8mp']
116-
juno:
116+
juno-uboot:
117117
<<: *arm64-device
118118
mach: vexpress
119119
dtb: dtbs/arm/juno.dtb

config/scheduler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ scheduler:
119119
- bcm2837-rpi-3-b-plus
120120
- imx8mp-evk
121121
- imx8mp-verdin-nonwifi-dahlia
122-
- juno
122+
- juno-uboot
123123
- meson-g12b-a311d-libretech-cc
124124
- meson-gxl-s905x-libretech-cc
125125
- meson-sm1-s905d3-libretech-cc

0 commit comments

Comments
 (0)