mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
If a snap build times out, dump the logs (#9340)
This commit is contained in:
@@ -253,6 +253,12 @@ def main():
|
||||
process.join(args.timeout)
|
||||
|
||||
if process.is_alive():
|
||||
for target in targets:
|
||||
if target == 'certbot':
|
||||
workspace = CERTBOT_DIR
|
||||
else:
|
||||
workspace = join(CERTBOT_DIR, target)
|
||||
_dump_failed_build_logs(target, archs, status, workspace)
|
||||
raise ValueError(f"Timeout out reached ({args.timeout} seconds) during the build!")
|
||||
|
||||
build_success = True
|
||||
|
||||
Reference in New Issue
Block a user