blob: 9e74ace23b1dc8ed90c1fdf00eb2275439015073 [file] [log] [blame]
{#
# LAVA template definition to run CTS on multiple DUTs.
#
# Template parameters:
# - build: The software build, e.g. "18.09.0-gms-0638cf82".
# - version: The CTS version, e.g. "7.1_r20".
#}
{% extends "multinode-tradefed-xts.yaml" %}
{% set suite = "CTS" %}
{% set job = {"command": "run cts --disable-reboot", "retry_command": "run cts --disable-reboot", "timeout": 48, "tags": ["fp2_0", "cts-dualsim", "microsd"], "worker": {"amount": 2}} %}