autotest: stop uploading artifacts to autotest server

github action's CI is good at this
This commit is contained in:
Peter Barker 2021-07-29 14:29:47 +10:00 committed by Peter Barker
parent e4bceb2417
commit 2ae483cee0

View File

@ -2973,6 +2973,8 @@ class AutoTest(ABC):
self.stop_mavproxy(mavproxy)
def log_upload(self):
self.progress("Log upload disabled as CI artifacts are good")
return
if len(self.fail_list) > 0 and os.getenv("AUTOTEST_UPLOAD"):
# optionally upload logs to server so we can see travis failure logs
import datetime