Ethanlm commented on a change in pull request #3348:
URL: https://github.com/apache/storm/pull/3348#discussion_r539420089
##########
File path: .travis.yml
##########
@@ -41,6 +40,48 @@ matrix:
include:
- arch: s390x
jdk: openjdk11
+ - dist: focal
+ group: edge
Review comment:
What does `group` mean here?
##########
File path: .travis.yml
##########
@@ -41,6 +40,48 @@ matrix:
include:
- arch: s390x
jdk: openjdk11
+ - dist: focal
+ group: edge
+ arch: arm64-graviton2
Review comment:
Is it possible to use arm64 directly?
https://docs.travis-ci.com/user/reference/overview/#linux-travisyml-examples
##########
File path: .travis.yml
##########
@@ -41,6 +40,48 @@ matrix:
include:
- arch: s390x
jdk: openjdk11
+ - dist: focal
Review comment:
The default dist configured above we use is `trusty`. Should we upgrade
the default dist to `focal`? (it can be a separate work)
----------------------------------------------------------------
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:
[email protected]