From: Thomas Huth Date: Mon, 25 Nov 2024 12:43:42 +0000 (+0100) Subject: .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job X-Git-Tag: v9.2.0-rc3~11^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0218f6c3b32de6ab587a6800671a50745ce676b6;p=thirdparty%2Fqemu.git .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job The macOS runner ignores them and always uses 4 CPUs and 12 GiB of RAM, so remove our setting to avoid wrong expectations. Message-ID: <20241125124342.187594-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Daniel P. Berrangé Signed-off-by: Thomas Huth --- diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml index 94273023833..a9e43e21d0e 100644 --- a/.gitlab-ci.d/cirrus.yml +++ b/.gitlab-ci.d/cirrus.yml @@ -67,8 +67,6 @@ aarch64-macos-build: CIRRUS_VM_INSTANCE_TYPE: macos_instance CIRRUS_VM_IMAGE_SELECTOR: image CIRRUS_VM_IMAGE_NAME: ghcr.io/cirruslabs/macos-runner:sonoma - CIRRUS_VM_CPUS: 12 - CIRRUS_VM_RAM: 24G UPDATE_COMMAND: brew update INSTALL_COMMAND: brew install PATH_EXTRA: /opt/homebrew/ccache/libexec:/opt/homebrew/gettext/bin