aboutsummaryrefslogtreecommitdiff
path: root/linux-kernel-ci/lava-job-definitions/generic/template.yaml
blob: 016095869747a412e3b0787116f22534ff0e5008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
actions:
    - command: deploy_linaro_kernel
      parameters:
          dtb: '${DTB_URL}/${DTB}'
          kernel: '${KERNEL_URL}/${KERNEL}'
          nfsrootfs: '${ROOTFS_BUILD_URL}'
      metadata:
          build id: '${BUILD_NUMBER}'
          defconfig: '${kernel_config}'
          git URL: '${GIT_URL}'
          git branch: '${GIT_BRANCH}'
          git commit: '${GIT_COMMIT}'
    - command: boot_linaro_image
    - command: submit_results
      parameters:
          server: 'http://${LAVA_SERVER}'
          stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
timeout: 3600