Skip to content

Commit 9c12bb2

Browse files
committed
ci: update e2e windows to use qt 6.9.2
1 parent 1f0fed2 commit 9c12bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Jenkinsfile.tests-e2e.windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ library '[email protected]'
44
pipeline {
55

66
agent {
7-
label 'windows-t && windows-04'
7+
label 'windows && windows-04 && qt-6.9.2'
88
}
99

1010
parameters {
@@ -75,7 +75,7 @@ pipeline {
7575

7676
/* Avoid race conditions with other builds using virtualenv. */
7777
VIRTUAL_ENV = "${WORKSPACE_TMP}\\venv"
78-
PATH = "${VIRTUAL_ENV}\\bin;C:\\Qt\\6.9.0\\msvc2022_64\\bin;${PATH}"
78+
PATH = "${VIRTUAL_ENV}\\bin;C:\\Qt\\6.9.2\\msvc2022_64\\bin;${PATH}"
7979

8080
/* To store user configuratiin files in temp dir */
8181
XDG_CONFIG_HOME = "${WORKSPACE_TMP}/config"

0 commit comments

Comments
 (0)