[webkit-changes] [WebKit/WebKit] 80d432: upload-file-to-url should print information about ...

Aakash J noreply at github.com
Wed Jan 24 08:58:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 80d432578269e9734ce838b30d89f2b9308821c5
      https://github.com/WebKit/WebKit/commit/80d432578269e9734ce838b30d89f2b9308821c5
  Author: Aakash Jain <aakash_jain at apple.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
    M Tools/CISupport/ews-build/steps.py
    M Tools/CISupport/ews-build/steps_unittest.py
    M Tools/Scripts/upload-file-to-url

  Log Message:
  -----------
  upload-file-to-url should print information about retry attempts live while it is running
https://bugs.webkit.org/show_bug.cgi?id=268004

Reviewed by Jonathan Bedard.

Replace print with sys.stderr.write.
Also, increase timeout for upload-file-to-s3 step from 30 to 31 minutes so as to
allow the script to finish by itself (it has 3 retries of 10 minutes each).

* Tools/Scripts/upload-file-to-url:
* Tools/CISupport/ews-build/steps.py:
* Tools/CISupport/ews-build/steps_unittest.py:

Canonical link: https://commits.webkit.org/273416@main




More information about the webkit-changes mailing list