-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: hook up task execution tracking (#6222)
### Description Quick PR to get reviewed while I work on the component that allows us to communicate the generated task summaries up to the primary run summary. All this does is hook up the task tracking to the graph walk which does get us the correct summary output in the terminal. I suggest reviewing each PR on it's own as they're all very tiny/reviewable changes. ### Testing Instructions More integration tests should pass on this PR due to the footer being correctly populated: On main: `# Ran 114 tests, 0 skipped, 71 failed.` This PR: `# Ran 114 tests, 0 skipped, 57 failed.` Closes TURBO-1497 --------- Co-authored-by: Chris Olszewski <Chris Olszewski>
- Loading branch information
1 parent
fa5e0ec
commit 9fd5cea
Showing
4 changed files
with
60 additions
and
10 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
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
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
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