aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts')
-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()