From 56e4095765e7616a354d7df1906bddb52fd2f147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 8 Feb 2021 20:20:37 +0100 Subject: [PATCH] coin: Make macOS 11 packaging and developer build tests significant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All tests should pass now. Change-Id: Iaa4c21d86ef9d6c733ea10b81feb0b26a6b6e8ca Reviewed-by: Tony Sarajärvi --- coin/platform_configs/macos-developer-build-tests.yaml | 2 +- coin/platform_configs/macos.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/macos-developer-build-tests.yaml b/coin/platform_configs/macos-developer-build-tests.yaml index bccdb550..ba218da8 100644 --- a/coin/platform_configs/macos-developer-build-tests.yaml +++ b/coin/platform_configs/macos-developer-build-tests.yaml @@ -16,5 +16,5 @@ Configurations: Id: 'macos-11-x86_64-developer-build-tests' Template: 'qtci-macos-11.0-x86_64-100' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-latest-xcode-x86_64-developer-build' diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 11fcc4ca..19b8fbc9 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -29,7 +29,7 @@ Configurations: Id: 'macos-11-x86_64-tests' Template: 'qtci-macos-11.0-x86_64-100' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-latest-xcode-x86_64-packaging-build' # Build developer builds for all modules, but only run tests for qtbase and declarative.