aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml
blob: 53ba2d94659d5ddf2bf230e48a0c1d04a88755a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
actions:
- command: deploy_linaro_kernel
  parameters:
    bootloadertype: 'uefi'
    dtb: '${DTB_URL}/fvp-base-gicv2-psci.dtb'
    kernel: '${KERNEL_URL}/Image'
    ramdisk: '${ROOTFS_BUILD_URL}'
  metadata:
    build id: '${BUILD_NUMBER}'
    distribution: 'openembedded'
    rootfs.build: '${ROOTFS_BUILD_NUMBER}'
    rootfs.type: 'minimal-initramfs-armv8b-gcc-4.9'
    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