From 2e9951ff034854a930a269dfa49ba9eb2e7a30e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 12 Feb 2021 15:42:20 +0100 Subject: [PATCH] coin: Make macOS 10.15 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. The ones that may turn up are flaky, and should be blacklisted. Fixes: QTQAINFRA-4116 Change-Id: I1a57227d544bfb2db812b92ddf8616764e424c33 Reviewed-by: Simo Fält --- 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 458462d5..bccdb550 100644 --- a/coin/platform_configs/macos-developer-build-tests.yaml +++ b/coin/platform_configs/macos-developer-build-tests.yaml @@ -10,7 +10,7 @@ Configurations: Id: 'macos-10.15-x86_64-developer-build-tests' Template: 'qtci-macos-10.15-x86_64-100' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-latest-xcode-x86_64-developer-build' - Id: 'macos-11-x86_64-developer-build-tests' diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index fcbd14bf..11fcc4ca 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -23,7 +23,7 @@ Configurations: Id: 'macos-10.15-x86_64-tests' Template: 'qtci-macos-10.15-x86_64-100' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-latest-xcode-x86_64-packaging-build' - Id: 'macos-11-x86_64-tests'