aboutsummaryrefslogtreecommitdiff
path: root/odp/lava-job-definitions/x86/template-base-ramdisk.yaml
blob: b678c3321a7b5706a48a36b9591a25cbf81dc6ef (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:
    bootloadertype: 'ipxe'
    kernel: '${KERNEL_URL}/bzImage-x86-64'
    ramdisk: '${ROOTFS_BUILD_URL}'
  metadata:
    distribution: 'openembedded'
    kernel.build: '${BUILD_NUMBER}'
    rootfs.build: '${ROOTFS_BUILD_NUMBER}'
    rootfs.type: 'odp-x86-64-gcc-4.9'
    git URL: '${GIT_URL}'
    git commit: '${GIT_COMMIT}'
- command: boot_linaro_image
  parameters:
    test_image_prompt: 'root@linaro'
- command: lava_test_shell
  parameters:
    timeout: 7200
    testdef_repos:
    - git-repo: git://git.linaro.org/qa/test-definitions.git
      testdef: openembedded/odp-validation.yaml
- command: submit_results
  parameters:
    server: 'http://${LAVA_SERVER}'
    stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
timeout: 3600