This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new e44b62f8a37 IGNITE-28332 Add TeamCity configuration for ignite-client
integration tests (#7847)
e44b62f8a37 is described below
commit e44b62f8a37f1f7eedb9415ae0c26d447b53599a
Author: Maksim Myskov <[email protected]>
AuthorDate: Mon Mar 23 16:39:52 2026 +0300
IGNITE-28332 Add TeamCity configuration for ignite-client integration tests
(#7847)
---
.teamcity/org/apache/ignite/teamcity/ApacheIgnite3Teamcity.kt | 1 +
1 file changed, 1 insertion(+)
diff --git a/.teamcity/org/apache/ignite/teamcity/ApacheIgnite3Teamcity.kt
b/.teamcity/org/apache/ignite/teamcity/ApacheIgnite3Teamcity.kt
index 7aa24f96798..c6cb70662e1 100644
--- a/.teamcity/org/apache/ignite/teamcity/ApacheIgnite3Teamcity.kt
+++ b/.teamcity/org/apache/ignite/teamcity/ApacheIgnite3Teamcity.kt
@@ -279,6 +279,7 @@ class ApacheIgnite3Teamcity {
private val integrationTestGradleModulesList: List<GradleModule> =
listOf(
IGNITE__CLI,
+ IGNITE__CLIENT,
IGNITE__CLIENT_HANDLER,
IGNITE__CLUSTER_MANAGEMENT,
IGNITE__CODE_DEPLOYMENT,