aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2015-02-19 18:20:36 +1100
committerFathi Boudra <fathi.boudra@linaro.org>2015-02-19 13:56:59 +0200
commitb8af2d38c6b47e5d5d9762811cc14463d8963f90 (patch)
tree6e728183f0a7668760dc8c8b339c5a64b98d67d6
parent512eb6a3902ec4326fd87506ea3eb0e17d633bf5 (diff)
linux-linaro-stable-lsk: juno: update test plan
add SD MMC and Gator Data Streaming tests Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: Ibeef65e11c4216e4333efe2f88c636219c9210e8
-rw-r--r--linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.json24
-rw-r--r--linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml12
-rw-r--r--linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.json24
-rw-r--r--linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.yaml12
-rw-r--r--linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.json24
-rw-r--r--linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.yaml12
-rw-r--r--linux-linaro-stable-lsk/lava-job-definitions/juno/template.json24
-rw-r--r--linux-linaro-stable-lsk/lava-job-definitions/juno/template.yaml12
8 files changed, 144 insertions, 0 deletions
diff --git a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.json b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.json
index 8205c13..7394f63 100644
--- a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.json
+++ b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.json
@@ -48,6 +48,30 @@
{
"command": "lava_test_shell",
"parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/sd-mmc-ubuntu.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/gator-data-streaming-ubuntu.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
"timeout": 800,
"testdef_repos": [
{
diff --git a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml
index 84e09c4..769b23d 100644
--- a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml
+++ b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs-efi.yaml
@@ -30,6 +30,18 @@ actions:
testdef: openembedded/device-tree.yaml
- command: lava_test_shell
parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/sd-mmc-ubuntu.yaml
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/gator-data-streaming-ubuntu.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
timeout: 800
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
diff --git a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.json b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.json
index 03dfa7a..44d0d42 100644
--- a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.json
+++ b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.json
@@ -45,6 +45,30 @@
{
"command": "lava_test_shell",
"parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/sd-mmc-ubuntu.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/gator-data-streaming-ubuntu.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
"timeout": 800,
"testdef_repos": [
{
diff --git a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.yaml b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.yaml
index 5534aa9..7cd6743 100644
--- a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.yaml
+++ b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-armv7a-rootfs.yaml
@@ -27,6 +27,18 @@ actions:
testdef: openembedded/device-tree.yaml
- command: lava_test_shell
parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/sd-mmc-ubuntu.yaml
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/gator-data-streaming-ubuntu.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
timeout: 800
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
diff --git a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.json b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.json
index e1d6129..a2e24f2 100644
--- a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.json
+++ b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.json
@@ -48,6 +48,30 @@
{
"command": "lava_test_shell",
"parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/sd-mmc-ubuntu.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/gator-data-streaming-ubuntu.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
"timeout": 800,
"testdef_repos": [
{
diff --git a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.yaml b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.yaml
index 456b463..b78b66b 100644
--- a/linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.yaml
+++ b/linux-linaro-stable-lsk/lava-job-definitions/juno/template-efi.yaml
@@ -30,6 +30,18 @@ actions:
testdef: openembedded/device-tree.yaml
- command: lava_test_shell
parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/sd-mmc-ubuntu.yaml
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/gator-data-streaming-ubuntu.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
timeout: 800
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
diff --git a/linux-linaro-stable-lsk/lava-job-definitions/juno/template.json b/linux-linaro-stable-lsk/lava-job-definitions/juno/template.json
index 9acb016..ba6bbea 100644
--- a/linux-linaro-stable-lsk/lava-job-definitions/juno/template.json
+++ b/linux-linaro-stable-lsk/lava-job-definitions/juno/template.json
@@ -45,6 +45,30 @@
{
"command": "lava_test_shell",
"parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/sd-mmc-ubuntu.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/gator-data-streaming-ubuntu.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
"timeout": 800,
"testdef_repos": [
{
diff --git a/linux-linaro-stable-lsk/lava-job-definitions/juno/template.yaml b/linux-linaro-stable-lsk/lava-job-definitions/juno/template.yaml
index 8866eca..76fccb7 100644
--- a/linux-linaro-stable-lsk/lava-job-definitions/juno/template.yaml
+++ b/linux-linaro-stable-lsk/lava-job-definitions/juno/template.yaml
@@ -27,6 +27,18 @@ actions:
testdef: openembedded/device-tree.yaml
- command: lava_test_shell
parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/sd-mmc-ubuntu.yaml
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/gator-data-streaming-ubuntu.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
timeout: 800
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git