aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2018-09-18 12:08:08 -0700
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2018-09-18 12:08:08 -0700
commitde3452575cc6ad482b518d0e873daea197ce484c (patch)
treea35be1e330207b637f7d6042e21b6ecbba40f877 /lite-aeolus
parent59b08a08084abd3bb473c288563a867daa1e4666 (diff)
lite-aeolus: Re-enable LAVA submission with updated token.
A dedicated access token for lite.validation.linaro.org was created on ci.linaro.org under name LAVA_TOKEN_LITE (the username is the same). Change-Id: I4525e6ed37300dfc9fef0d42aa63f49e776078d8 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/submit-for-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lite-aeolus/submit-for-test.py b/lite-aeolus/submit-for-test.py
index b36bb3aa78..16826cf482 100644
--- a/lite-aeolus/submit-for-test.py
+++ b/lite-aeolus/submit-for-test.py
@@ -5,7 +5,7 @@ import xmlrpclib
# Actually submit job to LAVA
# Disabled until settings are fixed: https://bugs.linaro.org/show_bug.cgi?id=3914
-SUBMIT = 0
+SUBMIT = 1
ENV = os.environ
expect = sys.argv[1]