[Webkit-unassigned] [Bug 253537] New: [buildbot] Move SFTP upload code from generate-bundle script to a new script for uploads and document it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 7 15:07:53 PST 2023


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

            Bug ID: 253537
           Summary: [buildbot] Move SFTP upload code from generate-bundle
                    script to a new script for uploads and document it
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: aakash_jain at apple.com, jbedard at apple.com

The current way we are uploading the built-products from the workers to the master is really slow and is causing problems (see bug 252864).

On the GTK/WPE Packaging bots, on the step `generate-bundle` we upload the bundle created via SFTP to the production server. See: https://build.webkit.org/#/builders/30

The SSH server accepting the uploads is configured in a restricted way: the clients connecting to it are only allowed to run the `sftp-internal` command and are restricted inside a chroot so they can only modify their own files.

As an extra security measure the server can be configured to move the files that the bots upload out of that directory as soon as the upload is finished.

After talking with Aakash we agreed that it would be a good idea if I can factorize this code out of this script and make it useful also for uploading the built-products to the post-commit and EWS servers

Let's try it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230307/22d42e3a/attachment.htm>


More information about the webkit-unassigned mailing list