Bug 218904

Summary: [build.webkit.org] Use python3 to run transfer-to-s3 script
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, jbedard, ryanhaddad, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 175056    
Attachments:
Description Flags
Patch none

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>