Skip to content

Commit

Permalink
chore: stash output of vmstat in artifacts (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Mar 16, 2024
1 parent d481756 commit 6f1b5b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,13 @@ tasks:
- branch_freshness:
update_strategy: none
- test:
hooks:
- type: before_task
command: vmstat -a -S M -t 1 2>&1 > vmstat.out &
- type: after_task
command: cat vmstat.out
artifact_paths:
- vmstat.out
- format:
queue: aspect-medium
- buildifier:
Expand Down

0 comments on commit 6f1b5b8

Please sign in to comment.