nx
Nx
GitHub
Nx
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
Nx
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
GitHub
Nx
Workspace
Failed
36923
54a65b42 refactor(core): reuse collectUpstreamTaskIds for dependency output lookup check-task-files already walks a task's dependencies with the same direct-or-transitive switch. Lift it into task-graph-utils and use it for getDependenciesWithOutputsToHash instead of a second traversal.
by FrozenPandaz
F
Failed
36923
Flaky task
→
259dfb5d fix(core): only defer hashing on dependencies that produce outputs A task with a dependentTasksOutputFiles input was deferred from up-front hashing whenever it had any dependency, and the batch path re-ran it whenever any direct dependency missed the cache. The native hasher already ignores dependencies with no outputs, so those deferrals bought nothing: the task's hash could not change. Add getDependenciesWithOutputsToHash, mirroring the native BFS, and gate all three sites on it. Tasks whose only relevant dependencies are output-less now get a hash up front, which lets Nx Cloud consider them for a remote cache hit at DTE start and lets batch executors replay them instead of re-running. (cherry picked from commit d986b06498ed5a7439ad3f2097fed8944888abf2)
by FrozenPandaz
F
Canceled
36923
259dfb5d fix(core): only defer hashing on dependencies that produce outputs A task with a dependentTasksOutputFiles input was deferred from up-front hashing whenever it had any dependency, and the batch path re-ran it whenever any direct dependency missed the cache. The native hasher already ignores dependencies with no outputs, so those deferrals bought nothing: the task's hash could not change. Add getDependenciesWithOutputsToHash, mirroring the native BFS, and gate all three sites on it. Tasks whose only relevant dependencies are output-less now get a hash up front, which lets Nx Cloud consider them for a remote cache hit at DTE start and lets batch executors replay them instead of re-running. (cherry picked from commit d986b06498ed5a7439ad3f2097fed8944888abf2)
by FrozenPandaz
F
Previous
Next