-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: send task logs to spaces (#6419)
### Description Start sending task summaries to spaces. As expected this ended up touching a few parts of the codebase and required some reworking of them. I highly recommend reviewing each commit in the PR individually as I attempted to keep each one fairly small to make this easier to review. ### Testing Instructions Observe the runs sent via the Rust codepath from my machine (you can tell it's Rust based on the `command` 😉 ) - [Cache miss](https://vercel.com/teams/vercel/repos/turbo-monorepo/runs/space_run_59Yj2WWotw4oFnHMAEKWb5JZ) - [Cache hit](https://vercel.com/teams/vercel/repos/turbo-monorepo/runs/space_run_kO8iZcJPGkXoQ127qGGcOQXz) Closes TURBO-1632 --------- Co-authored-by: Chris Olszewski <Chris Olszewski>
- Loading branch information
1 parent
0f3496b
commit 03bb020
Showing
7 changed files
with
436 additions
and
198 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.