aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.18-pre-merge
diff options
context:
space:
mode:
Diffstat (limited to 'linux-linaro-stable-lsk-v3.18-pre-merge')
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template-be.json34
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template-be.yaml22
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template.json55
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template.yaml33
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/beaglebone-black/template.json67
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/beaglebone-black/template.yaml39
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.json406
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml228
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.json403
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.yaml225
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json97
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-be-ramdisk.yaml83
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-efi.json403
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-efi.yaml226
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template.json400
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template.yaml223
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-nfs.json49
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-nfs.yaml32
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-ramdisk.json35
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-ramdisk.yaml23
l---------linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template.yaml1
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template-be.json35
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template-be.yaml23
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template.json68
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template.yaml40
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.json35
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml23
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json137
-rw-r--r--linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml75
29 files changed, 0 insertions, 3520 deletions
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template-be.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template-be.json
deleted file mode 100644
index 583ecf315e..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template-be.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "openembedded",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "minimal-armv7ab-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-pre-merge/lava-job-definitions/arndale/template-be.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template-be.yaml
deleted file mode 100644
index bf091e270f..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template-be.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'openembedded'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'minimal-armv7ab-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 \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template.json
deleted file mode 100644
index 1ff0cec88d..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "ubuntu",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "developer",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "ubuntu/pwrmgmt.yaml"
- }
- ],
- "timeout": 1200
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "ubuntu/smoke-tests-basic.yaml"
- }
- ],
- "timeout": 1200
- }
- },
- {
- "command": "submit_results",
- "parameters": {
- "stream": "${BUNDLE_STREAM_NAME}",
- "server": "http://${LAVA_SERVER}"
- }
- }
- ],
- "device_type": "${DEVICE_TYPE}",
- "job_name": "${BUILD_URL}",
- "timeout": 172800
-} \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template.yaml
deleted file mode 100644
index f0a55a60f5..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/arndale/template.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'ubuntu'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'developer'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: lava_test_shell
- parameters:
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: ubuntu/pwrmgmt.yaml
- timeout: 1200
-- command: lava_test_shell
- parameters:
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: ubuntu/smoke-tests-basic.yaml
- timeout: 1200
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 172800 \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/beaglebone-black/template.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/beaglebone-black/template.json
deleted file mode 100644
index 977812b0ca..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/beaglebone-black/template.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "ubuntu",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "developer",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "ubuntu/pwrmgmt.yaml"
- }
- ],
- "timeout": 1200
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "ubuntu/smoke-tests-basic.yaml"
- }
- ],
- "timeout": 1200
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "ubuntu/usb-test-basic.yaml"
- }
- ],
- "timeout": 1200
- }
- },
- {
- "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-pre-merge/lava-job-definitions/beaglebone-black/template.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/beaglebone-black/template.yaml
deleted file mode 100644
index 2ba1a3a602..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/beaglebone-black/template.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'ubuntu'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'developer'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: lava_test_shell
- parameters:
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: ubuntu/pwrmgmt.yaml
- timeout: 1200
-- command: lava_test_shell
- parameters:
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: ubuntu/smoke-tests-basic.yaml
- timeout: 1200
-- command: lava_test_shell
- parameters:
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: ubuntu/usb-test-basic.yaml
- timeout: 1200
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 3600
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.json
deleted file mode 100644
index 066779b185..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.json
+++ /dev/null
@@ -1,406 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "bootloadertype": "uefi",
- "customize": {
- "${STARTUP_NSH}": ["boot:/EFI/BOOT/startup.nsh"]
- },
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "openembedded",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "lamp-armv7a-gcc-4.9",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/busybox.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/device-tree.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/ethernet.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/kernel-version.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/perf.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/toolchain.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "WORD_SIZE": "32"
- },
- "testdef": "openembedded/libhugetlbfs.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/pointer-tagging-tests.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "syscalls",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "math",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "timers",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fcntl-locktests",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "ipc",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fsx",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fs",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "hugetlb",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "io",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "nptl",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "pty",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "containers",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fs_bind",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "filecaps",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "admin_tools",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "connectors",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "mm",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "submit_results",
- "parameters": {
- "stream": "${BUNDLE_STREAM_NAME}",
- "server": "http://${LAVA_SERVER}"
- }
- }
- ],
- "device_type": "${DEVICE_TYPE}",
- "job_name": "${BUILD_URL}",
- "timeout": 18000
-}
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml
deleted file mode 100644
index 2b56a83b9b..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml
+++ /dev/null
@@ -1,228 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- bootloadertype: 'uefi'
- customize:
- '${STARTUP_NSH}':
- - 'boot:/EFI/BOOT/startup.nsh'
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'openembedded'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'lamp-armv7a-gcc-4.9'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/busybox.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/device-tree.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/ethernet.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/kernel-version.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/perf.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/toolchain.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- WORD_SIZE: 32
- testdef: openembedded/libhugetlbfs.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/pointer-tagging-tests.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: syscalls
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: math
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: timers
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fcntl-locktests
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: ipc
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fsx
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fs
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: hugetlb
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: io
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: nptl
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: pty
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: containers
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fs_bind
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: filecaps
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: admin_tools
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: connectors
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: mm
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 18000
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.json
deleted file mode 100644
index 9eecec4ddd..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.json
+++ /dev/null
@@ -1,403 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "bootloadertype": "uefi",
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "openembedded",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "lamp-armv7a-gcc-4.9",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/busybox.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/device-tree.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/ethernet.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/kernel-version.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/perf.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/toolchain.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "WORD_SIZE": "32"
- },
- "testdef": "openembedded/libhugetlbfs.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/pointer-tagging-tests.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "syscalls",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "math",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "timers",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fcntl-locktests",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "ipc",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fsx",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fs",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "hugetlb",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "io",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "nptl",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "pty",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "containers",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fs_bind",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "filecaps",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "admin_tools",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "connectors",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "mm",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "submit_results",
- "parameters": {
- "stream": "${BUNDLE_STREAM_NAME}",
- "server": "http://${LAVA_SERVER}"
- }
- }
- ],
- "device_type": "${DEVICE_TYPE}",
- "job_name": "${BUILD_URL}",
- "timeout": 18000
-}
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.yaml
deleted file mode 100644
index 0e48350190..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.yaml
+++ /dev/null
@@ -1,225 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- bootloadertype: 'uefi'
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'openembedded'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'lamp-armv7a-gcc-4.9'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/busybox.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/device-tree.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/ethernet.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/kernel-version.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/perf.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/toolchain.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- WORD_SIZE: 32
- testdef: openembedded/libhugetlbfs.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/pointer-tagging-tests.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: syscalls
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: math
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: timers
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fcntl-locktests
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: ipc
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fsx
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fs
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: hugetlb
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: io
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: nptl
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: pty
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: containers
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fs_bind
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: filecaps
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: admin_tools
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: connectors
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: mm
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 18000
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-be-ramdisk.json
deleted file mode 100644
index 270364a0a5..0000000000
--- a/linux-linaro-stable-lsk-v3.18-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
-}
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-be-ramdisk.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-be-ramdisk.yaml
deleted file mode 100644
index cbeb71dc40..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-be-ramdisk.yaml
+++ /dev/null
@@ -1,83 +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:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 3600
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-efi.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-efi.json
deleted file mode 100644
index d8b62f488d..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-efi.json
+++ /dev/null
@@ -1,403 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "bootloadertype": "uefi",
- "customize": {
- "${STARTUP_NSH}": ["boot:/EFI/BOOT/startup.nsh"]
- },
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "openembedded",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "lamp-armv8-gcc-4.9",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/busybox.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/device-tree.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/ethernet.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/kernel-version.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/perf.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/toolchain.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/libhugetlbfs.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/pointer-tagging-tests.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "syscalls",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "math",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "timers",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fcntl-locktests",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "ipc",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fsx",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fs",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "hugetlb",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "io",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "nptl",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "pty",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "containers",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fs_bind",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "filecaps",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "admin_tools",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "connectors",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "mm",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "submit_results",
- "parameters": {
- "stream": "${BUNDLE_STREAM_NAME}",
- "server": "http://${LAVA_SERVER}"
- }
- }
- ],
- "device_type": "${DEVICE_TYPE}",
- "job_name": "${BUILD_URL}",
- "timeout": 18000
-}
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-efi.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-efi.yaml
deleted file mode 100644
index 8255a6f87d..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template-efi.yaml
+++ /dev/null
@@ -1,226 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- bootloadertype: 'uefi'
- customize:
- '${STARTUP_NSH}':
- - 'boot:/EFI/BOOT/startup.nsh'
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'openembedded'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'lamp-armv8-gcc-4.9'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/busybox.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/device-tree.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/ethernet.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/kernel-version.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/perf.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/toolchain.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/libhugetlbfs.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/pointer-tagging-tests.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: syscalls
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: math
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: timers
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fcntl-locktests
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: ipc
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fsx
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fs
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: hugetlb
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: io
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: nptl
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: pty
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: containers
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fs_bind
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: filecaps
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: admin_tools
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: connectors
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: mm
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 18000 \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template.json
deleted file mode 100644
index 67467752d9..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template.json
+++ /dev/null
@@ -1,400 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "bootloadertype": "uefi",
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "openembedded",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "lamp-armv8-gcc-4.9",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/busybox.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/device-tree.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/ethernet.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/kernel-version.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/perf.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/toolchain.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/libhugetlbfs.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/pointer-tagging-tests.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "syscalls",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "math",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "timers",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fcntl-locktests",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "ipc",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fsx",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fs",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "hugetlb",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "io",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "nptl",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "pty",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "containers",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "fs_bind",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "filecaps",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "admin_tools",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "connectors",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {
- "TST_CMDFILES": "mm",
- "SKIPFILE": "skipfile-lsk-juno"
- },
- "testdef": "openembedded/ltp.yaml"
- }
- ]
- }
- },
- {
- "command": "submit_results",
- "parameters": {
- "stream": "${BUNDLE_STREAM_NAME}",
- "server": "http://${LAVA_SERVER}"
- }
- }
- ],
- "device_type": "${DEVICE_TYPE}",
- "job_name": "${BUILD_URL}",
- "timeout": 18000
-}
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template.yaml
deleted file mode 100644
index 9f14e12ab9..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/juno/template.yaml
+++ /dev/null
@@ -1,223 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- bootloadertype: 'uefi'
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'openembedded'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'lamp-armv8-gcc-4.9'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/busybox.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/device-tree.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/ethernet.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/kernel-version.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/perf.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/toolchain.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/libhugetlbfs.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/pointer-tagging-tests.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: syscalls
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: math
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: timers
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fcntl-locktests
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: ipc
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fsx
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fs
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: hugetlb
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: io
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: nptl
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: pty
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: containers
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: fs_bind
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: filecaps
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: admin_tools
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: connectors
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- TST_CMDFILES: mm
- SKIPFILE: skipfile-lsk-juno
- testdef: openembedded/ltp.yaml
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 18000 \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-nfs.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-nfs.json
deleted file mode 100644
index b6c5fbbdbc..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-nfs.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_kernel",
- "parameters": {
- "dtb": "${DTB_URL}/apm-mustang.dtb",
- "kernel": "${KERNEL_URL}/uImage",
- "nfsrootfs": "${ROOTFS_BUILD_URL}",
- "target_type": "ubuntu"
- },
- "metadata": {
- "build id": "${BUILD_NUMBER}",
- "defconfig": "defconfig",
- "distribution": "ubuntu",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "developer",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "boot_linaro_image"
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "parameters": {"DeviceID": "/dev/sda"},
- "testdef": "ubuntu/fio-test.yaml"
- }
- ],
- "timeout": 2700
- }
- },
- {
- "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-pre-merge/lava-job-definitions/mustang/template-nfs.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-nfs.yaml
deleted file mode 100644
index f564e080aa..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-nfs.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-actions:
-- command: deploy_linaro_kernel
- parameters:
- dtb: '${DTB_URL}/apm-mustang.dtb'
- kernel: '${KERNEL_URL}/uImage'
- nfsrootfs: '${ROOTFS_BUILD_URL}'
- target_type: 'ubuntu'
- metadata:
- build id: '${BUILD_NUMBER}'
- defconfig: 'defconfig'
- distribution: 'ubuntu'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'developer'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: boot_linaro_image
-- command: lava_test_shell
- parameters:
- timeout: 2700
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- parameters:
- DeviceID: /dev/sda
- testdef: ubuntu/fio-test.yaml
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 3600 \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-ramdisk.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-ramdisk.json
deleted file mode 100644
index 81c0fec51a..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-ramdisk.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_kernel",
- "parameters": {
- "dtb": "${DTB_URL}/apm-mustang.dtb",
- "kernel": "${KERNEL_URL}/uImage",
- "ramdisk": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "build id": "${BUILD_NUMBER}",
- "defconfig": "defconfig",
- "distribution": "openembedded",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "minimal-initramfs-armv8-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-pre-merge/lava-job-definitions/mustang/template-ramdisk.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-ramdisk.yaml
deleted file mode 100644
index 8ce25d07fb..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-ramdisk.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-actions:
-- command: deploy_linaro_kernel
- parameters:
- dtb: '${DTB_URL}/apm-mustang.dtb'
- kernel: '${KERNEL_URL}/uImage'
- ramdisk: '${ROOTFS_BUILD_URL}'
- metadata:
- build id: '${BUILD_NUMBER}'
- defconfig: 'defconfig'
- distribution: 'openembedded'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'minimal-initramfs-armv8-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
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template.yaml
deleted file mode 120000
index df16d27cae..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template.yaml
+++ /dev/null
@@ -1 +0,0 @@
-template-ramdisk.yaml \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template-be.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template-be.json
deleted file mode 100644
index ce61286119..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template-be.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "dtb": "omap4-panda-es.dtb",
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "openembedded",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "minimal-armv7ab-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-pre-merge/lava-job-definitions/panda-es/template-be.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template-be.yaml
deleted file mode 100644
index 709267136f..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template-be.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- dtb: 'omap4-panda-es.dtb'
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'openembedded'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'minimal-armv7ab-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 \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template.json
deleted file mode 100644
index 9a8a14c22c..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "dtb": "omap4-panda-es.dtb",
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "ubuntu",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "developer",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "ubuntu/pwrmgmt.yaml"
- }
- ],
- "timeout": 1200
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "ubuntu/smoke-tests-basic.yaml"
- }
- ],
- "timeout": 1200
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "ubuntu/usb-test-basic.yaml"
- }
- ],
- "timeout": 1200
- }
- },
- {
- "command": "submit_results",
- "parameters": {
- "stream": "${BUNDLE_STREAM_NAME}",
- "server": "http://${LAVA_SERVER}"
- }
- }
- ],
- "device_type": "${DEVICE_TYPE}",
- "job_name": "${BUILD_URL}",
- "timeout": 172800
-}
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template.yaml
deleted file mode 100644
index da4b2d57d5..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/panda-es/template.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- dtb: 'omap4-panda-es.dtb'
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'ubuntu'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'developer'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: lava_test_shell
- parameters:
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: ubuntu/pwrmgmt.yaml
- timeout: 1200
-- command: lava_test_shell
- parameters:
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: ubuntu/smoke-tests-basic.yaml
- timeout: 1200
-- command: lava_test_shell
- parameters:
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: ubuntu/usb-test-basic.yaml
- timeout: 1200
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 172800
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.json
deleted file mode 100644
index e8ec24e473..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "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-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml
deleted file mode 100644
index 53ba2d9465..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template-be-ramdisk.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-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
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
deleted file mode 100644
index 595004725d..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
+++ /dev/null
@@ -1,137 +0,0 @@
-{
- "actions": [
- {
- "command": "deploy_linaro_image",
- "parameters": {
- "bootloadertype": "uefi",
- "hwpack": "${HWPACK_BUILD_URL}",
- "rootfs": "${ROOTFS_BUILD_URL}"
- },
- "metadata": {
- "distribution": "openembedded",
- "hwpack.build": "${BUILD_NUMBER}",
- "hwpack.type": "${hwpack_type}",
- "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "lamp-armv8-gcc-4.9",
- "git URL": "${GIT_URL}",
- "git branch": "${GIT_BRANCH}",
- "git commit": "${GIT_COMMIT}"
- }
- },
- {
- "command": "boot_linaro_image",
- "parameters": {
- "options": [
- "cluster0.NUM_CORES=2",
- "cluster1.NUM_CORES=3"
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/busybox.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/device-tree.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/ethernet.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/kernel-version.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 1800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/perf.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/toolchain.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 7200,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/libhugetlbfs.yaml"
- }
- ]
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "timeout": 800,
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/test-definitions.git",
- "testdef": "openembedded/pointer-tagging-tests.yaml"
- }
- ]
- }
- },
- {
- "command": "submit_results",
- "parameters": {
- "stream": "${BUNDLE_STREAM_NAME}",
- "server": "http://${LAVA_SERVER}"
- }
- }
- ],
- "device_type": "${DEVICE_TYPE}",
- "job_name": "${BUILD_URL}",
- "timeout": 172800
-}
diff --git a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml b/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
deleted file mode 100644
index d6509dd80f..0000000000
--- a/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
+++ /dev/null
@@ -1,75 +0,0 @@
-actions:
-- command: deploy_linaro_image
- parameters:
- bootloadertype: uefi
- hwpack: '${HWPACK_BUILD_URL}'
- rootfs: '${ROOTFS_BUILD_URL}'
- metadata:
- distribution: 'openembedded'
- hwpack.build: '${BUILD_NUMBER}'
- hwpack.type: '${hwpack_type}'
- rootfs.build: '${ROOTFS_BUILD_NUMBER}'
- rootfs.type: 'lamp-armv8-gcc-4.9'
- git URL: '${GIT_URL}'
- git branch: '${GIT_BRANCH}'
- git commit: '${GIT_COMMIT}'
-- command: boot_linaro_image
- parameters:
- options:
- - 'cluster0.NUM_CORES=2'
- - 'cluster1.NUM_CORES=3'
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/busybox.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/device-tree.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/ethernet.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/kernel-version.yaml
-- command: lava_test_shell
- parameters:
- timeout: 1800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/perf.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/toolchain.yaml
-- command: lava_test_shell
- parameters:
- timeout: 7200
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/libhugetlbfs.yaml
-- command: lava_test_shell
- parameters:
- timeout: 800
- testdef_repos:
- - git-repo: git://git.linaro.org/qa/test-definitions.git
- testdef: openembedded/pointer-tagging-tests.yaml
-- command: submit_results
- parameters:
- server: 'http://${LAVA_SERVER}'
- stream: '${BUNDLE_STREAM_NAME}'
-device_type: '${DEVICE_TYPE}'
-job_name: '${BUILD_URL}'
-timeout: 172800