blob: 6bb5039bbdadb8c32156611fd241028995ad70c1 [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 }}
Matthew Hartfb6fd362020-03-04 21:03:59 +000010 name: {{ name }}
11 platform: {{ platform }}
12 build_name: {{ build_name }}
13 recovery_image_url: {{ recovery_image_url }}
Xinyu Zhang82dab282022-10-09 16:33:19 +080014 device_type: {{ device_type }}
Matthew Hartfb6fd362020-03-04 21:03:59 +000015 build_job_url: {{ build_job_url }}
16{%- endblock %}
17
18{%- block base %}
19device_type: {{ device_type }}
20job_name: {{ job_name }}
21
22timeouts:
23 job:
24 minutes: {{ job_timeout }}
25 action:
26 minutes: {{ action_timeout }}
27 actions:
28 power-off:
29 minutes: {{ poweroff_timeout }}
30 connections:
31 lava-test-monitor:
32 minutes: {{ monitor_timeout }}
33
34priority: medium
35visibility: public
36{% endblock %}
37{% block actions %}
38{% endblock %}