scripts: west_commands: Keep runners list sorted

Sort the list and add check tags for CI.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-10-18 15:17:06 +02:00 committed by Maureen Helm
parent c215bb274f
commit c22323fd51
1 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ def _import_runner_module(runner_name):
# defined; otherwise, ZephyrBinaryRunner.get_runners() won't work.
_names = [
# zephyr-keep-sorted-start
'blackmagicprobe',
'bossac',
'canopen_program',
@ -49,9 +50,9 @@ _names = [
'openocd',
'probe_rs',
'pyocd',
'qemu',
'renode',
'renode-robot',
'qemu',
'silabs_commander',
'spi_burn',
'stm32cubeprogrammer',
@ -60,7 +61,7 @@ _names = [
'trace32',
'uf2',
'xtensa',
# Keep this list sorted by runner name; don't add to the end.
# zephyr-keep-sorted-stop
]
for _name in _names: