job_name: ledge-rp timeouts: job: minutes: 900 action: minutes: 20 connection: minutes: 20 visibility: public priority: medium device_type: synquacer context: boot_character_delay: 1 extra_kernel_args: "selinux=0" actions: - deploy: role: - developerbox timeout: minutes: 10 to: tftp kernel: url: http://people.linaro.org/~ilias.apalodimas/images/espressobin/Image--mainline-5.2-r0-ledge-espressobin-20190712112403.bin nfsrootfs: url: http://people.linaro.org/~ilias.apalodimas/images/espressobin/ledge-gateway-ledge-espressobin-20190712112403.rootfs.tar.xz compression: xz ramdisk: url: http://images.validation.linaro.org/synquacer/hc/initrd.img compression: gz os: OE - boot: role: - developerbox timeout: minutes: 90 method: grub parameters: shutdown-message: "reboot: Restarting system" commands: - insmod efinet - net_ls_addr - 'linux (tftp,{SERVER_IP})/{KERNEL} root=/dev/nfs rw nfsroot={NFS_SERVER_IP}:{NFSROOTFS},tcp,hard,intr,vers=3 ip=dhcp selinux=0' - initrd (tftp,{SERVER_IP})/{RAMDISK} - clear - boot prompts: - 'root@(.*)'