aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-06-09 14:34:02 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-06-09 14:34:02 +0530
commit7d0277343c5fcb694013594fb1059ecdbe81c514 (patch)
tree8eb066369f7ca6b8758b4891f3347ebd67d81733
parent03d90c4ae7e4ccfcd3a7a2b2df38d13fb16ed4a1 (diff)
add support for submitting job to juno platform
Change-Id: I313e4d7b81757d95a4eac42bd5ebd2c1777a62fe Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-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 efd8e93..1f5ec6a 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -38,6 +38,10 @@ PRODUCT_MAP = {
"vexpress_rtsm": {
"test_device_type": "rtsm_ve-a15x4-a7x4",
},
+ "juno": {
+ "test_device_type": "wg",
+ "test_stream": "/private/team/wg/wg-private/",
+ },
"full_maguro": {
"test_device_type": "nexus",
},