From: "Daniel P. Berrangé" <berrange@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Thomas Huth" <thuth@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH 3/3] .gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia)
Date: Tue, 17 Sep 2024 13:52:43 +0100 [thread overview]
Message-ID: <Zul7dIheGE03MtgQ@redhat.com> (raw)
In-Reply-To: <20240917085058.1740-4-philmd@linaro.org>
On Tue, Sep 17, 2024 at 10:50:58AM +0200, Philippe Mathieu-Daudé wrote:
> Upgrade libvirt-ci so it covers macOS 15. Add a manual entry
> (QEMU_JOB_OPTIONAL: 1) to test on Sequoia release. Refresh the
> lci-tool generated files.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> Pending libvirt-ci MR 501: https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/501
>
> CI job: https://gitlab.com/philmd/qemu/-/jobs/7841560032
> ---
> .gitlab-ci.d/cirrus.yml | 17 +++++++++++++++++
> .gitlab-ci.d/cirrus/macos-15.vars | 16 ++++++++++++++++
> tests/lcitool/libvirt-ci | 2 +-
> tests/lcitool/refresh | 1 +
> 4 files changed, 35 insertions(+), 1 deletion(-)
> create mode 100644 .gitlab-ci.d/cirrus/macos-15.vars
>
> diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
> index f061687f1b..b84b42cce5 100644
> --- a/.gitlab-ci.d/cirrus.yml
> +++ b/.gitlab-ci.d/cirrus.yml
> @@ -66,6 +66,22 @@ aarch64-macos-14-base-build:
> NAME: macos-14
> CIRRUS_VM_INSTANCE_TYPE: macos_instance
> CIRRUS_VM_IMAGE_SELECTOR: image
> + CIRRUS_VM_IMAGE_NAME: ghcr.io/cirruslabs/macos-ventura-base:latest
Something isn't right here - the existing 14 release is "sonoma", "ventura"
was 13 IIUC which you just removed
> + 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
> + 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-15-base-build:
> + extends: .cirrus_build_job
> + variables:
> + NAME: macos-15
> + CIRRUS_VM_INSTANCE_TYPE: macos_instance
> + CIRRUS_VM_IMAGE_SELECTOR: image
> CIRRUS_VM_IMAGE_NAME: ghcr.io/cirruslabs/macos-sonoma-base:latest
And this should be sequoia
I think the info we've committed to libvirt-ci is probably wrong.
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2024-09-17 12:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-17 8:50 [PATCH 0/3] ci: Replace macOS coverage from release 13 to 15 Philippe Mathieu-Daudé
2024-09-17 8:50 ` [PATCH 1/3] tests/unit: Really build pbkdf test on macOS Philippe Mathieu-Daudé
2024-09-17 8:54 ` Philippe Mathieu-Daudé
2024-09-17 8:50 ` [PATCH 2/3] .gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura) Philippe Mathieu-Daudé
2024-09-17 8:50 ` [PATCH 3/3] .gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia) Philippe Mathieu-Daudé
2024-09-17 12:52 ` Daniel P. Berrangé [this message]
2024-10-07 9:10 ` Thomas Huth
2024-10-07 9:17 ` Daniel P. Berrangé
2024-10-07 20:26 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zul7dIheGE03MtgQ@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).