| Summary: | Smarter EWS Checks for METADATA directory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | aakash_jain, jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 248037 | ||
|
Description
Ahmad Saleem
2022-11-17 08:36:49 PST
*** Bug 248038 has been marked as a duplicate of this bug. *** This is a good idea, would just be a modification of CheckChangeRelevance in `Tools/CISupport/ews-build/steps.py`, I believe. (In reply to Jonathan Bedard from comment #2) > This is a good idea, would just be a modification of CheckChangeRelevance in > `Tools/CISupport/ews-build/steps.py`, I believe. Can we also update documentation / instruction wherever (if you can point) for committer access to not raise bug and just raise PR directly? Just bringing this from other bug since I want to strike two birds with one stone. -> Less Bugs on Bugzilla about adding to Contributor.json file 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) |