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/06/15 12:42:52 UTC

[GitHub] [ignite] ptupitsyn commented on a change in pull request #7931: IGNITE-13149 Add s390x support for Travis build

ptupitsyn commented on a change in pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#discussion_r440147284



##########
File path: .travis.yml
##########
@@ -45,10 +45,37 @@ matrix:
       script: mvn test-compile -Pall-java,licenses,lgpl,checkstyle,examples,check-licenses,!spark-2.4,!spark,!scala -Dmaven.javadoc.skip=true -B -V
       before_cache: rm -rfv $HOME/.m2/repository/org/apache/ignite
       cache: {directories: [$HOME/.m2/repository]}
-
+      
+    - language: java
+      os: linux
+      arch: s390x

Review comment:
       Travis build is meant as a quick check for Pull Requests:
   * Code compiles under JDK 8 and 11
   * Code style is ok
   
   s390x may be useful, but it should be added to our TeamCity instead:
   https://ci.ignite.apache.org/




----------------------------------------------------------------
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