From 47f4ea45716aad26b0322679a289e58f2d3fc83c Mon Sep 17 00:00:00 2001 From: flouthoc Date: Tue, 28 Jan 2025 10:22:58 -0800 Subject: [PATCH] .cirrus: use multiple cpu for unit tests Signed-off-by: flouthoc --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 7aa0e309f1..55a47e6c9b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -154,6 +154,8 @@ cross_build_task: unit_task: name: 'Unit tests w/ $STORAGE_DRIVER' + gce_instance: + cpu: 4 alias: unit skip: ¬_build_docs >- $CIRRUS_CHANGE_TITLE =~ '.*CI:DOCS.*' ||