Matthew Hart | fb6fd36 | 2020-03-04 21:03:59 +0000 | [diff] [blame] | 1 | {#------------------------------------------------------------------------------ |
| 2 | # Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #-----------------------------------------------------------------------------#} |
| 7 | {%- block metadata %} |
| 8 | metadata: |
| 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 %} |
| 23 | device_type: {{ device_type }} |
| 24 | job_name: {{ job_name }} |
| 25 | |
| 26 | timeouts: |
| 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 | |
| 38 | priority: medium |
| 39 | visibility: public |
| 40 | {% endblock %} |
| 41 | {% block actions %} |
| 42 | {% endblock %} |