Matthew Hart | fb6fd36 | 2020-03-04 21:03:59 +0000 | [diff] [blame] | 1 | {#------------------------------------------------------------------------------ |
Xinyu Zhang | 28d61b4 | 2022-03-21 16:46:35 +0800 | [diff] [blame] | 2 | # Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved. |
Matthew Hart | fb6fd36 | 2020-03-04 21:03:59 +0000 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #-----------------------------------------------------------------------------#} |
| 7 | {%- block metadata %} |
| 8 | metadata: |
| 9 | build_no: {{ build_no }} |
Matthew Hart | fb6fd36 | 2020-03-04 21:03:59 +0000 | [diff] [blame] | 10 | name: {{ name }} |
| 11 | platform: {{ platform }} |
| 12 | build_name: {{ build_name }} |
| 13 | recovery_image_url: {{ recovery_image_url }} |
Xinyu Zhang | 82dab28 | 2022-10-09 16:33:19 +0800 | [diff] [blame] | 14 | device_type: {{ device_type }} |
Matthew Hart | fb6fd36 | 2020-03-04 21:03:59 +0000 | [diff] [blame] | 15 | build_job_url: {{ build_job_url }} |
| 16 | {%- endblock %} |
| 17 | |
| 18 | {%- block base %} |
| 19 | device_type: {{ device_type }} |
| 20 | job_name: {{ job_name }} |
| 21 | |
| 22 | timeouts: |
| 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 | |
| 34 | priority: medium |
| 35 | visibility: public |
Benjamin Copeland | ef546a3 | 2025-01-14 22:32:40 +0000 | [diff] [blame] | 36 | |
| 37 | notify: |
| 38 | criteria: |
| 39 | status: incomplete |
| 40 | verbosity: quiet |
| 41 | recipients: |
Benjamin Copeland | 3573aba | 2025-01-14 22:34:41 +0000 | [diff] [blame] | 42 | - to: |
| 43 | email: {{ notification_email }} |
| 44 | method: email |
Benjamin Copeland | ef546a3 | 2025-01-14 22:32:40 +0000 | [diff] [blame] | 45 | |
Matthew Hart | fb6fd36 | 2020-03-04 21:03:59 +0000 | [diff] [blame] | 46 | {% endblock %} |
| 47 | {% block actions %} |
| 48 | {% endblock %} |