[webkit-changes] [WebKit/WebKit] 1079c5: [ews-buid.webkit.org] Replace shell.ShellCommand w...

Jonathan Bedard noreply at github.com
Wed Jan 10 13:28:11 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1079c50e7aa97a14838624ec98c9b7f9c3667092
      https://github.com/WebKit/WebKit/commit/1079c50e7aa97a14838624ec98c9b7f9c3667092
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M Tools/CISupport/ews-build/steps.py
    M Tools/CISupport/ews-build/steps_unittest.py

  Log Message:
  -----------
  [ews-buid.webkit.org] Replace shell.ShellCommand with new-style
https://bugs.webkit.org/show_bug.cgi?id=256901
rdar://109463439

Reviewed by Aakash Jain.

In an effort to modernize our buildbot code, we should deprecate
shell.ShellCommand in favor of shell.ShellCommandNewStyle.

* Tools/CISupport/ews-build/steps.py:
(CleanUpGitIndexLock):
(ShowIdentifier):
(RunBindingsTests):
(DownloadBuiltProduct):
(PushCommitToWebKitRepo):
(ValidateRemote):
(MapBranchAlias):
(ValidateSquashed):
(AddReviewerToCommitMessage):
* Tools/CISupport/ews-build/steps_unittest.py:

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




More information about the webkit-changes mailing list