[webkit-changes] [WebKit/WebKit] 81e4e7: [build.webkit.org] Replace shell.ShellCommand with...
Jonathan Bedard
noreply at github.com
Thu May 18 07:51:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 81e4e7cf4e5723042e5bd7cf97d60d530e92af14
https://github.com/WebKit/WebKit/commit/81e4e7cf4e5723042e5bd7cf97d60d530e92af14
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M Tools/CISupport/build-webkit-org/steps.py
M Tools/CISupport/build-webkit-org/steps_unittest.py
Log Message:
-----------
[build.webkit.org] Replace shell.ShellCommand with new-style
https://bugs.webkit.org/show_bug.cgi?id=256799
rdar://109367941
Reviewed by Aakash Jain.
In an effort to modernize our buildbot code, we should deprecate
shell.ShellCommand in favor of shell.ShellCommandNewStyle.
* Tools/CISupport/build-webkit-org/steps.py:
(CleanUpGitIndexLock):
(CheckOutSpecificRevision):
(PruneCoreSymbolicationdCacheIfTooLarge):
(InstallWinCairoDependencies):
(InstallGtkDependencies):
(InstallWpeDependencies):
(InstallBuiltProduct):
(ArchiveBuiltProduct):
(UploadBuiltProductViaSftp):
(UploadMiniBrowserBundleViaSftp):
(UploadJSCBundleViaSftp):
(GenerateJSCBundle):
(GenerateMiniBrowserBundle):
(ExtractBuiltProduct):
(DownloadBuiltProduct):
(ArchiveTestResults):
(ShowIdentifier):
* Tools/CISupport/build-webkit-org/steps_unittest.py:
(TestShowIdentifier):
(TestShowIdentifier.test_success):
Canonical link: https://commits.webkit.org/264202@main
More information about the webkit-changes
mailing list