aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2023-01-17 09:36:41 +0000
committerHeikki Halmet <heikki.halmet@qt.io>2023-01-17 13:31:57 +0000
commit87884dd5ba01b999ec60b7891f38ad218abe144b (patch)
tree4679938e9146c50067087c1816e1c45d13e9f1af /coin/platform_configs
parentae9a3316d9d349c9f54d5d2c931c02890895d399 (diff)
Add MacOS 13 x86_64 to nighty run
MacOS 13 intel Hosts have some strange kernel panic issues. Hosts randomly reboots and currently the root cause is unknown. Also there's a flaky provisioning issue which don't give any error output to provisioning log. It looks like the connection between VM and Coin suddenly breaks. Let's run this Intel mac in Nightly run so that we can observe the severity of these issues and same time observe other issues we might have with macOS 13. Change-Id: Ida449771cc1310e27460041d4ba68fec8de917f6 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/nightly_macos13.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/coin/platform_configs/nightly_macos13.yaml b/coin/platform_configs/nightly_macos13.yaml
index de917980..cb459201 100644
--- a/coin/platform_configs/nightly_macos13.yaml
+++ b/coin/platform_configs/nightly_macos13.yaml
@@ -2,13 +2,13 @@ Version: 2
Module only: True
Include: [
macos.yaml: [
- "macos-12-arm64-developer-build"
+ "macos-12-x86_64-developer-build"
]
]
Configurations:
-
- Id: 'macos-13-arm64-developer-build-tests'
- Template: 'qtci-macos-13-arm64'
+ Id: 'macos-13-x86_64-developer-build-tests'
+ Template: 'qtci-macos-13-x86_64-102'
Compiler: 'Clang'
Features: ['TestOnly']
- Platform dependency: 'macos-12-arm64-developer-build'
+ Platform dependency: 'macos-12-x86_64-developer-build'