From 6d658c7c847c059bfe0914bf34868ab911e7ae9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 8 Feb 2023 19:42:45 +0100 Subject: [PATCH] ci: revert to using Squish 6.7.2 for Qt 5.14.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporary possible solutions to hanging E2E tests. Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.e2e b/ci/Jenkinsfile.e2e index faae8e8585..fc0a6e5327 100644 --- a/ci/Jenkinsfile.e2e +++ b/ci/Jenkinsfile.e2e @@ -139,7 +139,7 @@ pipeline { '--config', 'addAUT', 'nim_status_client', "${WORKSPACE}/bin", ].join('\n'), - squishPackageName: 'squish-7.1.0-qt515x-linux64', + squishPackageName: 'squish-6.7.2-qt514x-linux64', testSuite: "${WORKSPACE}/test/ui-test/testSuites/*", ]) print("Squish run result: ${result}")