Chris Kay | 3d80788 | 2022-08-31 16:00:02 +0100 | [diff] [blame] | 1 | device_type: juno |
| 2 | job_name: tf-juno |
| 3 | |
| 4 | context: |
| 5 | bootloader_prompt: $bootloader_prompt |
| 6 | |
| 7 | $tags |
| 8 | $juno_revision |
| 9 | |
| 10 | timeouts: |
| 11 | # Global timeout value for the whole job. |
| 12 | job: |
| 13 | minutes: 30 |
| 14 | # Unless explicitly overwritten, no single action should take more than |
| 15 | # 10 minutes to complete. |
| 16 | action: |
| 17 | minutes: 10 |
| 18 | |
Paul Sokolovsky | 9675e6b | 2022-12-07 20:43:48 +0300 | [diff] [blame] | 19 | priority: ${LAVA_PRIORITY:-medium} |
Chris Kay | 3d80788 | 2022-08-31 16:00:02 +0100 | [diff] [blame] | 20 | visibility: public |
| 21 | |
| 22 | actions: |
| 23 | |
| 24 | - deploy: |
| 25 | namespace: recovery |
| 26 | to: vemsd |
| 27 | recovery_image: |
| 28 | url: $recovery_img_url |
| 29 | compression: zip |
| 30 | |
| 31 | - deploy: |
| 32 | namespace: target |
| 33 | to: nfs |
| 34 | os: debian |
| 35 | nfsrootfs: |
| 36 | url: $nfs_rootfs |
| 37 | compression: gz |
| 38 | |
| 39 | - boot: |
| 40 | # Drastically increase the timeout for the boot action because of the udev |
| 41 | # issues when using TF build config "juno-all-cpu-reset-ops". |
| 42 | # TODO: Should increase the timeout only for this TF build config, not all! |
| 43 | timeout: |
| 44 | minutes: 15 |
| 45 | namespace: target |
| 46 | connection-namespace: recovery |
| 47 | method: u-boot |
| 48 | commands: norflash |
| 49 | auto-login: |
| 50 | login_prompt: 'login:' |
| 51 | username: root |
| 52 | prompts: |
| 53 | - $linux_prompt |