Use LLM for further filtering. #31867
L-Qun
started this conversation in
Feature Requests
Replies: 1 comment
-
https://engineering.fb.com/2018/11/21/developer-tools/predictive-test-selection This article from Facebook reveals the possibility of not running all test tasks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Nx provides the
affected
command, which can be used in CI to filter and run commands only on affected projects, avoiding execution across the entire codebase. Building on this, we could further incorporate LLMs to perform more advanced filtering. For example, if a project only modifies theREADME.md
file, it may be unnecessary to run lint checks. This kind of optimization can significantly improve PR merge efficiency, which is especially important for large-scale projects.Beta Was this translation helpful? Give feedback.
All reactions