.gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job
authorThomas Huth <thuth@redhat.com>
Mon, 25 Nov 2024 12:43:42 +0000 (13:43 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 27 Nov 2024 08:23:52 +0000 (09:23 +0100)
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é <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/cirrus.yml

index 942730238336cd7d6b475c87337035fd0a0c9fa3..a9e43e21d0ee13b4d0d86bd25455d6121e9c2949 100644 (file)
@@ -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