aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-05-02 23:34:28 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-05-02 23:34:28 +0800
commit82b72e4f51168a8723449d1b90610a8feff4e17a (patch)
tree1c39c84317caf03adbff2ba32b599a533c1fafdc
parentc667f49c52b19c7479c8d95a21007003f854d63b (diff)
android/x15-v2: fix the error on boot url specification
need to add '/' sign before boot_fit.img for the snapshot url otherwise will get the error like here: https://lkft.validation.linaro.org/scheduler/job/203283 Change-Id: If6a7ab7602850ccebbbc5820953bb00409a569fe Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--android/x15-v2/template-andebenchpro2015.yaml2
-rw-r--r--android/x15-v2/template-antutu6.yaml2
-rw-r--r--android/x15-v2/template-benchmarkpi.yaml2
-rw-r--r--android/x15-v2/template-boottime.yaml2
-rw-r--r--android/x15-v2/template-caffeinemark.yaml2
-rw-r--r--android/x15-v2/template-cf-bench.yaml2
-rw-r--r--android/x15-v2/template-cts-focused1-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-focused2-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-media-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-media2-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-opengl-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-part1-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-part2-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-part3-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-part4-v7a.yaml2
-rw-r--r--android/x15-v2/template-cts-part5-v7a.yaml2
-rw-r--r--android/x15-v2/template-gearses2eclair.yaml2
-rw-r--r--android/x15-v2/template-geekbench3.yaml2
-rw-r--r--android/x15-v2/template-glbenchmark25.yaml2
-rw-r--r--android/x15-v2/template-javawhetstone.yaml2
-rw-r--r--android/x15-v2/template-jbench.yaml2
-rw-r--r--android/x15-v2/template-linpack.yaml2
-rw-r--r--android/x15-v2/template-monkey.yaml2
-rw-r--r--android/x15-v2/template-quadrantpro.yaml2
-rw-r--r--android/x15-v2/template-rl-sqlite.yaml2
-rw-r--r--android/x15-v2/template-scimark.yaml2
-rw-r--r--android/x15-v2/template-vellamo3.yaml2
-rw-r--r--android/x15-v2/template-vts-part1.yaml2
-rw-r--r--android/x15-v2/template-vts-part2.yaml2
-rw-r--r--android/x15-v2/template-vts-part3.yaml2
-rw-r--r--android/x15-v2/template-vts-part4.yaml2
-rw-r--r--android/x15-v2/template-vts-part5.yaml2
-rw-r--r--android/x15-v2/template-vts-part6.yaml2
-rw-r--r--android/x15-v2/template-weekly.yaml2
-rw-r--r--android/x15-v2/template.yaml2
35 files changed, 35 insertions, 35 deletions
diff --git a/android/x15-v2/template-andebenchpro2015.yaml b/android/x15-v2/template-andebenchpro2015.yaml
index 1cc92f0..6f4288e 100644
--- a/android/x15-v2/template-andebenchpro2015.yaml
+++ b/android/x15-v2/template-andebenchpro2015.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-antutu6.yaml b/android/x15-v2/template-antutu6.yaml
index d19fcea..845f9d8 100644
--- a/android/x15-v2/template-antutu6.yaml
+++ b/android/x15-v2/template-antutu6.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-benchmarkpi.yaml b/android/x15-v2/template-benchmarkpi.yaml
index d099f34..7fa5b63 100644
--- a/android/x15-v2/template-benchmarkpi.yaml
+++ b/android/x15-v2/template-benchmarkpi.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-boottime.yaml b/android/x15-v2/template-boottime.yaml
index 1f1b06d..9405119 100644
--- a/android/x15-v2/template-boottime.yaml
+++ b/android/x15-v2/template-boottime.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-caffeinemark.yaml b/android/x15-v2/template-caffeinemark.yaml
index 3aaed62..804f755 100644
--- a/android/x15-v2/template-caffeinemark.yaml
+++ b/android/x15-v2/template-caffeinemark.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cf-bench.yaml b/android/x15-v2/template-cf-bench.yaml
index a251275..47b053f 100644
--- a/android/x15-v2/template-cf-bench.yaml
+++ b/android/x15-v2/template-cf-bench.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-focused1-v7a.yaml b/android/x15-v2/template-cts-focused1-v7a.yaml
index b0b7626..a07e9e5 100644
--- a/android/x15-v2/template-cts-focused1-v7a.yaml
+++ b/android/x15-v2/template-cts-focused1-v7a.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-focused2-v7a.yaml b/android/x15-v2/template-cts-focused2-v7a.yaml
index cb416f5..cf8e466 100644
--- a/android/x15-v2/template-cts-focused2-v7a.yaml
+++ b/android/x15-v2/template-cts-focused2-v7a.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-media-v7a.yaml b/android/x15-v2/template-cts-media-v7a.yaml
index b5f146c..cd17748 100644
--- a/android/x15-v2/template-cts-media-v7a.yaml
+++ b/android/x15-v2/template-cts-media-v7a.yaml
@@ -77,7 +77,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-media2-v7a.yaml b/android/x15-v2/template-cts-media2-v7a.yaml
index bc596a3..e4e177e 100644
--- a/android/x15-v2/template-cts-media2-v7a.yaml
+++ b/android/x15-v2/template-cts-media2-v7a.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-opengl-v7a.yaml b/android/x15-v2/template-cts-opengl-v7a.yaml
index 1ef3d29..2186a52 100644
--- a/android/x15-v2/template-cts-opengl-v7a.yaml
+++ b/android/x15-v2/template-cts-opengl-v7a.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-part1-v7a.yaml b/android/x15-v2/template-cts-part1-v7a.yaml
index 05ea83c..088865e 100644
--- a/android/x15-v2/template-cts-part1-v7a.yaml
+++ b/android/x15-v2/template-cts-part1-v7a.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-part2-v7a.yaml b/android/x15-v2/template-cts-part2-v7a.yaml
index 520fac0..71bf78f 100644
--- a/android/x15-v2/template-cts-part2-v7a.yaml
+++ b/android/x15-v2/template-cts-part2-v7a.yaml
@@ -77,7 +77,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-part3-v7a.yaml b/android/x15-v2/template-cts-part3-v7a.yaml
index a719670..aacdd31 100644
--- a/android/x15-v2/template-cts-part3-v7a.yaml
+++ b/android/x15-v2/template-cts-part3-v7a.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-part4-v7a.yaml b/android/x15-v2/template-cts-part4-v7a.yaml
index bde6b8b..536ac91 100644
--- a/android/x15-v2/template-cts-part4-v7a.yaml
+++ b/android/x15-v2/template-cts-part4-v7a.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-cts-part5-v7a.yaml b/android/x15-v2/template-cts-part5-v7a.yaml
index ae624c8..ad7a443 100644
--- a/android/x15-v2/template-cts-part5-v7a.yaml
+++ b/android/x15-v2/template-cts-part5-v7a.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-gearses2eclair.yaml b/android/x15-v2/template-gearses2eclair.yaml
index f6ee2b0..20d0ebb 100644
--- a/android/x15-v2/template-gearses2eclair.yaml
+++ b/android/x15-v2/template-gearses2eclair.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-geekbench3.yaml b/android/x15-v2/template-geekbench3.yaml
index 171bddd..be21901 100644
--- a/android/x15-v2/template-geekbench3.yaml
+++ b/android/x15-v2/template-geekbench3.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-glbenchmark25.yaml b/android/x15-v2/template-glbenchmark25.yaml
index 5e7b7a4..d4906cd 100644
--- a/android/x15-v2/template-glbenchmark25.yaml
+++ b/android/x15-v2/template-glbenchmark25.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-javawhetstone.yaml b/android/x15-v2/template-javawhetstone.yaml
index d47aa10..19116d4 100644
--- a/android/x15-v2/template-javawhetstone.yaml
+++ b/android/x15-v2/template-javawhetstone.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-jbench.yaml b/android/x15-v2/template-jbench.yaml
index 1b72238..e1bafb0 100644
--- a/android/x15-v2/template-jbench.yaml
+++ b/android/x15-v2/template-jbench.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-linpack.yaml b/android/x15-v2/template-linpack.yaml
index b7c329b..bbf9551 100644
--- a/android/x15-v2/template-linpack.yaml
+++ b/android/x15-v2/template-linpack.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-monkey.yaml b/android/x15-v2/template-monkey.yaml
index 32f4746..4f7ec45 100644
--- a/android/x15-v2/template-monkey.yaml
+++ b/android/x15-v2/template-monkey.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-quadrantpro.yaml b/android/x15-v2/template-quadrantpro.yaml
index 7821dd5..ca81d4c 100644
--- a/android/x15-v2/template-quadrantpro.yaml
+++ b/android/x15-v2/template-quadrantpro.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-rl-sqlite.yaml b/android/x15-v2/template-rl-sqlite.yaml
index 59e0032..78df17b 100644
--- a/android/x15-v2/template-rl-sqlite.yaml
+++ b/android/x15-v2/template-rl-sqlite.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-scimark.yaml b/android/x15-v2/template-scimark.yaml
index c0707f8..2ed9fb7 100644
--- a/android/x15-v2/template-scimark.yaml
+++ b/android/x15-v2/template-scimark.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-vellamo3.yaml b/android/x15-v2/template-vellamo3.yaml
index a454688..9ffe745 100644
--- a/android/x15-v2/template-vellamo3.yaml
+++ b/android/x15-v2/template-vellamo3.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-vts-part1.yaml b/android/x15-v2/template-vts-part1.yaml
index b45efb2..b2c951f 100644
--- a/android/x15-v2/template-vts-part1.yaml
+++ b/android/x15-v2/template-vts-part1.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-vts-part2.yaml b/android/x15-v2/template-vts-part2.yaml
index cad08aa..9def75f 100644
--- a/android/x15-v2/template-vts-part2.yaml
+++ b/android/x15-v2/template-vts-part2.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-vts-part3.yaml b/android/x15-v2/template-vts-part3.yaml
index d45bcde..ea6337a 100644
--- a/android/x15-v2/template-vts-part3.yaml
+++ b/android/x15-v2/template-vts-part3.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-vts-part4.yaml b/android/x15-v2/template-vts-part4.yaml
index 303fb1e..c49ea5f 100644
--- a/android/x15-v2/template-vts-part4.yaml
+++ b/android/x15-v2/template-vts-part4.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-vts-part5.yaml b/android/x15-v2/template-vts-part5.yaml
index c83a10d..3800d23 100644
--- a/android/x15-v2/template-vts-part5.yaml
+++ b/android/x15-v2/template-vts-part5.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-vts-part6.yaml b/android/x15-v2/template-vts-part6.yaml
index 211bf9c..7a8ac28 100644
--- a/android/x15-v2/template-vts-part6.yaml
+++ b/android/x15-v2/template-vts-part6.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template-weekly.yaml b/android/x15-v2/template-weekly.yaml
index 74ba0a0..2604a20 100644
--- a/android/x15-v2/template-weekly.yaml
+++ b/android/x15-v2/template-weekly.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata:
diff --git a/android/x15-v2/template.yaml b/android/x15-v2/template.yaml
index 30ecfcd..f8a134c 100644
--- a/android/x15-v2/template.yaml
+++ b/android/x15-v2/template.yaml
@@ -75,7 +75,7 @@ actions:
namespace: droid
images:
boot:
- url: "%%DOWNLOAD_URL%%boot_fit.img"
+ url: "%%DOWNLOAD_URL%%/boot_fit.img"
cache:
url: "%%ANDROID_CACHE%%"
userdata: