diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml index ed1b04ba7..dce8b5417 100644 --- a/.aspect/workflows/config.yaml +++ b/.aspect/workflows/config.yaml @@ -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: