blob: 53b5a363f053807940b3d1675f2b5f4f94ab8076 [file] [log] [blame]
{#
# LAVA template definition to run the Deqp CTS module on a DUT.
#
# 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 --include-filter CtsDeqpTestCases", "retry_command": "run cts --disable-reboot", "timeout": 24, "tags": ["fp2_0", "nosim"], "name_extra": "-Deqp"} %}