You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/14 15:43:14 UTC

[GitHub] [ignite-teamcity-bot] sergeyuttsel commented on a change in pull request #159: Show tests on TC board that were stable and have become flaky

sergeyuttsel commented on a change in pull request #159: Show tests on TC board that were stable and have become flaky
URL: https://github.com/apache/ignite-teamcity-bot/pull/159#discussion_r408239605
 
 

 ##########
 File path: tcbot-engine/src/main/java/org/apache/ignite/tcbot/engine/issue/EventTemplates.java
 ##########
 @@ -53,6 +55,11 @@
                     FAIL, FAIL}
     );
 
+    public static final EventTemplate stablePassedTest = new EventTemplate(
+        new int[]{OK_OR_FAILURE},
+        new int[]{OK, OK, OK, OK, OK, OK, OK, OK, OK, OK, OK, OK, OK}
+    );
+
 
 Review comment:
   I removed new event template.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services