coin: force qtbase tests for offscreen on linux arm64

Task-number: QTQAINFRA-6112
Task-number: QTBUG-125446
Pick-to: 6.8
Change-Id: Id88e0b7717fdbd86fc001809073c491aaa669d61
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
Reviewed-by: Simo Fält <simo.falt@qt.io>
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Liang Qi
2024-06-14 09:32:48 +02:00
parent 6b424efcf1
commit 18be2625a0
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
Version: 2
Configurations:
# Test on Ubuntu 24.04 ARM64 offscreen
-
Id: 'ubuntu-24.04-arm64-offscreen-qtbase-tests'
Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'
Compiler: 'GCC'
Features: ['TestOnly']
Environment variables: [
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
'QT_QPA_OFFSCREEN_NO_GLX=1',
'QT_QPA_PLATFORM=offscreen'
]
Platform dependency: 'ubuntu-24.04-arm64'
# Test on Debian-11.6 offscreen
-
Id: 'debian-11.6-arm64-offscreen-qtbase-tests'
Template: 'qtci-linux-Debian-11.6-aarch64-50'
Compiler: 'GCC'
Features: ['Sccache', 'TestOnly']
Environment variables: [
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
'QT_QPA_OFFSCREEN_NO_GLX=1',
'QT_QPA_PLATFORM=offscreen'
]
Platform dependency: 'debian-11.6-arm64'

View File

@@ -9,6 +9,7 @@ Include: [
wasm_qtbase_tests.yaml,
cmake_platforms_qemu_vxworks.yaml,
qtlite.yaml,
qtbase-linux-arm64-offscreen.yaml,
qtbase-new-compiler-testing.yaml
]
Configurations: []