large uploads could cause builds to fail (build-pusher)

Issue #3 resolved
Moises Henriquez created an issue

The current method of uploading the resulting packages and sources is by using lftp. All build steps are configured to time out after 20 minutes of no output from the running command.

The problem is that lftp will not produce any "progress" to stdout while uploading, so if we had to have a slave upload a tarball that takes > 20 minutes to upload, the build will time out and the master will automatically kill it, making it a failed build even if the actual compiling process has passed.

Affected files:
{{{ build-pusher

}}}

Comments (1)

  1. Moises Henriquez reporter

    The processes in build-pusher have been sent to the background. Uploading large files does not cause timeouts (forced kills) anymore

  2. Log in to comment