qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS an


From: Thomas Huth
Subject: Re: [PATCH] .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobs
Date: Fri, 26 Jul 2024 11:18:43 +0200
User-agent: Mozilla Thunderbird


Looks like the reduction of this patch was not enough, we've run out of Cirrus-CI compute time again ... does anybody have additional ideas how we could avoid that in the future?

 Thomas


On 29/04/2024 12.01, Thomas Huth wrote:
Cirrus-CI introduced limitations to the free CI minutes. To avoid that
we are consuming them too fast, let's drop the usual targets that are
not that important since they are either a subset of another target
(like i386 or ppc being a subset of x86_64 or ppc64 respectively), or
since there is still a similar target with the opposite endianness
(like xtensa/xtensael, microblaze/microblazeel etc.).

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  .gitlab-ci.d/cirrus.yml | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index 74de2edbb4..75df1273bc 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -57,6 +57,7 @@ x64-freebsd-13-build:
      CIRRUS_VM_RAM: 8G
      UPDATE_COMMAND: pkg update; pkg upgrade -y
      INSTALL_COMMAND: pkg install -y
+    CONFIGURE_ARGS: 
--target-list-exclude=arm-softmmu,i386-softmmu,microblaze-softmmu,mips64el-softmmu,mipsel-softmmu,mips-softmmu,ppc-softmmu,sh4eb-softmmu,xtensa-softmmu
      TEST_TARGETS: check
aarch64-macos-13-base-build:
@@ -72,6 +73,7 @@ aarch64-macos-13-base-build:
      INSTALL_COMMAND: brew install
      PATH_EXTRA: /opt/homebrew/ccache/libexec:/opt/homebrew/gettext/bin
      PKG_CONFIG_PATH: 
/opt/homebrew/curl/lib/pkgconfig:/opt/homebrew/ncurses/lib/pkgconfig:/opt/homebrew/readline/lib/pkgconfig
+    CONFIGURE_ARGS: 
--target-list-exclude=arm-softmmu,i386-softmmu,microblazeel-softmmu,mips64-softmmu,mipsel-softmmu,mips-softmmu,ppc-softmmu,sh4-softmmu,xtensaeb-softmmu
      TEST_TARGETS: check-unit check-block check-qapi-schema check-softfloat 
check-qtest-x86_64
aarch64-macos-14-base-build:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]