From 849cf967a3bb69db9431e993e03b6dbb04a99d8b Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 25 Jun 2022 13:19:27 +0200 Subject: ci: Increase CPU number for "Win64 native" task Currently, the time it takes to get the "Win64 native" task done with all of the caches been invalidated is very close to the 2 hours limit. This task is the only one which runs on Windows Community Cluster, therefore this change should not affect other CI tasks. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 6d497a944d..1b1e29ef17 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -97,7 +97,7 @@ task: name: "Win64 native [vs2022]" << : *FILTER_TEMPLATE windows_container: - cpu: 4 + cpu: 6 memory: 8G image: cirrusci/windowsservercore:visualstudio2022 timeout_in: 120m -- cgit v1.2.3