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/19 20:03:50 UTC

[GitHub] [ignite] Mmuzaf opened a new pull request #7692: IGNITE-12916: Add travis-ci configuration for Ignite build

Mmuzaf opened a new pull request #7692: IGNITE-12916: Add travis-ci configuration for Ignite build
URL: https://github.com/apache/ignite/pull/7692
 
 
   

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

[GitHub] [ignite] bedlaj edited a comment on issue #7692: IGNITE-12916: Add travis-ci configuration for Ignite build

Posted by GitBox <gi...@apache.org>.
bedlaj edited a comment on issue #7692: IGNITE-12916: Add travis-ci configuration for Ignite build
URL: https://github.com/apache/ignite/pull/7692#issuecomment-616221996
 
 
   Travisfile can be tweaked a bit.
   
   - `sudo` key is deprecated and ignored. It is recomended to remove it. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
   - `language` is missing, so default `ruby` is used. You should add `language: java`
   - `dist` defaults to `xenial`.  Better add `dist: xenial` explicitly. Default dist can lead to unexpected results, once travis-ci upgrades to next release (There are still many failing builds across github after travis updated default image from trusty to xenial in 2019)

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

[GitHub] [ignite] bedlaj commented on issue #7692: IGNITE-12916: Add travis-ci configuration for Ignite build

Posted by GitBox <gi...@apache.org>.
bedlaj commented on issue #7692: IGNITE-12916: Add travis-ci configuration for Ignite build
URL: https://github.com/apache/ignite/pull/7692#issuecomment-616221996
 
 
   Travisfile can be tweaked a bit.
   
   - `sudo` key is deprecated and ignored. It is recomended to remove it. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
   - `language` is missing, so default `ruby` is used. You should add `language: java`
   - `dist` defaults to `xenial`.  Better add `dist: xenial` explicitly. Default dist can lead to unexpected results, once travis-ci upgrades to next release (There are still many failing builds across github after travis updated default image from trusty to xenial)

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

[GitHub] [ignite] bedlaj edited a comment on issue #7692: IGNITE-12916: Add travis-ci configuration for Ignite build

Posted by GitBox <gi...@apache.org>.
bedlaj edited a comment on issue #7692: IGNITE-12916: Add travis-ci configuration for Ignite build
URL: https://github.com/apache/ignite/pull/7692#issuecomment-616221996
 
 
   Travisfile can be tweaked a bit.
   
   - `sudo` key is deprecated and ignored. It is recomended to remove it. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
   - `language` is missing, so default `ruby` is used. You should add `language: java`
   - `dist` defaults to `xenial`.  Better add `dist: xenial` explicitly. Default dist can lead to unexpected results, once travis-ci upgrades to next release (There are still many failing builds across github after travis updated default image from trusty to xenial in 2019)
   
   Edit: According discussion ( http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSSION-Pull-request-checks-on-GitHub-td46945.html ) there is intention to run oraclejdk8 in matrix. Just a note, that oraclejdk8 is no longer supported on `xenial`, so maybe `trusty` is better choice for `dist` tag

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