Bug 230165 - [build.webkit.org] Remove ./ from command invocations
Summary: [build.webkit.org] Remove ./ from command invocations
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-09-10 12:04 PDT by Aakash Jain
Modified: 2021-09-10 12:49 PDT (History)
5 users (show)

See Also:


Attachments
Patch (30.94 KB, patch)
2021-09-10 12:06 PDT, 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-09-10 12:04:22 PDT
We don't need "./" in the command invocations in buildbot configuration for build.webkit.org. All of our EWS configuration do not use that. We should make build.webkit.org configuration consistent with EWS configuration and remove "./" from command invocations.

e.g.: Replace: 'python3 ./Tools/Scripts/run-webkit-tests' with 'python3 Tools/Scripts/run-webkit-tests'
Comment 1 Aakash Jain 2021-09-10 12:06:51 PDT
Created attachment 437895 [details]
Patch
Comment 2 Aakash Jain 2021-09-10 12:09:14 PDT
EWS configuration doesn't use "./", e.g.: https://github.com/WebKit/WebKit/blob/main/Tools/CISupport/ews-build/steps.py#L295
Comment 3 EWS 2021-09-10 12:48:39 PDT
Committed r282288 (241564@main): <https://commits.webkit.org/241564@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 437895 [details].
Comment 4 Radar WebKit Bug Importer 2021-09-10 12:49:26 PDT
<rdar://problem/82985099>