aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v4.4-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2020-04-06 10:50:05 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2020-04-06 16:24:35 +0000
commite10245c7892e130fac0642e243a7f4bc836dbe85 (patch)
treebbf4512b6455a179ff04190a0cab95b23548c570 /linux-linaro-stable-lsk-v4.4-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json
parent49266bdd7e1336a01b3503cc03d84e5e984c94b9 (diff)
lsk: disable and remove all builds
Change-Id: If7a916ad8a13508e2cbbe882e4b45c4a48f84566 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'linux-linaro-stable-lsk-v4.4-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json')
-rw-r--r--linux-linaro-stable-lsk-v4.4-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json97
1 files changed, 0 insertions, 97 deletions
diff --git a/linux-linaro-stable-lsk-v4.4-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json b/linux-linaro-stable-lsk-v4.4-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json
deleted file mode 100644
index 270364a0a5..0000000000
--- a/linux-linaro-stable-lsk-v4.4-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_kernel",
- "parameters": {
- "bootloadertype": "uefi",
- "dtb": "${DTB_URL}/juno.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",
- "parameters": {
- "boot_cmds": [
- "expect Start:",
- "sendline 3",
- "expect Choice:",
- "sendline 3",
- "expect Delete entry:",
- "sendline 1",
- "expect Choice:",
- "sendline 1",
- "expect Select the Boot Device:",
- "sendcontrol [",
- "sendcontrol M",
- "expect Choice:",
- "expect Choice:",
- "sendline 1",
- "expect Select the Boot Device:",
- "sendline 8",
- "expect Get the IP address from DHCP: [y/n]",
- "sendline y",
- "expect Get the TFTP server IP address:",
- "sendline {SERVER_IP}",
- "expect File path of the EFI Application or the kernel",
- "sendline {KERNEL}",
- "expect Is an EFI Application? [y/n]",
- "sendline n",
- "expect Has FDT support? [y/n]",
- "sendline y",
- "expect Add an initrd: [y/n]",
- "sendline y",
- "expect Get the IP address from DHCP: [y/n]",
- "sendline y",
- "expect Get the TFTP server IP address:",
- "sendline {SERVER_IP}",
- "expect File path of the initrd",
- "sendline {RAMDISK}",
- "expect Arguments to pass to the binary:",
- "sendline console=ttyAMA0,115200 earlyprintk=pl011,0x7ff80000 root=/dev/ram0 verbose debug ip=dhcp",
- "expect Description for this new Entry:",
- "sendline LAVA Ramdisk Test Image",
- "expect Choice:",
- "sendline 5",
- "expect Select the Boot Device:",
- "sendcontrol [",
- "sendcontrol M",
- "expect Choice:",
- "expect Choice:",
- "sendline 5",
- "expect Select the Boot Device:",
- "sendline 8",
- "expect Get the IP address from DHCP: [y/n]",
- "sendline y",
- "expect Get the TFTP server IP address:",
- "sendline {SERVER_IP}",
- "expect File path of the FDT blob",
- "sendline {DTB}",
- "expect Choice:",
- "sendline 7",
- "expect Start:",
- "sendline 1"
- ]
- }
- },
- {
- "command": "submit_results",
- "parameters": {
- "stream": "${BUNDLE_STREAM_NAME}",
- "server": "http://${LAVA_SERVER}"
- }
- }
- ],
- "device_type": "${DEVICE_TYPE}",
- "job_name": "${BUILD_URL}",
- "timeout": 3600
-}