aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2018-08-29 17:17:10 +0300
committerPaul Sokolovskyy <paul.sokolovsky@linaro.org>2018-08-29 14:24:48 +0000
commit8ac48b7597520fc0ea4df4cac838eae5f352507f (patch)
treee21a48215ac0eb93eda29ccaa460ca802198b655 /lite-aeolus
parent7e0339eddbc488671e22f5fbf7f03f0ec15d952f (diff)
lite-aeolus: Disable LAVA submission which is broken for more than 2 months
Ever since a separate "LITE" instance of LAVA was created, settings for it weren't configured properly in Jenkins on ci.linaro.org. There's https://bugs.linaro.org/show_bug.cgi?id=3914 for that, open for more than 2 months, without much response. Previously, I would fix this myself, using Jenkins admin access I had. But I had it revoked, and my attempt to challenge that failed either: https://bugs.linaro.org/show_bug.cgi?id=3862 So, disable LAVA submission for now, with the intent to discuss situation face-to-face at the Connect. Change-Id: Id791510c6dcdf34ccb7f4d57831700bd2eeef704
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/submit-for-test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lite-aeolus/submit-for-test.py b/lite-aeolus/submit-for-test.py
index 698947400c..b36bb3aa78 100644
--- a/lite-aeolus/submit-for-test.py
+++ b/lite-aeolus/submit-for-test.py
@@ -4,7 +4,8 @@ from string import Template
import xmlrpclib
# Actually submit job to LAVA
-SUBMIT = 1
+# Disabled until settings are fixed: https://bugs.linaro.org/show_bug.cgi?id=3914
+SUBMIT = 0
ENV = os.environ
expect = sys.argv[1]