aboutsummaryrefslogtreecommitdiff
path: root/linux-lng-v3.14/lava-job-definitions/x86/template-cyclic-ramdisk.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'linux-lng-v3.14/lava-job-definitions/x86/template-cyclic-ramdisk.yaml')
-rw-r--r--linux-lng-v3.14/lava-job-definitions/x86/template-cyclic-ramdisk.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/linux-lng-v3.14/lava-job-definitions/x86/template-cyclic-ramdisk.yaml b/linux-lng-v3.14/lava-job-definitions/x86/template-cyclic-ramdisk.yaml
deleted file mode 100644
index 2e2c063..0000000
--- a/linux-lng-v3.14/lava-job-definitions/x86/template-cyclic-ramdisk.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-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: 'lng-x86-gcc-4.9'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: boot_linaro_image
- parameters:
- test_image_prompt: 'root@linaro'
-- command: lava_test_shell
- parameters:
- timeout: 7600
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/cyclictest.yaml
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 3600