aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.14-pre-merge
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-01-17 18:28:38 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-01-17 18:28:38 +0200
commit95797c0c19f46ccd033a27fe460da9747ca2918e (patch)
treeba55c5cef913aa12f3ffaeab74a9337db5cc5ddb /linux-linaro-stable-lsk-v3.14-pre-merge
parentb51f1452846f3b6329d9d018a19823da29e0c003 (diff)
linux-linaro-stable-lsk-v3.14: add beaglebone black
Change-Id: Ie92d62d763460962237ee0cd11a78542519e3231 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/beaglebone-black/template.json55
-rw-r--r--linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/beaglebone-black/template.yaml33
2 files changed, 88 insertions, 0 deletions
diff --git a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/beaglebone-black/template.json b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/beaglebone-black/template.json
new file mode 100644
index 0000000000..ef101b8d08
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/beaglebone-black/template.json
@@ -0,0 +1,55 @@
+{
+ "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": 3600
+} \ No newline at end of file
diff --git a/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/beaglebone-black/template.yaml b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/beaglebone-black/template.yaml
new file mode 100644
index 0000000000..6824d5d231
--- /dev/null
+++ b/linux-linaro-stable-lsk-v3.14-pre-merge/lava-job-definitions/beaglebone-black/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: 3600 \ No newline at end of file