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 05:32:12 UTC

[GitHub] [ignite] anujajakhade opened a new pull request #7931: IGNITE-13149 Add s390x support for Travis build

anujajakhade opened a new pull request #7931:
URL: https://github.com/apache/ignite/pull/7931


   As Travis CI [officially supports](https://blog.travis-ci.com/2019-11-12-multi-cpu-architecture-ibm-power-ibm-z) s390x builds, adding support for same.
   
   ### The Contribution Checklist
   - [x] There is a single JIRA ticket related to the pull request. 
   - [x] The web-link to the pull request is attached to the JIRA ticket.
   - [ ] The JIRA ticket has the _Patch Available_ state.
   - [ ] The pull request body describes changes that have been made. 
   The description explains _WHAT_ and _WHY_ was made instead of _HOW_.
   - [x] The pull request title is treated as the final commit message. 
   The following pattern must be used: `IGNITE-XXXX Change summary` where `XXXX` - number of JIRA issue.
   - [x] A reviewer has been mentioned through the JIRA comments 
   (see [the Maintainers list](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ReviewProcessandMaintainers)) 
   - [ ] The pull request has been checked by the Teamcity Bot and 
   the `green visa` attached to the JIRA ticket (see [TC.Bot: Check PR](https://mtcga.gridgain.com/prs.html))
   
   ### Notes
   - [How to Contribute](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute)
   - [Coding abbreviation rules](https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules)
   - [Coding Guidelines](https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines)
   - [Apache Ignite Teamcity Bot](https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Teamcity+Bot)
   
   If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com _#ignite_ channel.
   
   
   


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



[GitHub] [ignite] anton-vinogradov commented on pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anton-vinogradov commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-644108421


   @anujajakhade Could you please provide additional info on what this fix for?
   @Mmuzaf, @ptupitsyn, could you please check the changes?


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



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-853644350


   Hi, 
   I had connected on the slack channel as well as on dev-list. But I haven't received any reply.
   Can someone guide me in adding s390x support in TeamCity. 
   


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



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-643991409


   @anton-vinogradov Could you please have a look? 


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



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on a change in pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#discussion_r441457391



##########
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:
       @ptupitsyn Does TeamCity support s390x?
   If yes, can you please suggest how s390x support can be added to TeamCity?




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



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-857432273


   > Hi, +1 to Pavel's answer here.
   > > Probably a new agent will be required.
   > See no way to has such a check without proper hardware. Have I missed something?
   > […](#)
   > On Thu, Jun 3, 2021 at 10:28 AM anujajakhade ***@***.***> wrote: Hi, I had connected on the slack channel as well as on dev-list. But I haven't received any reply. Can someone guide me in adding s390x support in TeamCity. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <[#7931 (comment)](https://github.com/apache/ignite/pull/7931#issuecomment-853644350)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAKUL2S45BCMH6A7TRSVFX3TQ4VHZANCNFSM4N52O5VA> .
   
   Hi @anton-vinogradov
   We can provide a s390x hardware for testing. However I couldn't find details on how the hardware can be added to TeamCity. I wanted help for the same.


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



[GitHub] [ignite] anujajakhade closed pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anujajakhade closed pull request #7931:
URL: https://github.com/apache/ignite/pull/7931


   


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

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [ignite] anton-vinogradov commented on pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anton-vinogradov commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-853722967


   Hi,
   +1 to Pavel's answer here.
   
   >> Probably a new agent will be required.
   See no way to has such a check without proper hardware.
   Have I missed something?
   
   On Thu, Jun 3, 2021 at 10:28 AM anujajakhade ***@***.***>
   wrote:
   
   > Hi,
   > I had connected on the slack channel as well as on dev-list. But I haven't
   > received any reply.
   > Can someone guide me in adding s390x support in TeamCity.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/ignite/pull/7931#issuecomment-853644350>, or
   > unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AAKUL2S45BCMH6A7TRSVFX3TQ4VHZANCNFSM4N52O5VA>
   > .
   >
   


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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on a change in pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#discussion_r446788746



##########
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:
       @ptupitsyn I have mailed on dev list.




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



[GitHub] [ignite] anton-vinogradov commented on pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anton-vinogradov commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-858423976


   > > Hi, +1 to Pavel's answer here.
   > > > Probably a new agent will be required.
   > > > See no way to has such a check without proper hardware. Have I missed something?
   > > > […](#)
   > > > On Thu, Jun 3, 2021 at 10:28 AM anujajakhade _**@**_.***> wrote: Hi, I had connected on the slack channel as well as on dev-list. But I haven't received any reply. Can someone guide me in adding s390x support in TeamCity. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <[#7931 (comment)](https://github.com/apache/ignite/pull/7931#issuecomment-853644350)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKUL2S45BCMH6A7TRSVFX3TQ4VHZANCNFSM4N52O5VA .
   > 
   > Hi @anton-vinogradov
   > We can provide a s390x hardware for testing. However I couldn't find details on how the hardware can be added to TeamCity. I wanted help for the same.
   
   @anujajakhade, AFAIK, GridGain hosts Ignite TeamCity, so you could contact them.
   
   @dmagda, Could you provide tips on how to add new hardware to the TeamCity cluster?


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



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-853644350


   Hi, 
   I had connected on the slack channel as well as on dev-list. But I haven't received any reply.
   Can someone guide me in adding s390x support in TeamCity. 
   


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



[GitHub] [ignite] anujajakhade edited a comment on pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anujajakhade edited a comment on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-853644350


   Hi @ptupitsyn, @Mmuzaf 
   I had connected on the slack channel as well as on dev-list. But I haven't received any reply.
   Can someone guide me in adding s390x support in TeamCity. 
   


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



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on a change in pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#discussion_r441457391



##########
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:
       @ptupitsyn Does TeamCity support s390x?
   If yes, can you please suggest steps how s390x support can be added to TeamCity?




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



[GitHub] [ignite] anujajakhade edited a comment on pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anujajakhade edited a comment on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-853644350


   Hi @ptupitsyn, @Mmuzaf 
   I had connected on the slack channel as well as on dev-list. But I haven't received any reply.
   Can someone guide me in adding s390x support in TeamCity. 
   


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



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-909858992


   Closing the PR as I have started a new discussion [here](https://issues.apache.org/jira/browse/IGNITE-15368). 


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

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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

Posted by GitBox <gi...@apache.org>.
ptupitsyn commented on a change in pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#discussion_r441716722



##########
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:
       I don't know, probably a new agent will be required. Please ask about this on [dev list](dev@ignite.apache.org).

##########
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:
       I don't know, probably a new agent will be required. Please ask about this on the [dev list](dev@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



[GitHub] [ignite] anton-vinogradov commented on pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anton-vinogradov commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-853722967


   Hi,
   +1 to Pavel's answer here.
   
   >> Probably a new agent will be required.
   See no way to has such a check without proper hardware.
   Have I missed something?
   
   On Thu, Jun 3, 2021 at 10:28 AM anujajakhade ***@***.***>
   wrote:
   
   > Hi,
   > I had connected on the slack channel as well as on dev-list. But I haven't
   > received any reply.
   > Can someone guide me in adding s390x support in TeamCity.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/ignite/pull/7931#issuecomment-853644350>, or
   > unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AAKUL2S45BCMH6A7TRSVFX3TQ4VHZANCNFSM4N52O5VA>
   > .
   >
   


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



[GitHub] [ignite] anujajakhade edited a comment on pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anujajakhade edited a comment on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-909858992


   Closing the PR as I have started a discussion [here](https://issues.apache.org/jira/browse/IGNITE-15368). 


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

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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

Posted by GitBox <gi...@apache.org>.
anujajakhade commented on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-909858992


   Closing the PR as I have started a new discussion [here](https://issues.apache.org/jira/browse/IGNITE-15368). 


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

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [ignite] anujajakhade edited a comment on pull request #7931: IGNITE-13149 Add s390x support for Travis build

Posted by GitBox <gi...@apache.org>.
anujajakhade edited a comment on pull request #7931:
URL: https://github.com/apache/ignite/pull/7931#issuecomment-909858992


   Closing the PR as I have started a discussion [here](https://issues.apache.org/jira/browse/IGNITE-15368). 


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

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org