[webkit-changes] [WebKit/WebKit] 6ec9f3: [ews-build] Convert trivial shell.ShellCommand steps
Jonathan Bedard
noreply at github.com
Mon May 15 16:38:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6ec9f3ac0e1a6301a8d59f11c66eebb36a3b40a0
https://github.com/WebKit/WebKit/commit/6ec9f3ac0e1a6301a8d59f11c66eebb36a3b40a0
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M Tools/CISupport/ews-build/steps.py
Log Message:
-----------
[ews-build] Convert trivial shell.ShellCommand steps
https://bugs.webkit.org/show_bug.cgi?id=256740
rdar://109285960
Reviewed by Aakash Jain.
There are a number of shell.ShellCommand steps that can be trivially
converted to newstyle steps.
* Tools/CISupport/ews-build/steps.py:
(CheckOutSpecificRevision): Convert to shell.ShellCommandNewStyle steps.
(CleanWorkingDirectory): Ditto.
(RunBuildbotCheckConfig): Ditto.
(InstallGtkDependencies): Ditto.
(InstallWpeDependencies): Ditto.
(InstallBuiltProduct): Ditto.
(ArchiveBuiltProduct): Ditto.
(ExtractBuiltProduct): Ditto.
(ArchiveTestResults): Ditto.
(ApplyWatchList): Ditto.
(PushPullRequestBranch): Ditto.
Canonical link: https://commits.webkit.org/264089@main
More information about the webkit-changes
mailing list