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 0b5f35e7951 IGNITE-27373 Fixes
0b5f35e7951 is described below
commit 0b5f35e7951b072306bbea317960af3c8fe2add6
Author: Igor Sapego <[email protected]>
AuthorDate: Fri Feb 27 03:46:11 2026 +0100
IGNITE-27373 Fixes
---
.teamcity/test/platform_tests/python_tests/Project.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.teamcity/test/platform_tests/python_tests/Project.kt
b/.teamcity/test/platform_tests/python_tests/Project.kt
index 092565c9fc5..c7d4e84a6f2 100644
--- a/.teamcity/test/platform_tests/python_tests/Project.kt
+++ b/.teamcity/test/platform_tests/python_tests/Project.kt
@@ -18,7 +18,7 @@ object Project : Project({
).forEach { (ver, toxEnv, name) ->
buildType(
ApacheIgnite3CustomBuildType.Builder(PythonDbApiToxTest(ver,
toxEnv, name))
- .ignite3VCS().ignite3CommitStatusPublisher()
+ .ignite3VCS().ignite3BuildDependency().setupMavenProxy()
.defaultBuildTypeSettings().requireLinux()
.build().buildType
)