From 6f1b5b827ecb4c69d4a769b9c54d2ead1bf33b32 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 15 Mar 2024 19:23:05 -0700 Subject: [PATCH] chore: stash output of vmstat in artifacts (#1523) --- .aspect/workflows/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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: