summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-03-07 10:59:08 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-03-07 10:59:08 +0000
commit2e693d7b60dd3677bc5c5f67ec6bfe80c7cf062c (patch)
tree49ff1f03f148356cf255959953a346a504e7d645
parent5fe2e552b2503416fbe370934e7688adc9aa4936 (diff)
Hold jobs, for keeping specific boards out of pool
-rw-r--r--hold/juno-01.tcwglab.json34
-rw-r--r--hold/juno-02.tcwglab.json34
-rw-r--r--hold/juno.tcwglab.json33
-rw-r--r--hold/kvm.tcwglab.json31
-rw-r--r--hold/kvm01.tcwglab.json32
-rw-r--r--hold/kvm02.tcwglab.json32
-rw-r--r--hold/kvm03.tcwglab.json32
7 files changed, 228 insertions, 0 deletions
diff --git a/hold/juno-01.tcwglab.json b/hold/juno-01.tcwglab.json
new file mode 100644
index 0000000..93ffa70
--- /dev/null
+++ b/hold/juno-01.tcwglab.json
@@ -0,0 +1,34 @@
+{
+ "job_name": "hold-juno-01.tcwglab",
+ "device_type": "juno",
+ "target": "juno-01",
+ "timeout": 692100,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "hwpack": "http://people.linaro.org/~bernie.ogden/hwpack_linaro-lt-vexpress64-rtsm_20150114-706_arm64_supported.tar.gz",
+ "rootfs": "http://people.linaro.org/~bernie.ogden/linaro-utopic-developer-20150114-87.tar.gz"
+
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/bernie.ogden/hold.git",
+ "testdef": "invoke-session-debian.yaml"
+ }],
+ "timeout": 619200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "https://bernie.ogden@lava.tcwglab/RPC2/",
+ "stream": "/anonymous/bernie.ogden/"
+ }
+ }]
+}
+
diff --git a/hold/juno-02.tcwglab.json b/hold/juno-02.tcwglab.json
new file mode 100644
index 0000000..289f6e0
--- /dev/null
+++ b/hold/juno-02.tcwglab.json
@@ -0,0 +1,34 @@
+{
+ "job_name": "hold-juno-02.tcwglab",
+ "device_type": "juno",
+ "target": "juno-02",
+ "timeout": 692100,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "hwpack": "http://people.linaro.org/~bernie.ogden/hwpack_linaro-lt-vexpress64-rtsm_20150114-706_arm64_supported.tar.gz",
+ "rootfs": "http://people.linaro.org/~bernie.ogden/linaro-utopic-developer-20150114-87.tar.gz"
+
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/bernie.ogden/hold.git",
+ "testdef": "invoke-session-debian.yaml"
+ }],
+ "timeout": 619200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "https://bernie.ogden@lava.tcwglab/RPC2/",
+ "stream": "/anonymous/bernie.ogden/"
+ }
+ }]
+}
+
diff --git a/hold/juno.tcwglab.json b/hold/juno.tcwglab.json
new file mode 100644
index 0000000..4a0bb51
--- /dev/null
+++ b/hold/juno.tcwglab.json
@@ -0,0 +1,33 @@
+{
+ "job_name": "hold-juno.tcwglab",
+ "device_type": "juno",
+ "timeout": 692100,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "hwpack": "http://people.linaro.org/~bernie.ogden/hwpack_linaro-lt-vexpress64-rtsm_20150114-706_arm64_supported.tar.gz",
+ "rootfs": "http://people.linaro.org/~bernie.ogden/linaro-utopic-developer-20150114-87.tar.gz"
+
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/bernie.ogden/hold.git",
+ "testdef": "invoke-session-debian.yaml"
+ }],
+ "timeout": 619200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "https://bernie.ogden@lava.tcwglab/RPC2/",
+ "stream": "/anonymous/bernie.ogden/"
+ }
+ }]
+}
+
diff --git a/hold/kvm.tcwglab.json b/hold/kvm.tcwglab.json
new file mode 100644
index 0000000..9c0d2f6
--- /dev/null
+++ b/hold/kvm.tcwglab.json
@@ -0,0 +1,31 @@
+{
+ "job_name": "hold-kvm",
+ "device_type": "kvm",
+ "timeout": 692100,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://images.validation.linaro.org/ubuntu-14-04-server-base.img.gz"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/bernie.ogden/hold.git",
+ "testdef": "invoke-session-debian.yaml"
+ }],
+ "timeout": 619200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "https://bernie.ogden@192.168.16.2/RPC2/",
+ "stream": "/anonymous/bernie.ogden/"
+ }
+ }]
+}
+
diff --git a/hold/kvm01.tcwglab.json b/hold/kvm01.tcwglab.json
new file mode 100644
index 0000000..e3a1b84
--- /dev/null
+++ b/hold/kvm01.tcwglab.json
@@ -0,0 +1,32 @@
+{
+ "job_name": "hold-kvm01",
+ "device_type": "kvm",
+ "target": "kvm01",
+ "timeout": 692100,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://images.validation.linaro.org/ubuntu-14-04-server-base.img.gz"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/bernie.ogden/hold.git",
+ "testdef": "invoke-session-debian.yaml"
+ }],
+ "timeout": 619200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "https://bernie.ogden@192.168.16.2/RPC2/",
+ "stream": "/anonymous/bernie.ogden/"
+ }
+ }]
+}
+
diff --git a/hold/kvm02.tcwglab.json b/hold/kvm02.tcwglab.json
new file mode 100644
index 0000000..47affe2
--- /dev/null
+++ b/hold/kvm02.tcwglab.json
@@ -0,0 +1,32 @@
+{
+ "job_name": "hold-kvm02",
+ "device_type": "kvm",
+ "target": "kvm02",
+ "timeout": 692100,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://images.validation.linaro.org/ubuntu-14-04-server-base.img.gz"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/bernie.ogden/hold.git",
+ "testdef": "invoke-session-debian.yaml"
+ }],
+ "timeout": 619200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "https://bernie.ogden@192.168.16.2/RPC2/",
+ "stream": "/anonymous/bernie.ogden/"
+ }
+ }]
+}
+
diff --git a/hold/kvm03.tcwglab.json b/hold/kvm03.tcwglab.json
new file mode 100644
index 0000000..91606c2
--- /dev/null
+++ b/hold/kvm03.tcwglab.json
@@ -0,0 +1,32 @@
+{
+ "job_name": "hold-kvm03",
+ "device_type": "kvm",
+ "target": "kvm03",
+ "timeout": 692100,
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "http://images.validation.linaro.org/ubuntu-14-04-server-base.img.gz"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/bernie.ogden/hold.git",
+ "testdef": "invoke-session-debian.yaml"
+ }],
+ "timeout": 619200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "https://bernie.ogden@192.168.16.2/RPC2/",
+ "stream": "/anonymous/bernie.ogden/"
+ }
+ }]
+}
+