aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/post-build-lava.py
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2012-06-16 10:01:20 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2012-06-16 10:01:20 +0800
commit8c6bcfe3552d6bbecacc93189fc4c583b8a705a7 (patch)
tree5d2f194c59a3f90dc6143a64fa35ea75cc454961 /build-scripts/post-build-lava.py
parent3d46d398048315270c5542fa0f7cf102ff01ba9a (diff)
modify according to the review comment
Diffstat (limited to 'build-scripts/post-build-lava.py')
-rwxr-xr-xbuild-scripts/post-build-lava.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index 97bd2a2..8fed3b2 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -41,7 +41,7 @@ PRODUCT_MAP = {
"image_path": "%s%s" % (
"target/product/",
"origen")},
- "vexpress" : {
+ "vexpress": {
"test_device_type": "vexpress",
"image_path": "%s%s" % (
"target/product/",
@@ -182,8 +182,10 @@ def main():
# Build url, defined by android-build, e.g.
# https://android-build.linaro.org/jenkins/job/linaro-android_leb-panda/61/
build_url = os.environ.get("BUILD_URL")
- # download base URL, this may differ from job URL if we don't host downloads in Jenkins any more
- download_url = "http://snapshots.linaro.org/android/%s/%s/" % (frontend_job_name, build_number)
+ # download base URL, this may differ from job URL
+ # if we don't host downloads in Jenkins any more
+ download_url = "http://snapshots.linaro.org/android/%s/%s/" % (
+ frontend_job_name, build_number)
# User can disable the installation of android binaries (doing this will
# disable hardware acceleration)
enable_android_install_binaries = os.environ.get("LAVA_ANDROID_BINARIES")
@@ -195,7 +197,7 @@ def main():
enable_android_install_binaries = False
# Set the default timeout for all test,
- # if this value it not set, then use the 3600 seconds as the default value
+ # if this value is not set, then use the 3600 seconds as the default value
default_timeout = os.environ.get("DEFAULT_TIMEOUT", 3600)
# Board-specific parameters