summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-06-20 13:52:30 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-06-20 13:52:30 +0100
commit29c6d1eff4935bd5fd3dcf242b71f8a4686505fb (patch)
treedb56efcd4cc8688378a4541e81a76dc40984dced
parent212c1232c8c9aa3a1c8aeb92348514afe900f7ea (diff)
Fixed location of copied artifacts
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--post-build-report.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/post-build-report.py b/post-build-report.py
index ae9da94..a0b8eb0 100644
--- a/post-build-report.py
+++ b/post-build-report.py
@@ -130,9 +130,9 @@ if __name__ == '__main__':
elif urlsplit(art_url).netloc.startswith('android-qa-reports'):
art_token = os.environ.get("ART_TOKEN_ANDROID_REPORTS")
- manifest = _get_manifest(os.environ.get("WORKSPACE"))
+ manifest = _get_manifest("./artifacts")
test_jobs = os.environ.get("LAVA_JOB_IDS", "")
- results = _results(os.environ.get("WORKSPACE"))
+ results = _results("./artifacts")
if jenkins_build_number is None:
print "Build number not set. Exiting!"