Bug 222363 - Disable Buildbot old-style step deprecation warning
Summary: Disable Buildbot old-style step deprecation warning
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-24 08:59 PST by Aakash Jain
Modified: 2021-02-24 11:04 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.50 KB, patch)
2021-02-24 09:03 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2021-02-24 08:59:28 PST
Disable Buildbot old-style step deprecation warning. The warning makes the unit-tests fail while using buildbot v2.9.0 or newer. This also causes 'buildbot checkconfig' to emit lot of warnings, and make the output unreadable.

buildbot/process/buildstep.py:1016: DeprecatedApiWarning: [2.9.0 and later] Subclassing old-style step ShellCommand in RunWebKitPerlTests is deprecated, please migrate to new-style equivalent ShellCommandNewStyle


Work for updating the steps to new-style build steps is tracked in https://bugs.webkit.org/show_bug.cgi?id=222361
Comment 1 Aakash Jain 2021-02-24 09:03:22 PST
Created attachment 421415 [details]
Patch
Comment 2 EWS 2021-02-24 10:23:18 PST
commit-queue failed to commit attachment 421415 [details] to WebKit repository. To retry, please set cq+ flag again.
Comment 3 EWS 2021-02-24 11:03:33 PST
Committed r273409: <https://commits.webkit.org/r273409>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 421415 [details].
Comment 4 Radar WebKit Bug Importer 2021-02-24 11:04:13 PST
<rdar://problem/74703997>