aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.14-pre-merge
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-12-24 17:35:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-12-24 17:35:18 +0200
commitefd55722c7081a59151878c64444613e0c4ceb60 (patch)
treea293ce10f6bb3f251971bed655489d8e94be7630 /linux-linaro-stable-lsk-v3.14-pre-merge
parente484d132f9d65ff927cca876722220f6c2a21ef2 (diff)
linux-linaro-stable-lsk-v3.14-pre-merge: add initial job
Change-Id: I5a2e2fae24dc85fccd98fd432cb1b6c7dfb345cf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linux-linaro-stable-lsk-v3.14-pre-merge')
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template-be.json34
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template-be.yaml22
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template.json31
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template.yaml33
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml242
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.yaml223
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-efi.yaml242
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template.yaml223
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template-be.json35
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template-be.yaml23
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template.json31
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template.yaml34
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml75
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template-be.json65
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template-be.yaml51
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.json102
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.yaml99
17 files changed, 1552 insertions, 13 deletions
diff --git a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template-be.json b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template-be.json
new file mode 100644
index 00000000..583ecf31
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template-be.json
@@ -0,0 +1,34 @@
+{
+ "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.14-pre-merge/lava-job-definitions/arndale/template-be.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template-be.yaml
new file mode 100644
index 00000000..bf091e27
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template-be.yaml
@@ -0,0 +1,22 @@
+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.14-pre-merge/lava-job-definitions/arndale/template.json b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template.json
index 583ecf31..1ff0cec8 100644
--- a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template.json
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template.json
@@ -7,18 +7,39 @@
"rootfs": "${ROOTFS_BUILD_URL}"
},
"metadata": {
- "distribution": "openembedded",
+ "distribution": "ubuntu",
"hwpack.build": "${BUILD_NUMBER}",
"hwpack.type": "${hwpack_type}",
"rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "minimal-armv7ab-gcc-4.9",
+ "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",
+ "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",
@@ -30,5 +51,5 @@
],
"device_type": "${DEVICE_TYPE}",
"job_name": "${BUILD_URL}",
- "timeout": 3600
-}
+ "timeout": 172800
+} \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template.yaml
new file mode 100644
index 00000000..f0a55a60
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/arndale/template.yaml
@@ -0,0 +1,33 @@
+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.14-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml
new file mode 100644
index 00000000..d3da5866
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml
@@ -0,0 +1,242 @@
+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: boot_linaro_image
+ parameters:
+ boot_cmds:
+ - 'expect Start:'
+ - 'sendline 3'
+ - 'expect Choice:'
+ - 'sendline 1'
+ - 'expect Select the Boot Device:'
+ - 'sendcontrol ['
+ - 'sendcontrol M'
+ - 'expect Choice:'
+ - 'sendline 7'
+ - 'expect Start:'
+ - 'sendline 2'
+ - 'expect or any other key to continue.'
+ - 'sendline '
+- 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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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.14-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.yaml
new file mode 100644
index 00000000..05d4f80d
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-armv7a-rootfs.yaml
@@ -0,0 +1,223 @@
+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
+ 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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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.14-pre-merge/lava-job-definitions/juno/template-efi.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-efi.yaml
new file mode 100644
index 00000000..ee1dca5b
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template-efi.yaml
@@ -0,0 +1,242 @@
+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: boot_linaro_image
+ parameters:
+ boot_cmds:
+ - 'expect Start:'
+ - 'sendline 3'
+ - 'expect Choice:'
+ - 'sendline 1'
+ - 'expect Select the Boot Device:'
+ - 'sendcontrol ['
+ - 'sendcontrol M'
+ - 'expect Choice:'
+ - 'sendline 7'
+ - 'expect Start:'
+ - 'sendline 2'
+ - 'expect or any other key to continue.'
+ - 'sendline '
+- 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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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.14-pre-merge/lava-job-definitions/juno/template.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template.yaml
new file mode 100644
index 00000000..298fb32c
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/juno/template.yaml
@@ -0,0 +1,223 @@
+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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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: ./common/scripts/ltp/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.14-pre-merge/lava-job-definitions/panda-es/template-be.json b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template-be.json
new file mode 100644
index 00000000..ce612861
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template-be.json
@@ -0,0 +1,35 @@
+{
+ "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.14-pre-merge/lava-job-definitions/panda-es/template-be.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template-be.yaml
new file mode 100644
index 00000000..70926713
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template-be.yaml
@@ -0,0 +1,23 @@
+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.14-pre-merge/lava-job-definitions/panda-es/template.json b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template.json
index ce612861..dcc7bed9 100644
--- a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template.json
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template.json
@@ -8,18 +8,39 @@
"rootfs": "${ROOTFS_BUILD_URL}"
},
"metadata": {
- "distribution": "openembedded",
+ "distribution": "ubuntu",
"hwpack.build": "${BUILD_NUMBER}",
"hwpack.type": "${hwpack_type}",
"rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "minimal-armv7ab-gcc-4.9",
+ "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",
+ "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",
@@ -31,5 +52,5 @@
],
"device_type": "${DEVICE_TYPE}",
"job_name": "${BUILD_URL}",
- "timeout": 3600
-}
+ "timeout": 172800
+} \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template.yaml
new file mode 100644
index 00000000..3e7b15ef
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/panda-es/template.yaml
@@ -0,0 +1,34 @@
+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: 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.14-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
new file mode 100644
index 00000000..2e13c271
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
@@ -0,0 +1,75 @@
+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: 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: 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.14-pre-merge/lava-job-definitions/vexpress-tc2/template-be.json b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template-be.json
new file mode 100644
index 00000000..84e79396
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template-be.json
@@ -0,0 +1,65 @@
+{
+ "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",
+ "parameters": {
+ "boot_cmds": [
+ "sendline a",
+ "expect Choice:",
+ "sendline 3",
+ "expect Delete entry:",
+ "sendline 1",
+ "expect Choice:",
+ "sendline 1",
+ "expect Select the Boot Device:",
+ "sendline 4",
+ "expect File path of the EFI Application or the kernel:",
+ "sendline uImage",
+ "expect Boot Type: [a] ATAGS, [g] Global FDT or [l] Local FDT? [a/g/l]",
+ "sendline l",
+ "expect Add an initrd: [y/n]",
+ "sendline y",
+ "expect File path of the initrd",
+ "sendline uInitrd",
+ "expect Arguments to pass to the binary:",
+ "sendline console=tty0 console=ttyAMA0,38400n8 root=/dev/sda1 rootwait ro",
+ "expect File path of the local FDT:",
+ "sendline v2p-ca15-tc2.dtb",
+ "expect Description for this new Entry:",
+ "sendline LAVA Test Image",
+ "expect Choice:",
+ "sendline 5",
+ "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.14-pre-merge/lava-job-definitions/vexpress-tc2/template-be.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template-be.yaml
new file mode 100644
index 00000000..fd0f5b95
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template-be.yaml
@@ -0,0 +1,51 @@
+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
+ parameters:
+ boot_cmds:
+ - 'sendline a'
+ - 'expect Choice:'
+ - 'sendline 3'
+ - 'expect Delete entry:'
+ - 'sendline 1'
+ - 'expect Choice:'
+ - 'sendline 1'
+ - 'expect Select the Boot Device:'
+ - 'sendline 4'
+ - 'expect File path of the EFI Application or the kernel:'
+ - 'sendline uImage'
+ - 'expect Boot Type: [a] ATAGS, [g] Global FDT or [l] Local FDT? [a/g/l]'
+ - 'sendline l'
+ - 'expect Add an initrd: [y/n]'
+ - 'sendline y'
+ - 'expect File path of the initrd'
+ - 'sendline uInitrd'
+ - 'expect Arguments to pass to the binary:'
+ - 'sendline console=tty0 console=ttyAMA0,38400n8 root=/dev/sda1 rootwait ro'
+ - 'expect File path of the local FDT:'
+ - 'sendline v2p-ca15-tc2.dtb'
+ - 'expect Description for this new Entry:'
+ - 'sendline LAVA Test Image'
+ - 'expect Choice:'
+ - 'sendline 5'
+ - '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 \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.json b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.json
index 84e79396..25a7e135 100644
--- a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.json
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.json
@@ -7,11 +7,11 @@
"rootfs": "${ROOTFS_BUILD_URL}"
},
"metadata": {
- "distribution": "openembedded",
+ "distribution": "ubuntu",
"hwpack.build": "${BUILD_NUMBER}",
"hwpack.type": "${hwpack_type}",
"rootfs.build": "${ROOTFS_BUILD_NUMBER}",
- "rootfs.type": "minimal-armv7ab-gcc-4.9",
+ "rootfs.type": "developer",
"git URL": "${GIT_URL}",
"git branch": "${GIT_BRANCH}",
"git commit": "${GIT_COMMIT}"
@@ -52,6 +52,102 @@
}
},
{
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/bootchart-install.yaml"
+ }
+ ],
+ "timeout": 18000
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/bootchart.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/device-tree.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/gatortests.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ],
+ "timeout": 10800
+ }
+ },
+ {
+ "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/network-tests-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
"command": "submit_results",
"parameters": {
"stream": "${BUNDLE_STREAM_NAME}",
@@ -61,5 +157,5 @@
],
"device_type": "${DEVICE_TYPE}",
"job_name": "${BUILD_URL}",
- "timeout": 3600
+ "timeout": 172800
}
diff --git a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.yaml
new file mode 100644
index 00000000..6a72e572
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/vexpress-tc2/template.yaml
@@ -0,0 +1,99 @@
+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: boot_linaro_image
+ parameters:
+ boot_cmds:
+ - 'sendline a'
+ - 'expect Choice:'
+ - 'sendline 3'
+ - 'expect Delete entry:'
+ - 'sendline 1'
+ - 'expect Choice:'
+ - 'sendline 1'
+ - 'expect Select the Boot Device:'
+ - 'sendline 4'
+ - 'expect File path of the EFI Application or the kernel:'
+ - 'sendline uImage'
+ - 'expect Boot Type: [a] ATAGS, [g] Global FDT or [l] Local FDT? [a/g/l]'
+ - 'sendline l'
+ - 'expect Add an initrd: [y/n]'
+ - 'sendline y'
+ - 'expect File path of the initrd'
+ - 'sendline uInitrd'
+ - 'expect Arguments to pass to the binary:'
+ - 'sendline console=tty0 console=ttyAMA0,38400n8 root=/dev/sda1 rootwait ro'
+ - 'expect File path of the local FDT:'
+ - 'sendline v2p-ca15-tc2.dtb'
+ - 'expect Description for this new Entry:'
+ - 'sendline LAVA Test Image'
+ - 'expect Choice:'
+ - 'sendline 5'
+ - 'expect Start:'
+ - 'sendline 1'
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/bootchart-install.yaml
+ timeout: 18000
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/bootchart.yaml
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/device-tree.yaml
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/gatortests.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/ltp.yaml
+ timeout: 10800
+- 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/network-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