Bug 218904 - [build.webkit.org] Use python3 to run transfer-to-s3 script
Summary: [build.webkit.org] Use python3 to run transfer-to-s3 script
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks: 175056
  Show dependency treegraph
 
Reported: 2020-11-13 08:03 PST by Aakash Jain
Modified: 2021-02-08 07:37 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.10 KB, patch)
2020-11-13 08:07 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2020-11-13 08:03:58 PST
We are planning to upgrade build.webkit.org to latest Buildbot, which supports only python3. We should use python3 to run transfer-to-s3 script for newer Buildbot (this script is run on the server).
Comment 1 Aakash Jain 2020-11-13 08:07:01 PST
Created attachment 414043 [details]
Patch
Comment 3 Jonathan Bedard 2020-11-13 08:39:06 PST
Not sure the claim in the bug makes sense.

buildbot being Python3 doesn't prevent it from running Python 2 processes, right? We are still running on Mojave, we can't make this change until we stop supporting it.
Comment 4 Jonathan Bedard 2020-11-13 08:44:11 PST
(In reply to Jonathan Bedard from comment #3)
> Not sure the claim in the bug makes sense.
> 
> buildbot being Python3 doesn't prevent it from running Python 2 processes,
> right? We are still running on Mojave, we can't make this change until we
> stop supporting it.

Turns out, this code is being run on the master, not the workers.
Comment 5 EWS 2020-11-13 09:21:41 PST
Committed r269781: <https://trac.webkit.org/changeset/269781>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 414043 [details].
Comment 6 Radar WebKit Bug Importer 2020-11-13 09:22:18 PST
<rdar://problem/71373851>