Skip to content

Commit

Permalink
Split tests in arm64 to avoid timeouts in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jul 2, 2020
1 parent f2aff2b commit 08d27eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -55,7 +55,10 @@ matrix:
- env: JDK="jdk11" GATE="build,bootstraplite" PRIMARY="compiler"
- os: linux
arch: arm64
env: JDK="jdk11" GATE="fullbuild,test" PRIMARY="compiler"
env: JDK="jdk11" GATE="fullbuild,test:1:" PRIMARY="compiler"
- os: linux
arch: arm64
env: JDK="jdk11" GATE="build,test:0:1" PRIMARY="compiler"
- os: linux
arch: arm64
env: JDK="jdk11" GATE="build,bootstraplite" PRIMARY="compiler"
Expand Down

0 comments on commit 08d27eb

Please sign in to comment.