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

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


The following commit(s) were added to refs/heads/ignite-27304 by this push:
     new d8a20ab2113 IGNITE-27304: Collect dumps on failure
d8a20ab2113 is described below

commit d8a20ab2113cd40fb4848cc0eacc63ba5c048f89
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Mar 17 14:37:45 2026 +0100

    IGNITE-27304: Collect dumps on failure
---
 .teamcity/test/platform_tests/PlatformCppTestsWindows.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt 
b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
index 9bd62704a20..e7e01127da8 100644
--- a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
+++ b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -104,6 +104,7 @@ object PlatformCppTestsWindows : BuildType({
         powerShell {
             name = "Collect PDBs for crash dumps"
             platform = PowerShellStep.Platform.x64
+            executionMode = BuildStep.ExecutionMode.RUN_ON_FAILURE
             scriptMode = script {
                 content = """ 
                     ${'$'}dumpsDir = "%PATH__CRASH_DUMPS%"

Reply via email to