You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by et...@apache.org on 2020/11/05 22:03:43 UTC

[storm] branch master updated: [STORM-3681] ARM CI switch to use arm64-graviton2 and enable all modules (#3344)

This is an automated email from the ASF dual-hosted git repository.

ethanli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new fe2f710  [STORM-3681] ARM CI switch to use arm64-graviton2 and enable all modules (#3344)
fe2f710 is described below

commit fe2f7102e244336e288d26f2dde8089198ee4c33
Author: Liu sheng <li...@gmail.com>
AuthorDate: Fri Nov 6 06:03:27 2020 +0800

    [STORM-3681] ARM CI switch to use arm64-graviton2 and enable all modules (#3344)
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e0ba311..8e947ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,10 @@ addons:
   hosts:
     - node1
 
+arch:
+  - amd64
+  - arm64-graviton2
+
 env:
   - MODULES=Client
   - MODULES=Server
@@ -37,8 +41,6 @@ matrix:
   include:
     - arch: s390x
       jdk: openjdk11
-    - arch: arm64
-      jdk: openjdk11
 
 before_install:
   - rvm reload