[ 
https://issues.apache.org/jira/browse/IGNITE-10203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16697167#comment-16697167
 ] 

ASF GitHub Bot commented on IGNITE-10203:
-----------------------------------------

SomeFire commented on a change in pull request #78: IGNITE-10203 Support for 
alternative configurations for PR testing
URL: https://github.com/apache/ignite-teamcity-bot/pull/78#discussion_r235915862
 
 

 ##########
 File path: 
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/ITeamcity.java
 ##########
 @@ -57,7 +54,12 @@
     @Deprecated
     long DEFAULT_BUILDS_COUNT = 1000;
 
-    CompletableFuture<List<BuildType>> getProjectSuites(String projectId);
+    /** {@inheritDoc} */
+    @Override default List<BuildTypeRef> getBuildTypes(String projectId) {
+        return FutureUtil.getResult(getProjectSuites(projectId));
+    }
+
+    CompletableFuture<List<BuildTypeRef>> getProjectSuites(String projectId);
 
 Review comment:
   Missed javadocs.

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


> [TC Bot] Support for alternative configurations for PR testing
> --------------------------------------------------------------
>
>                 Key: IGNITE-10203
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10203
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Nikolai Kulagin
>            Assignee: Nikolai Kulagin
>            Priority: Major
>
> Support for alternative configurations for PR testing (for example, 
> IgniteTests24Java8_RunMl)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to