diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-17 10:50:58 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-07 11:33:12 +0200 |
commit | 0522910d7d419709a6e5f2fbee0250b12711a564 (patch) | |
tree | c76214a79ae44382bf425c2bce369de68307a523 /tests/lcitool | |
parent | de11da6448ca4278197fb2923af06c50e2385259 (diff) |
.gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia)
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>
Message-ID: <20240917085058.1740-4-philmd@linaro.org>
[thuth: Fix image names in cirrus.yml and hash for tests/lcitool/libvirt-ci]
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/lcitool')
m--------- | tests/lcitool/libvirt-ci | 0 | ||||
-rwxr-xr-x | tests/lcitool/refresh | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/lcitool/libvirt-ci b/tests/lcitool/libvirt-ci -Subproject 789b4601bce4e01f43fdb6ad4ce5ab4e4667444 +Subproject c0fc6fab5cdc839a70d4148aa9809504bc96196 diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index 5bc2edde7b..3578880706 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -203,6 +203,7 @@ try: # generate_cirrus("freebsd-14") generate_cirrus("macos-14") + generate_cirrus("macos-15") # # VM packages lists |