aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-ubuntu-images-tracking
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-06-19 16:47:56 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-06-19 16:47:56 +0300
commitade29a56e17950e4c33e503a9947eb96787aa310 (patch)
treeede288305946800fcd55314eb1a3b57e6e32740f /lt-qcom-ubuntu-images-tracking
parent9737efec9eaad27c2da07683bc6b183efb49cbde (diff)
lava-job-definitions: ifc6410: update all the templates
LAVA has changed the schema, causing: ValidationError: Object lacks property 'images' object_expr='object', schema_expr='schema.properties.images.optional') Change-Id: I9d0ea39ee11effc1cf5dababddeb8bf6d39f7abd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'lt-qcom-ubuntu-images-tracking')
-rw-r--r--lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.json17
-rw-r--r--lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.yaml10
-rw-r--r--lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.json17
-rw-r--r--lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.yaml10
4 files changed, 42 insertions, 12 deletions
diff --git a/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.json b/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.json
index f7bb3bcf47..636a2c8526 100644
--- a/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.json
+++ b/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.json
@@ -3,9 +3,20 @@
{
"command": "deploy_linaro_android_image",
"parameters": {
- "boot": "${BOOT_URL}",
- "data": "${DATA_URL}",
- "system": "${SYSTEM_URL}",
+ "images": [
+ {
+ "partition": "boot",
+ "url": "${BOOT_URL}"
+ },
+ {
+ "partition": "userdata",
+ "url": "${DATA_URL}"
+ },
+ {
+ "partition": "system",
+ "url": "${SYSTEM_URL}"
+ }
+ ],
"target_type": "ubuntu"
}
},
diff --git a/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.yaml b/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.yaml
index 772b913566..be2e547680 100644
--- a/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.yaml
+++ b/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template-ltp.yaml
@@ -1,9 +1,13 @@
actions:
- command: deploy_linaro_android_image
parameters:
- boot: '${BOOT_URL}'
- data: '${DATA_URL}'
- system: '${SYSTEM_URL}'
+ images:
+ - partition: 'boot'
+ url: '${BOOT_URL}'
+ - partition: 'userdata'
+ url: '${DATA_URL}'
+ - partition: 'system'
+ url: '${SYSTEM_URL}'
target_type: 'ubuntu'
- command: boot_linaro_image
- command: lava_test_shell
diff --git a/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.json b/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.json
index f4a21d4f2d..31bad0be4c 100644
--- a/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.json
+++ b/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.json
@@ -3,9 +3,20 @@
{
"command": "deploy_linaro_android_image",
"parameters": {
- "boot": "${BOOT_URL}",
- "data": "${DATA_URL}",
- "system": "${SYSTEM_URL}",
+ "images": [
+ {
+ "partition": "boot",
+ "url": "${BOOT_URL}"
+ },
+ {
+ "partition": "userdata",
+ "url": "${DATA_URL}"
+ },
+ {
+ "partition": "system",
+ "url": "${SYSTEM_URL}"
+ }
+ ],
"target_type": "ubuntu"
}
},
diff --git a/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.yaml b/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.yaml
index 8c2b0be899..3a5004e257 100644
--- a/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.yaml
+++ b/lt-qcom-ubuntu-images-tracking/lava-job-definitions/ifc6410/template.yaml
@@ -1,9 +1,13 @@
actions:
- command: deploy_linaro_android_image
parameters:
- boot: '${BOOT_URL}'
- data: '${DATA_URL}'
- system: '${SYSTEM_URL}'
+ images:
+ - partition: 'boot'
+ url: '${BOOT_URL}'
+ - partition: 'userdata'
+ url: '${DATA_URL}'
+ - partition: 'system'
+ url: '${SYSTEM_URL}'
target_type: 'ubuntu'
- command: boot_linaro_image
- command: lava_test_shell