- test: failure_retry: 3 definitions: - repository: metadata: format: Lava-Test Test Definition 1.0 name: fixup-weston-watchdog description: "extend watchdog on virtual" run: steps: # disable the watchdog - for slow systems - sed -i -e "s#WatchdogSec=20#WatchdogSec=0#g" /usr/lib/systemd/user/agl-compositor.service # disable the coredumps - for slow systems - echo "kernel.core_pattern=/dev/null" > /etc/sysctl.d/50-coredump.conf - sysctl -p /etc/sysctl.d/50-coredump.conf - systemctl daemon-reload - sleep 5 from: inline name: fixup-weston-watchdog path: inline/fixup-weston-watchdog.yaml