liusheng commented on pull request #3348: URL: https://github.com/apache/storm/pull/3348#issuecomment-723944226
Hmm. looks like this change still cannot correctly use "arm64-graviton2" ARM resources in Travis. according to the [CI results](https://travis-ci.org/github/apache/storm/builds/742395332) of this change, it still use **x86** than **ARM** in the ARM job. that is because currently the "arm64-graviton2" is only available in **travis-ci.com**, not available in **travis-ci.org**, and Storm projects use **travis-ci.org**, please see the [Travis ci docs](https://docs.travis-ci.com/user/multi-cpu-architectures#multi-cpu-availaibility). Addtionally, it is recomended to use **travis-ci.com** than **travis-ci.org** and the latter will be closed down in the future. please see: https://devops.stackexchange.com/questions/1201/whats-the-difference-between-travis-ci-org-and-travis-ci-com So, maybe we can promote to migrate to use "travis-ci.com" in Storm project ? or there is already a plan ? ---------------------------------------------------------------- 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]
