-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clang-tidy incremental scan for branches (#15888)
### Ticket closes #15730 ### Problem description We're really tight on resources, try to be faster, but without sacrificing correctness. ### What's changed When running on a branch (not `main`), and not expressly asked to do a "full scan" (full scan is useful when updating `.clang-tidy` config file), then do the following: 1. Build everything on merge-base sans clang-tidy 2. Checkout the branch in question 3. Build everything with clang-tidy. Ninja will only act on the delta. ### Checklist - [ ] Post commit CI passes - [ ] Blackhole Post commit (if applicable) - [ ] Model regression CI testing passes (if applicable) - [ ] Device performance regression CI testing passes (if applicable) - [ ] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [ ] New/Existing tests provide coverage for changes
- Loading branch information
1 parent
df84ba5
commit 2f59d5e
Showing
1 changed file
with
92 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters