From 03f00931ecd33405aba36a0b0a2ba5d2061f8a52 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Wed, 9 Oct 2024 17:11:49 +0200 Subject: [PATCH] macOS platform configs: Bump image version to 107 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qtci-macos-11-x86_64-107 and qtci-macos-12-x86_64-107 have been created to add VNC accessibility. Bump the image version used in CI, in order access debug VMs. Task-number: QTQAINFRA-5815 Task-number: QTQAINFRA-6626 Pick-to: 6.8 6.5 Change-Id: I42c6602f9524b1fbfe47da081a7a15deff001f68 Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 4 ++-- coin/platform_configs/qtsaferenderer.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 9d7beb0f..5da4ac23 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -39,7 +39,7 @@ Configurations: - Id: 'macos-12-x86_64-tests' - Template: 'qtci-macos-12-x86_64-106' + Template: 'qtci-macos-12-x86_64-107' Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' @@ -93,7 +93,7 @@ Configurations: Platform dependency: 'macos-universal-on-arm64' - Id: 'macos-12-arm-on-x86_64-tests' - Template: 'qtci-macos-12-x86_64-106' + Template: 'qtci-macos-12-x86_64-107' Compiler: 'Clang' Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-universal-on-arm64' diff --git a/coin/platform_configs/qtsaferenderer.yaml b/coin/platform_configs/qtsaferenderer.yaml index 30190d5c..4b0675b9 100644 --- a/coin/platform_configs/qtsaferenderer.yaml +++ b/coin/platform_configs/qtsaferenderer.yaml @@ -27,7 +27,7 @@ Include: [ Configurations: - Id: 'macos-latest-xcode-universal-static-build' - Template: 'qtci-macos-12-x86_64-106' + Template: 'qtci-macos-12-x86_64-107' Compiler: 'Clang' Target arch: 'x86_64-arm64' Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']