Skip to content

Commit 7390095

Browse files
committed
ci: windows e2e make compatible with VDD hosts
Referenced issue: * status-im/infra-ci#86
1 parent 8aee132 commit 7390095

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/Jenkinsfile.tests-e2e.windows

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].16'
2+
library '[email protected].28'
33

44
pipeline {
55

@@ -87,7 +87,7 @@ pipeline {
8787
STATUS_RUNTIME_TEST_MODE = 1
8888

8989
/* Logging rules let you enable or disable logging for categories */
90-
QT_LOGGING_RULES = '*.warning=true'
90+
/* QT_LOGGING_RULES = '*.warning=true' */
9191

9292
/* Set to a non-zero value to make Qt print out diagnostic information about the each (C++) plugin it tries to load. */
9393
/* QT_DEBUG_PLUGINS = 0 */
@@ -99,6 +99,8 @@ pipeline {
9999
TESTRAIL_RUN_NAME = "${params.TESTRAIL_RUN_NAME}"
100100
LOG_LEVEL = "${params.LOG_LEVEL}"
101101

102+
/* Forces QT to use OpenGL for rendering instead of default Direct3D 11 */
103+
QSG_RHI_BACKEND = 'opengl'
102104
}
103105

104106
stages {

0 commit comments

Comments
 (0)