[Webkit-unassigned] [Bug 73484] Mac slaves take 7+ minutes to upload or download a build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 15:07:42 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73484





--- Comment #8 from Adam Roben (:aroben) <aroben at apple.com>  2011-11-30 15:07:42 PST ---
If Mark is right, it seems like it's going to be hard to make buildbot do the transfers any faster. So maybe we need to do them some other way.

Using curl for downloads is super easy. We could use it for uploads, too, if we created a URL to which we could POST builds. Then we'd just have to handle authentication.

I'm working on teaching buildbot how to use htdigest files for bug 73353. Maybe we could change passwords.json to an htdigest file and use that for authentication with the upload URL?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list