aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-06-24 10:06:27 +0800
committerFathi Boudra <fathi.boudra@linaro.org>2015-06-24 05:31:55 +0000
commit64399a2da0d402d4048b257427fca2a69828c2c7 (patch)
tree806a95eea973f8568a66188480630a3e36940b26 /linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a
parent82359b544765d90ba539a25f81360925566fe8bc (diff)
linux-linaro-stable-lsk-v3.18*: add vexpress64-be boot test templates
Change-Id: I8b59a527a0d9ecf720374804dabac7420b5b6bb9 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a')
-rw-r--r--linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.json35
-rw-r--r--linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml23
2 files changed, 58 insertions, 0 deletions
diff --git a/linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.json b/linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.json
new file mode 100644
index 0000000000..e8ec24e473
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.json
@@ -0,0 +1,35 @@
+{
+ "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": {
+ "stream": "${BUNDLE_STREAM_NAME}",
+ "server": "http://${LAVA_SERVER}"
+ }
+ }
+ ],
+ "device_type": "${DEVICE_TYPE}",
+ "job_name": "${BUILD_URL}",
+ "timeout": 3600
+}
diff --git a/linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml b/linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml
new file mode 100644
index 0000000000..53ba2d9465
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.18/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml
@@ -0,0 +1,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