mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
Effect of this experiment was inconclusive. In some isolated cases
limited benefit was seen, but in overall metrics no change was
observed.
Remove the feature to gain the lost computing capacity back. If the
removal causes noticeably higher flakiness etc, it can be reevaluated.
Task-number: QTQAINFRA-6702
Change-Id: I001fc2d3740a287d4546d0f597e81ded9f5449cb
(cherry picked from commit 8d51e875cb)
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
29 lines
933 B
YAML
29 lines
933 B
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'android-9-multi-abi'
|
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
|
Target os: 'Android_ANY'
|
|
Target arch: 'multi'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: [
|
|
'rhel-8.10',
|
|
'android-9-x86-on-linux',
|
|
'android-15-x86_64-on-linux'
|
|
]
|
|
Features: [
|
|
'Sccache',
|
|
'WarningsAreErrors',
|
|
'AndroidTestRun',
|
|
'MinimalAndroidMultiABITests',
|
|
'InstallDepsPerPlatformSubdir'
|
|
]
|
|
Environment variables: [
|
|
'QT_CI_ARTIFACT_ID_PATH_Android-host=QT_CI_ARTIFACT_ID_PATH_rhel-8.10',
|
|
'QT_CI_ARTIFACT_ID_PATH_Android-x86=QT_CI_ARTIFACT_ID_PATH_android-9-x86-on-linux',
|
|
'QT_CI_ARTIFACT_ID_PATH_Android-x86_64=QT_CI_ARTIFACT_ID_PATH_android-15-x86_64-on-linux',
|
|
'COMMON_TARGET_TEST_CMAKE_ARGS=-DQT_ANDROID_ABIS="x86;x86_64"',
|
|
'ANDROID_EMULATOR=emulator_x86_api_28'
|
|
]
|