Skip to content

Commit

Permalink
config: Fix name of juno-uboot
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
broonie committed Mar 3, 2025
1 parent 9f53499 commit e081995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ platforms:
'toradex,verdin-imx8mp-nonwifi',
'toradex,verdin-imx8mp',
'fsl,imx8mp']
juno:
juno-uboot:
<<: *arm64-device
mach: vexpress
dtb: dtbs/arm/juno.dtb
Expand Down
2 changes: 1 addition & 1 deletion config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ scheduler:
- bcm2837-rpi-3-b-plus
- imx8mp-evk
- imx8mp-verdin-nonwifi-dahlia
- juno
- juno-uboot
- meson-g12b-a311d-libretech-cc
- meson-gxl-s905x-libretech-cc
- meson-sm1-s905d3-libretech-cc
Expand Down

0 comments on commit e081995

Please sign in to comment.