blob: 22c9d6b3c2829ce9237a1715150a02be7118da28 [file] [log] [blame]
Matthew Hartfb6fd362020-03-04 21:03:59 +00001{#------------------------------------------------------------------------------
2# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
3#
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 }}
17 firmware_url: {{ firmware_url }}
18 bootloader_url: {{ bootloader_url }}
19 build_job_url: {{ build_job_url }}
20{%- endblock %}
21
22{%- block base %}
23device_type: {{ device_type }}
24job_name: {{ job_name }}
25
26timeouts:
27 job:
28 minutes: {{ job_timeout }}
29 action:
30 minutes: {{ action_timeout }}
31 actions:
32 power-off:
33 minutes: {{ poweroff_timeout }}
34 connections:
35 lava-test-monitor:
36 minutes: {{ monitor_timeout }}
37
38priority: medium
39visibility: public
40{% endblock %}
41{% block actions %}
42{% endblock %}