aboutsummaryrefslogtreecommitdiff
path: root/lt-st-b2120
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-03-04 12:42:10 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-04 12:42:10 +0200
commit7e0929d1df03a0ef7719710860b70969650e9b4b (patch)
tree1abbf5415a0a2264aacd340142f050081f3ffdcf /lt-st-b2120
parent5f083eb26eb821b09dfddf04e98d43279b35cc0e (diff)
lt-st-b2120: add lava job defintions
Change-Id: I672d7dc277c69bb6b23bb9f3902076986f7eac21 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'lt-st-b2120')
-rw-r--r--lt-st-b2120/lava-job-definitions/b2120stxh407/template.json103
-rw-r--r--lt-st-b2120/lava-job-definitions/b2120stxh407/template.yaml57
-rw-r--r--lt-st-b2120/lava-job-definitions/b2120stxh410/template.json103
-rw-r--r--lt-st-b2120/lava-job-definitions/b2120stxh410/template.yaml57
4 files changed, 320 insertions, 0 deletions
diff --git a/lt-st-b2120/lava-job-definitions/b2120stxh407/template.json b/lt-st-b2120/lava-job-definitions/b2120stxh407/template.json
new file mode 100644
index 00000000..a713a92f
--- /dev/null
+++ b/lt-st-b2120/lava-job-definitions/b2120stxh407/template.json
@@ -0,0 +1,103 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_kernel",
+ "parameters": {
+ "dtb": "${DTB_URL}/stih407-b2120.dtb",
+ "kernel": "${KERNEL_URL}/vmlinux_lt-st-b2120",
+ "nfsrootfs": "${ROOTFS_BUILD_URL}"
+ },
+ "metadata": {
+ "defconfig": "sti_defconfig",
+ "distribution": "openembedded",
+ "git branch": "lsk-sti",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "lt-st-b2120",
+ "rootfs.build": "322",
+ "rootfs.type": "lamp-armv7a-gcc-4.9"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/smoke-tests-basic.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/device-tree.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/kernel-version.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/perf.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/pwrmgmt.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "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/lt-st-b2120/lava-job-definitions/b2120stxh407/template.yaml b/lt-st-b2120/lava-job-definitions/b2120stxh407/template.yaml
new file mode 100644
index 00000000..af42fc7b
--- /dev/null
+++ b/lt-st-b2120/lava-job-definitions/b2120stxh407/template.yaml
@@ -0,0 +1,57 @@
+actions:
+- command: deploy_linaro_kernel
+ parameters:
+ dtb: '${DTB_URL}/stih407-b2120.dtb'
+ kernel: '${KERNEL_URL}/vmlinux_lt-st-b2120'
+ nfsrootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ defconfig: 'sti_defconfig'
+ distribution: 'openembedded'
+ git branch: 'lsk-sti'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: 'lt-st-b2120'
+ rootfs.build: '322'
+ rootfs.type: 'lamp-armv7a-gcc-4.9'
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/smoke-tests-basic.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/device-tree.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/kernel-version.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/ltp.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/perf.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/pwrmgmt.yaml
+ timeout: 10800
+- 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/lt-st-b2120/lava-job-definitions/b2120stxh410/template.json b/lt-st-b2120/lava-job-definitions/b2120stxh410/template.json
new file mode 100644
index 00000000..c65df569
--- /dev/null
+++ b/lt-st-b2120/lava-job-definitions/b2120stxh410/template.json
@@ -0,0 +1,103 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_kernel",
+ "parameters": {
+ "dtb": "${DTB_URL}/stih410-b2120.dtb",
+ "kernel": "${KERNEL_URL}/vmlinux_lt-st-b2120",
+ "nfsrootfs": "${ROOTFS_BUILD_URL}"
+ },
+ "metadata": {
+ "defconfig": "sti_defconfig",
+ "distribution": "openembedded",
+ "git branch": "lsk-sti",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "lt-st-b2120",
+ "rootfs.build": "322",
+ "rootfs.type": "lamp-armv7a-gcc-4.9"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/smoke-tests-basic.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/device-tree.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/kernel-version.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/perf.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 10800,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/pwrmgmt.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "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/lt-st-b2120/lava-job-definitions/b2120stxh410/template.yaml b/lt-st-b2120/lava-job-definitions/b2120stxh410/template.yaml
new file mode 100644
index 00000000..1ecb91fb
--- /dev/null
+++ b/lt-st-b2120/lava-job-definitions/b2120stxh410/template.yaml
@@ -0,0 +1,57 @@
+actions:
+- command: deploy_linaro_kernel
+ parameters:
+ dtb: '${DTB_URL}/stih410-b2120.dtb'
+ kernel: '${KERNEL_URL}/vmlinux_lt-st-b2120'
+ nfsrootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ defconfig: 'sti_defconfig'
+ distribution: 'openembedded'
+ git branch: 'lsk-sti'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: 'lt-st-b2120'
+ rootfs.build: '322'
+ rootfs.type: 'lamp-armv7a-gcc-4.9'
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/smoke-tests-basic.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/device-tree.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/kernel-version.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/ltp.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/perf.yaml
+ timeout: 10800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/pwrmgmt.yaml
+ timeout: 10800
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600