Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion tuxlava/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
# Supported device-dict config variables
# Update this list when adding new variables to device-dict configs
DEVICE_DICT_VARS = {
"action_timeout_bootloader_interrupt",
"action_timeout_power_off",
"boot_character_delay",
"boot_method",
"booti_dtb_addr",
Expand All @@ -34,25 +36,36 @@
"bootloader_prompt",
"connection_command",
"console_device",
"docker_cpus",
"docker_memory",
"docker_shell_extra_arguments",
"efi_grub",
"efinet",
"environment",
"extra_kernel_args",
"fastboot_auto_detection",
"fastboot_options",
"fastboot_serial_number",
"fastboot_sequence",
"fastboot_serial_number",
"flash_cmds_order",
"flasher_deploy_commands",
"grub_needs_interrupt",
"hard_reset_command",
"interrupt_char",
"interrupt_prompt",
"mac_addr",
"memory",
"net_interface",
"netdevice",
"power_off_command",
"power_on_command",
"pre_os_command",
"pre_power_command",
"pxe_net_configured",
"test_character_delay",
"uboot_needs_interrupt",
"usbg_ms_commands",
"user_commands",
}


Expand Down
Loading