Skip to content

Commit

Permalink
[ci] turn off verbose mode when zipping logs (ray-project#41760)
Browse files Browse the repository at this point in the history
As title, the tar command is spamming a lot of logs

Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale authored Dec 9, 2023
1 parent bacb0a8 commit 956317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ prelude_commands: &prelude_commands |-
epilogue_commands: &epilogue_commands |-
# Persist ray logs
mkdir -p /tmp/artifacts/.ray/
tar -cvzf /tmp/artifacts/.ray/logs.tgz /tmp/ray
tar -czf /tmp/artifacts/.ray/logs.tgz /tmp/ray
# Cleanup runtime environment to save storage
rm -rf /tmp/ray || true
# Cleanup local caches - this should not clean up global disk cache
Expand Down

0 comments on commit 956317a

Please sign in to comment.