aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Hart <matthew.hart@linaro.org>2015-06-22 12:43:12 +0000
committerLinaro Code Review <review@review.linaro.org>2015-06-22 12:43:12 +0000
commita7eb41ce07984f2a801cfab646c4b7a472dd27a2 (patch)
tree1503101cc13fcc901beaa74517b60734218d52c3
parent282d0316445c35d512b73b0f899c7f29bedd0a02 (diff)
parentac4ca20bf7777c2afaa14b87a9997678640e06a4 (diff)
Merge "add apm lava support"
-rwxr-xr-xbuild-scripts/post-build-lava.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index 0d4fbd4..4477987 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -70,6 +70,9 @@ PRODUCT_MAP = {
"aosp_manta": {
"test_device_type": "nexus10",
},
+ "apm": {
+ "test_device_type": "mustang",
+ },
}
OPTION_SUFFIX = "_OPTION"
@@ -710,6 +713,7 @@ def submit_job_from_url():
replace("job.json", "%%ANDROID_META_URL%%", get_env_var(ENV_BUILD_URL))
replace("job.json", "%%BUNDLE_STREAM%%", get_env_var(ENV_LAVA_STREAM, DEFAULT_LAVA_STREAM))
replace("job.json", "%%WA2_JOB_NAME%%", build_number)
+ replace("job.json", "%%DOWNLOAD_URL%%", download_url)
devices = get_lava_device_type_or_target()