You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/03/07 15:17:48 UTC

[ignite-teamcity-bot] 01/05: IGNITE-11491: Adapt TC bot to AI CI git proxy: Build may be started without freshest changes

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

dpavlov pushed a commit to branch ignite-11491
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git

commit 26d1a9a1f9079eaea22595a3b9f3cb37d4614e9a
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Wed Mar 6 15:28:53 2019 +0300

    IGNITE-11491: Adapt TC bot to AI CI git proxy: Build may be started without freshest changes
---
 .../org/apache/ignite/ci/tcbot/visa/TcBotTriggerAndSignOffService.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/visa/TcBotTriggerAndSignOffService.java b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/visa/TcBotTriggerAndSignOffService.java
index 75f682e..7221970 100644
--- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/visa/TcBotTriggerAndSignOffService.java
+++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/tcbot/visa/TcBotTriggerAndSignOffService.java
@@ -257,6 +257,7 @@ public class TcBotTriggerAndSignOffService {
 
         String[] suiteIds = Objects.requireNonNull(suiteIdList).split(",");
 
+        //todo consult if there are change differences here https://ci.ignite.apache.org/app/rest/changes?locator=buildType:(id:IgniteTests24Java8_Cache7),pending:true,branch:pull%2F6224%2Fhead
         Build[] builds = new Build[suiteIds.length];
 
         for (int i = 0; i < suiteIds.length; i++)