From 26508f5c9104cff435420a37d70c00a3196f7bdf Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Tue, 16 Jul 2024 15:54:15 +0300 Subject: [PATCH] chore: change the test rail project id --- ci/Jenkinsfile.tests-e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index 47f5fddcce4..ae723a02fce 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -75,7 +75,7 @@ pipeline { PATH = "${VIRTUAL_ENV}/bin:${PATH}" TESTRAIL_URL = 'https://ethstatus.testrail.net' - TESTRAIL_PROJECT_ID = 17 + TESTRAIL_PROJECT_ID = 18 /* Override QT xcb plugin with linux to avoid errors like: * "Could not load the Qt platform plugin "xcb" in "" even though it was found." */ QT_QPA_PLATFORM = "linuxfb"