summaryrefslogtreecommitdiff
path: root/multi-node-job
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2014-02-23 15:08:54 +0000
committerNeil Williams <neil.williams@linaro.org>2014-02-23 15:14:18 +0000
commit6a409ab95848952ac87ece8733e4719e2d80c23f (patch)
tree618ab8c04ae00fb0917780940689b4649876f0e5 /multi-node-job
parent31454ff48bbecd15d8a61c6ce1fd06a104a7a5d3 (diff)
Drop arbitrary device tags from MultiNode jobs
Random and example device tags will soon cause job submissions to fail for MultiNode as already with singlenode. Remove the tags in advance. Change-Id: I7adc4c9dbbb58566fff3dc53cbb0eec790e007a3
Diffstat (limited to 'multi-node-job')
-rw-r--r--multi-node-job/bootloader/bootloader-lava-test-shell-multinode.json10
-rw-r--r--multi-node-job/master/master-lava-android-test-multinode.json10
-rw-r--r--multi-node-job/master/master-lava-test-shell-multinode.json10
-rw-r--r--multi-node-job/neil.williams/arndale-only-group.json10
-rw-r--r--multi-node-job/neil.williams/beagleblack-arndale-group.json10
-rw-r--r--multi-node-job/neil.williams/beagleblack-only-group.json10
-rw-r--r--multi-node-job/neil.williams/fastmodel-vexpress-group.json10
-rw-r--r--multi-node-job/neil.williams/kvm-only-group.json10
-rw-r--r--multi-node-job/neil.williams/panda-arndale-group.json10
-rw-r--r--multi-node-job/neil.williams/panda-blackgroup.json10
-rw-r--r--multi-node-job/neil.williams/panda-only-group.json10
-rw-r--r--multi-node-job/neil.williams/snowball-arndale-group.json12
12 files changed, 25 insertions, 97 deletions
diff --git a/multi-node-job/bootloader/bootloader-lava-test-shell-multinode.json b/multi-node-job/bootloader/bootloader-lava-test-shell-multinode.json
index 3e85f46..751cbad 100644
--- a/multi-node-job/bootloader/bootloader-lava-test-shell-multinode.json
+++ b/multi-node-job/bootloader/bootloader-lava-test-shell-multinode.json
@@ -6,18 +6,12 @@
{
"role": "black",
"count": 2,
- "device_type": "beaglebone-black",
- "tags": [
- "codehelp-block"
- ]
+ "device_type": "beaglebone-black"
},
{
"role": "grey",
"count": 2,
- "device_type": "beaglebone-black",
- "tags": [
- "codehelp-shadow"
- ]
+ "device_type": "beaglebone-black"
}
],
"actions": [
diff --git a/multi-node-job/master/master-lava-android-test-multinode.json b/multi-node-job/master/master-lava-android-test-multinode.json
index ccd69ac..2e7b1e0 100644
--- a/multi-node-job/master/master-lava-android-test-multinode.json
+++ b/multi-node-job/master/master-lava-android-test-multinode.json
@@ -7,18 +7,12 @@
{
"role": "exynos",
"count": 1,
- "device_type": "arndale",
- "tags": [
- "codehelp-block"
- ]
+ "device_type": "arndale"
},
{
"role": "chrome",
"count": 1,
- "device_type": "arndale",
- "tags": [
- "codehelp-shadow"
- ]
+ "device_type": "arndale"
}
],
"actions": [
diff --git a/multi-node-job/master/master-lava-test-shell-multinode.json b/multi-node-job/master/master-lava-test-shell-multinode.json
index 2edbde8..7847979 100644
--- a/multi-node-job/master/master-lava-test-shell-multinode.json
+++ b/multi-node-job/master/master-lava-test-shell-multinode.json
@@ -7,18 +7,12 @@
{
"role": "exynos",
"count": 1,
- "device_type": "arndale",
- "tags": [
- "codehelp-block"
- ]
+ "device_type": "arndale"
},
{
"role": "chrome",
"count": 1,
- "device_type": "arndale",
- "tags": [
- "codehelp-shadow"
- ]
+ "device_type": "arndale"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/arndale-only-group.json b/multi-node-job/neil.williams/arndale-only-group.json
index 9c771b7..923368f 100644
--- a/multi-node-job/neil.williams/arndale-only-group.json
+++ b/multi-node-job/neil.williams/arndale-only-group.json
@@ -7,18 +7,12 @@
{
"role": "exynos",
"count": 1,
- "device_type": "arndale",
- "tags": [
- "codehelp-block"
- ]
+ "device_type": "arndale"
},
{
"role": "chrome",
"count": 1,
- "device_type": "arndale",
- "tags": [
- "codehelp-shadow"
- ]
+ "device_type": "arndale"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/beagleblack-arndale-group.json b/multi-node-job/neil.williams/beagleblack-arndale-group.json
index 5eef6a0..7418e08 100644
--- a/multi-node-job/neil.williams/beagleblack-arndale-group.json
+++ b/multi-node-job/neil.williams/beagleblack-arndale-group.json
@@ -6,18 +6,12 @@
{
"role": "black",
"count": 2,
- "device_type": "beaglebone-black",
- "tags": [
- "codehelp-block"
- ]
+ "device_type": "beaglebone-black"
},
{
"role": "public",
"count": 2,
- "device_type": "arndale",
- "tags": [
- "codehelp-public"
- ]
+ "device_type": "arndale"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/beagleblack-only-group.json b/multi-node-job/neil.williams/beagleblack-only-group.json
index d55b9fa..643f24d 100644
--- a/multi-node-job/neil.williams/beagleblack-only-group.json
+++ b/multi-node-job/neil.williams/beagleblack-only-group.json
@@ -6,18 +6,12 @@
{
"role": "black",
"count": 2,
- "device_type": "beaglebone-black",
- "tags": [
- "codehelp-block"
- ]
+ "device_type": "beaglebone-black"
},
{
"role": "grey",
"count": 2,
- "device_type": "beaglebone-black",
- "tags": [
- "codehelp-shadow"
- ]
+ "device_type": "beaglebone-black"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/fastmodel-vexpress-group.json b/multi-node-job/neil.williams/fastmodel-vexpress-group.json
index 50c90e3..4a44abc 100644
--- a/multi-node-job/neil.williams/fastmodel-vexpress-group.json
+++ b/multi-node-job/neil.williams/fastmodel-vexpress-group.json
@@ -6,18 +6,12 @@
{
"role": "model",
"count": 1,
- "device_type": "rtsm_foundation-armv8",
- "tags": [
- "codehelp-aarch64"
- ]
+ "device_type": "rtsm_foundation-armv8"
},
{
"role": "express",
"count": 1,
- "device_type": "rtsm_ve-a15x1-a7x1",
- "tags": [
- "codehelp-black"
- ]
+ "device_type": "rtsm_ve-a15x1-a7x1"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/kvm-only-group.json b/multi-node-job/neil.williams/kvm-only-group.json
index 653821e..729a81b 100644
--- a/multi-node-job/neil.williams/kvm-only-group.json
+++ b/multi-node-job/neil.williams/kvm-only-group.json
@@ -6,18 +6,12 @@
{
"role": "felix",
"count": 1,
- "device_type": "kvm",
- "tags": [
- "codehelp-cat"
- ]
+ "device_type": "kvm"
},
{
"role": "rex",
"count": 1,
- "device_type": "kvm",
- "tags": [
- "codehelp-dog"
- ]
+ "device_type": "kvm"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/panda-arndale-group.json b/multi-node-job/neil.williams/panda-arndale-group.json
index ed587a7..1f651f3 100644
--- a/multi-node-job/neil.williams/panda-arndale-group.json
+++ b/multi-node-job/neil.williams/panda-arndale-group.json
@@ -6,18 +6,12 @@
{
"role": "police",
"count": 2,
- "device_type": "panda",
- "tags": [
- "codehelp-cop"
- ]
+ "device_type": "panda"
},
{
"role": "public",
"count": 1,
- "device_type": "arndale",
- "tags": [
- "codehelp-public"
- ]
+ "device_type": "arndale"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/panda-blackgroup.json b/multi-node-job/neil.williams/panda-blackgroup.json
index 5284ca8..f4f0aef 100644
--- a/multi-node-job/neil.williams/panda-blackgroup.json
+++ b/multi-node-job/neil.williams/panda-blackgroup.json
@@ -6,18 +6,12 @@
{
"role": "police",
"count": 1,
- "device_type": "panda",
- "tags": [
- "codehelp-cop"
- ]
+ "device_type": "panda"
},
{
"role": "colour",
"count": 1,
- "device_type": "beaglebone-black",
- "tags": [
- "codehelp-black"
- ]
+ "device_type": "beaglebone-black"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/panda-only-group.json b/multi-node-job/neil.williams/panda-only-group.json
index 333e1f7..37236af 100644
--- a/multi-node-job/neil.williams/panda-only-group.json
+++ b/multi-node-job/neil.williams/panda-only-group.json
@@ -6,18 +6,12 @@
{
"role": "criminal",
"count": 1,
- "device_type": "panda",
- "tags": [
- "codehelp-crim"
- ]
+ "device_type": "panda"
},
{
"role": "police",
"count": 1,
- "device_type": "panda",
- "tags": [
- "codehelp-cop"
- ]
+ "device_type": "panda"
}
],
"actions": [
diff --git a/multi-node-job/neil.williams/snowball-arndale-group.json b/multi-node-job/neil.williams/snowball-arndale-group.json
index 05f8017..6d7b29b 100644
--- a/multi-node-job/neil.williams/snowball-arndale-group.json
+++ b/multi-node-job/neil.williams/snowball-arndale-group.json
@@ -7,18 +7,12 @@
{
"role": "hail",
"count": 1,
- "device_type": "snowball_sd",
- "tags": [
- "codehelp-wet"
- ]
+ "device_type": "snowball_sd"
},
{
"role": "blizzard",
"count": 1,
- "device_type": "arndale",
- "tags": [
- "codehelp-white"
- ]
+ "device_type": "arndale"
}
],
"actions": [
@@ -72,4 +66,4 @@
}
}
]
-} \ No newline at end of file
+}