blob: d3159fa323dee06d94d04cd4e5c63b94d97676db [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 }}
Matthew Hartfb6fd362020-03-04 21:03:59 +000017 build_job_url: {{ build_job_url }}
18{%- endblock %}
19
20{%- block base %}
21device_type: {{ device_type }}
22job_name: {{ job_name }}
23
24timeouts:
25 job:
26 minutes: {{ job_timeout }}
27 action:
28 minutes: {{ action_timeout }}
29 actions:
30 power-off:
31 minutes: {{ poweroff_timeout }}
32 connections:
33 lava-test-monitor:
34 minutes: {{ monitor_timeout }}
35
36priority: medium
37visibility: public
38{% endblock %}
39{% block actions %}
40{% endblock %}