mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: stop uploading artifacts to autotest server
github action's CI is good at this
This commit is contained in:
parent
e4bceb2417
commit
2ae483cee0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user