This is an automated email from the ASF dual-hosted git repository.
jooger 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 4b3f7b26d4b IGNITE-28300 Update Custom JDK value within nightly tests
(#7823)
4b3f7b26d4b is described below
commit 4b3f7b26d4b6e4f90ea8bdafbfdb2364e28f4d1a
Author: Lozmanov <[email protected]>
AuthorDate: Thu Mar 19 17:46:13 2026 +0500
IGNITE-28300 Update Custom JDK value within nightly tests (#7823)
---
.teamcity/test/build_types/RunAllTestsCustomJDK.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.teamcity/test/build_types/RunAllTestsCustomJDK.kt
b/.teamcity/test/build_types/RunAllTestsCustomJDK.kt
index 9157dd834eb..9a263584c70 100644
--- a/.teamcity/test/build_types/RunAllTestsCustomJDK.kt
+++ b/.teamcity/test/build_types/RunAllTestsCustomJDK.kt
@@ -12,7 +12,7 @@ import test.template_types.RunTestsList
object RunAllTestsCustomJDK : BuildType({
id(getId(this::class))
- name = "--> Run :: All Tests [JDK 17/21/25]"
+ name = "--> Run :: All Tests [JDK 11/21/25]"
description = "Run all tests on custom JDK at once"
type = Type.COMPOSITE