blob: 8e88e352b12020c9360ba1c15b46cccfdc3eed31 [file] [log] [blame]
Matthew Hartfb6fd362020-03-04 21:03:59 +00001{#------------------------------------------------------------------------------
Xinyu Zhang28d61b42022-03-21 16:46:35 +08002# Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.
Matthew Hartfb6fd362020-03-04 21:03:59 +00003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-----------------------------------------------------------------------------#}
7{%- block metadata %}
8metadata:
9 build_no: {{ build_no }}
10 compiler: {{ compiler }}
11 build_type: {{ build_type }}
12 boot_type: {{ boot_type }}
13 name: {{ name }}
14 platform: {{ platform }}
15 build_name: {{ build_name }}
16 recovery_image_url: {{ recovery_image_url }}
Xinyu Zhang82dab282022-10-09 16:33:19 +080017 device_type: {{ device_type }}
Matthew Hartfb6fd362020-03-04 21:03:59 +000018 build_job_url: {{ build_job_url }}
19{%- endblock %}
20
21{%- block base %}
22device_type: {{ device_type }}
23job_name: {{ job_name }}
24
25timeouts:
26 job:
27 minutes: {{ job_timeout }}
28 action:
29 minutes: {{ action_timeout }}
30 actions:
31 power-off:
32 minutes: {{ poweroff_timeout }}
33 connections:
34 lava-test-monitor:
35 minutes: {{ monitor_timeout }}
36
37priority: medium
38visibility: public
39{% endblock %}
40{% block actions %}
41{% endblock %}