This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch ignite-27373
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27373 by this push:
new b9d81337206 IGNITE-27373 Fixes
b9d81337206 is described below
commit b9d81337206b4313be7dcfafa3e2638ca879c0af
Author: Igor Sapego <[email protected]>
AuthorDate: Fri Feb 27 03:16:44 2026 +0100
IGNITE-27373 Fixes
---
.teamcity/test/platform_tests/Project.kt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.teamcity/test/platform_tests/Project.kt
b/.teamcity/test/platform_tests/Project.kt
index f55d660ce9d..4a2236af6ee 100644
--- a/.teamcity/test/platform_tests/Project.kt
+++ b/.teamcity/test/platform_tests/Project.kt
@@ -9,6 +9,8 @@ object Project : Project({
id(getId(this::class))
name = "[Platform Tests]"
+ subProject(test.platform_tests.python_tests.Project)
+
/**
* List of platform linux tests
*/