summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-03-08 10:26:33 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-03-08 10:26:33 +0000
commit5784636a58cf7a34de583b764e80d7d0a5b30b13 (patch)
treed675dacd1ef245b6649853add2e31d3f8a36af5a
parentf65c712a8cf1dd290137a4be36e3de4c1dddb86c (diff)
Hold jobs for lxc (dummy-ssh) devices
-rw-r--r--hold/lxc-01.tcwglab.json32
-rw-r--r--hold/lxc-02.tcwglab.json32
-rw-r--r--hold/lxc-03.tcwglab.json32
-rw-r--r--hold/lxc.tcwglab.json31
4 files changed, 127 insertions, 0 deletions
diff --git a/hold/lxc-01.tcwglab.json b/hold/lxc-01.tcwglab.json
new file mode 100644
index 0000000..a754170
--- /dev/null
+++ b/hold/lxc-01.tcwglab.json
@@ -0,0 +1,32 @@
+{
+ "job_name": "hold-lxc-01",
+ "device_type": "dummy-ssh",
+ "target": "lxc-01",
+ "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": "hacking-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/lxc-02.tcwglab.json b/hold/lxc-02.tcwglab.json
new file mode 100644
index 0000000..fbb298a
--- /dev/null
+++ b/hold/lxc-02.tcwglab.json
@@ -0,0 +1,32 @@
+{
+ "job_name": "hold-lxc-02",
+ "device_type": "dummy-ssh",
+ "target": "lxc-02",
+ "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": "hacking-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/lxc-03.tcwglab.json b/hold/lxc-03.tcwglab.json
new file mode 100644
index 0000000..7358334
--- /dev/null
+++ b/hold/lxc-03.tcwglab.json
@@ -0,0 +1,32 @@
+{
+ "job_name": "hold-lxc-03",
+ "device_type": "dummy-ssh",
+ "target": "lxc-03",
+ "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": "hacking-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/lxc.tcwglab.json b/hold/lxc.tcwglab.json
new file mode 100644
index 0000000..5c67c6c
--- /dev/null
+++ b/hold/lxc.tcwglab.json
@@ -0,0 +1,31 @@
+{
+ "job_name": "hold-lxc",
+ "device_type": "dummy-ssh",
+ "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": "hacking-session-debian.yaml"
+ }],
+ "timeout": 619200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "https://bernie.ogden@192.168.16.2/RPC2/",
+ "stream": "/anonymous/bernie.ogden/"
+ }
+ }]
+}
+