liusheng opened a new pull request #3348: URL: https://github.com/apache/storm/pull/3348
In # apache/storm/pull/3344, we have enabled ARM CI with all Storm modules enabled and switched to use the "arm64-graviton2" resources, but I have made a mistak that the ARM CI actually still run on x86 than ARM even the CI job shows the label "arm64-graviton2", details can be found in the CI job logs[1]. Because the "arm64-graviton2" requires explicit virt: [lxd|vm] tag, see[2]. Addtionally, we have skip the increasing swap space statement in intergration test because it will raise error on ARM. And we only enabled openjdk11 for ARM jobs because the jdk8 is unsupported, see[3]. [1] https://travis-ci.org/github/apache/storm/jobs/741780900 [2] https://docs.travis-ci.com/user/multi-cpu-architectures#testing-on-multiple-cpu-architectures [3] https://travis-ci.com/github/liusheng/storm/jobs/430934514 ---------------------------------------------------------------- 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]
