blob: de44060c9ef86f9da8b82ba4328a9128d424323a [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
Benjamin Copelandef546a32025-01-14 22:32:40 +000036
37notify:
38 criteria:
39 status: incomplete
40 verbosity: quiet
41 recipients:
Benjamin Copeland3573aba2025-01-14 22:34:41 +000042 - to:
43 email: {{ notification_email }}
44 method: email
Benjamin Copelandef546a32025-01-14 22:32:40 +000045
Matthew Hartfb6fd362020-03-04 21:03:59 +000046{% endblock %}
47{% block actions %}
48{% endblock %}