[Webkit-unassigned] [Bug 248039] Smarter EWS Checks for METADATA directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 08:37:26 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248039

Aakash Jain <aakash_jain at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aakash_jain at apple.com

--- Comment #4 from Aakash Jain <aakash_jain at apple.com> ---
Currently (in CheckChangeRelevance) we have only concept of queues defining which directories/files are relevant to them. For that we have mapping of queue-name => list-of-relevant-paths.

We don't currently have a way to define if a PR/patch has only specific files, then run it only on specific queues.

We can add such a way, just need to be sure that it's worth it and we implement in right manner (by adding a mapping file/directory => queue mapping appropriately). Note that we do have such a mapping for build.webkit.org (in https://github.com/WebKit/WebKit/blob/main/Tools/CISupport/build-webkit-org/wkbuild.py#L59)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221118/1bac0114/attachment.htm>


More information about the webkit-unassigned mailing list