summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2013-08-14 15:32:02 +0100
committerNeil Williams <codehelp@debian.org>2013-08-14 15:32:02 +0100
commitde00de33059b7c59140845e8250fdeafcb1b4f14 (patch)
treeaad0d3d064cda6b3e28b2c9075437ff8b13444d5
parentf61e707c6d3da75d90735a75e6dc6aca55f1142b (diff)
switch from localhost to explicit server addresses until there is a fix in MultiNode
-rw-r--r--json/beaglexm-single-node.json2
-rw-r--r--json/imx53-single-node.json2
-rw-r--r--json/kvm-only-group.json2
-rw-r--r--json/mx53-timeout-group.json2
-rw-r--r--json/panda-arndale-mx53-group.json2
-rw-r--r--json/panda-beaglexm-group.json2
-rw-r--r--json/panda-blackgroup.json6
-rw-r--r--json/panda-only-group.json2
8 files changed, 10 insertions, 10 deletions
diff --git a/json/beaglexm-single-node.json b/json/beaglexm-single-node.json
index 7cf66d4..ad328e9 100644
--- a/json/beaglexm-single-node.json
+++ b/json/beaglexm-single-node.json
@@ -35,7 +35,7 @@
"command": "submit_results_on_host",
"parameters": {
"stream": "/anonymous/instance-manager/",
- "server": "http://localhost/RPC2/"
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]
diff --git a/json/imx53-single-node.json b/json/imx53-single-node.json
index 0cff3fe..00bd8fe 100644
--- a/json/imx53-single-node.json
+++ b/json/imx53-single-node.json
@@ -42,7 +42,7 @@
"command": "submit_results",
"parameters": {
"stream": "/anonymous/instance-manager/",
- "server": "http://localhost/RPC2/"
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]
diff --git a/json/kvm-only-group.json b/json/kvm-only-group.json
index e2470ef..3821ffc 100644
--- a/json/kvm-only-group.json
+++ b/json/kvm-only-group.json
@@ -50,7 +50,7 @@
"command": "submit_results_on_host",
"parameters": {
"stream": "/anonymous/instance-manager/",
- "server": "http://localhost/RPC2/"
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]
diff --git a/json/mx53-timeout-group.json b/json/mx53-timeout-group.json
index 79ab03c..a3e5ea7 100644
--- a/json/mx53-timeout-group.json
+++ b/json/mx53-timeout-group.json
@@ -58,7 +58,7 @@
"command": "submit_results_on_host",
"parameters": {
"stream": "/anonymous/instance-manager/",
- "server": "http://localhost/RPC2/"
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]
diff --git a/json/panda-arndale-mx53-group.json b/json/panda-arndale-mx53-group.json
index a1f211a..f3237fc 100644
--- a/json/panda-arndale-mx53-group.json
+++ b/json/panda-arndale-mx53-group.json
@@ -72,7 +72,7 @@
"command": "submit_results_on_host",
"parameters": {
"stream": "/anonymous/instance-manager/",
- "server": "http://localhost/RPC2/"
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]
diff --git a/json/panda-beaglexm-group.json b/json/panda-beaglexm-group.json
index 116c255..e1fc589 100644
--- a/json/panda-beaglexm-group.json
+++ b/json/panda-beaglexm-group.json
@@ -51,7 +51,7 @@
"command": "submit_results_on_host",
"parameters": {
"stream": "/anonymous/instance-manager/",
- "server": "http://localhost/RPC2/"
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]
diff --git a/json/panda-blackgroup.json b/json/panda-blackgroup.json
index 8ba46ed..8556e26 100644
--- a/json/panda-blackgroup.json
+++ b/json/panda-blackgroup.json
@@ -5,7 +5,7 @@
"device_group": [
{
"role": "police",
- "count": 2,
+ "count": 1,
"device_type": "panda",
"tags": [
"codehelp-cop"
@@ -13,7 +13,7 @@
},
{
"role": "colour",
- "count": 3,
+ "count": 1,
"device_type": "beaglebone-black",
"tags": [
"codehelp-black"
@@ -82,7 +82,7 @@
"command": "submit_results_on_host",
"parameters": {
"stream": "/anonymous/instance-manager/",
- "server": "http://localhost/RPC2/"
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]
diff --git a/json/panda-only-group.json b/json/panda-only-group.json
index 2d52529..4862cf1 100644
--- a/json/panda-only-group.json
+++ b/json/panda-only-group.json
@@ -47,7 +47,7 @@
"command": "submit_results_on_host",
"parameters": {
"stream": "/anonymous/instance-manager/",
- "server": "http://localhost/RPC2/"
+ "server": "http://multinode.validation.linaro.org/RPC2/"
}
}
]