Skip to content

Commit

Permalink
Enable post-run stats logging in CI (#11608)
Browse files Browse the repository at this point in the history
It's useful to see in our CI logs things like how many cache hits we had.

[ci skip-rust]
  • Loading branch information
Eric-Arellano committed Feb 27, 2021
1 parent 9283b20 commit c22c254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pants.toml
Expand Up @@ -20,6 +20,7 @@ backend_packages.add = [
]

plugins = [
"hdrhistogram", # For use with `--stats-log`.
"toolchain.pants.plugin==0.5.0",
]

Expand Down
3 changes: 3 additions & 0 deletions pants.travis-ci.toml
Expand Up @@ -4,6 +4,9 @@ colors = true
# TODO: See #9924.
dynamic_ui = false

[stats]
log = true

[test]
use_coverage = true

Expand Down

0 comments on commit c22c254

Please sign in to comment.