This is an automated email from the ASF dual-hosted git repository.

isapego pushed a commit to branch ignite-27158
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit edf7173cd70fcf92e60c97886624650dab96a05c
Author: Igor Sapego <[email protected]>
AuthorDate: Mon Dec 22 22:42:32 2025 +0100

    IGNITE-27158 Fix TC config
---
 .teamcity/test/platform_tests/PlatformPythonTestsLinux.kt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt 
b/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
index 459a020896a..5f442e0c6e2 100644
--- a/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
+++ b/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
@@ -74,11 +74,7 @@ object PlatformPythonTestsLinux : BuildType({
         }
     }
 
-    /**
-     *  Temporary lock Platform Linux jobs on old-type agents
-     *  until execution of these tests is fixed on DIND agents
-     */
     requirements {
-        doesNotExist("env.DIND_ENABLED")
+        equals("env.DIND_ENABLED", "true")
     }
 })

Reply via email to