aboutsummaryrefslogtreecommitdiff
path: root/coresight/lava-job-definitions/d01/template.yaml
blob: 0496eacf004993e5d2d5938a332ed6f7530405f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
actions:
- command: deploy_linaro_kernel
  parameters:
    dtb: '${DTB_URL}/hip04-d01.dtb'
    kernel: '${KERNEL_URL}/zImage'
    nfsrootfs: '${ROOTFS_BUILD_URL}'
  metadata:
    distribution: 'openembedded'
    hwpack.build: '${BUILD_NUMBER}'
    hwpack.type: '${hwpack_type}'
    rootfs.build: '${ROOTFS_BUILD_NUMBER}'
    rootfs.type: 'minimal-armv7a-gcc-4.9'
    git URL: '${GIT_URL}'
    git branch: '${GIT_BRANCH}'
    git commit: '${GIT_COMMIT}'
- command: boot_linaro_image
- command: lava_test_shell
  parameters:
    testdef_repos:
    - git-repo: 'git://git.linaro.org/qa/test-definitions.git'
      testdef: 'common/coresight-test.yaml'
    timeout: 1800
- command: submit_results
  parameters:
    server: 'http://${LAVA_SERVER}'
    stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
timeout: 3600