WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 225415
[build.webkit.org] Add a build step to set appropriate permissions on uploaded test results
https://bugs.webkit.org/show_bug.cgi?id=225415
Summary
[build.webkit.org] Add a build step to set appropriate permissions on uploade...
Aakash Jain
Reported
2021-05-05 14:08:06 PDT
Add a build step to set appropriate permissions on uploaded test results on build.webkit.org See
rdar://74200562
Attachments
Patch
(2.60 KB, patch)
2021-05-05 14:10 PDT
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
[fast-cq] Patch
(4.11 KB, patch)
2021-05-05 14:49 PDT
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2021-05-05 14:10:12 PDT
Created
attachment 427804
[details]
Patch
dewei_zhu
Comment 2
2021-05-05 14:26:04 PDT
Comment on
attachment 427804
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=427804&action=review
> Tools/CISupport/build-webkit-org/steps.py:1137 > + kwargs['command'] = ['chmod', 'a+rx', resultDirectory]
Do we really need 'x' bit for the result file?
Aakash Jain
Comment 3
2021-05-05 14:43:42 PDT
(In reply to dewei_zhu from
comment #2
)
> Do we really need 'x' bit for the result file?
Yes, since this is for the directory, and we want to allow the directory browsing. Also, this step is already running on build.webkit.org for a while, e.g.
https://build.webkit.org/#/builders/70/builds/200
dewei_zhu
Comment 4
2021-05-05 14:47:32 PDT
Comment on
attachment 427804
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=427804&action=review
r=me
>> Tools/CISupport/build-webkit-org/steps.py:1137 >> + kwargs['command'] = ['chmod', 'a+rx', resultDirectory] > > Do we really need 'x' bit for the result file?
Discussed in person, it looks like we do need it for listing directory.
Aakash Jain
Comment 5
2021-05-05 14:49:34 PDT
Created
attachment 427811
[details]
[fast-cq] Patch
EWS
Comment 6
2021-05-05 14:52:45 PDT
Committed
r277043
(
237355@main
): <
https://commits.webkit.org/237355@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 427811
[details]
.
Radar WebKit Bug Importer
Comment 7
2021-05-05 14:53:16 PDT
<
rdar://problem/77576905
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug