• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1job_name: 'test-project: my_pipeline_info'
2device_type: my_uboot_device_type
3visibility:
4  group:
5  - my_visibility_group
6priority: 75
7context:
8  extra_nfsroot_args: ' init=/init rootwait usbcore.quirks=0bda:8153:k'
9timeouts:
10  job:
11    minutes: 10
12  actions:
13    depthcharge-retry:
14      minutes: 4
15    depthcharge-start:
16      minutes: 1
17    depthcharge-action:
18      minutes: 15
19actions:
20- deploy:
21    timeout:
22      minutes: 5
23    to: tftp
24    os: oe
25    kernel:
26      url: None/None
27    nfsrootfs:
28      url: None
29      compression: zstd
30      format: tar
31      overlays: {}
32    dtb:
33      url: None/my_dtb_filename.dtb
34- boot:
35    failure_retry: 3
36    method: u-boot
37    prompts:
38    - 'lava-shell:'
39    commands: nfs
40- test:
41    timeout:
42      minutes: 10
43    failure_retry: 1
44    definitions:
45    - name: mesa
46      from: inline
47      lava-signal: kmsg
48      path: inline/mesa.yaml
49      repository:
50        metadata:
51          name: mesa
52          description: Mesa test plan
53          os:
54          - oe
55          scope:
56          - functional
57          format: Lava-Test Test Definition 1.0
58        run:
59          steps:
60          - echo test UBOOT
61          - export CURRENT_SECTION=dut_boot
62          - set -e
63          - echo Could not find jwt file, disabling S3 requests...
64          - sed -i '/S3_RESULTS_UPLOAD/d' /set-job-env-vars.sh
65          - sleep 1
66          - lava-test-case 'test-project_dut' --shell /init-stage2.sh
67