Skip to content

Commit

Permalink
Merge pull request ManageIQ#20812 from odidev/arm64_travis
Browse files Browse the repository at this point in the history
Add ARM64 jobs in Travis-CI
  • Loading branch information
jrafanie authored Feb 4, 2021
2 parents 0351078 + 6b9f62d commit f38aa50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ env:
- TEST_SUITE=brakeman
matrix:
fast_finish: true
jobs:
- sudo: required
group: edge
virt: lxd
dist: bionic
arch: arm64-graviton2
rvm: 2.6.6
env:
- RUBY_GC_HEAP_GROWTH_MAX_SLOTS=300000
- RUBY_GC_HEAP_INIT_SLOTS=600000
- RUBY_GC_HEAP_GROWTH_FACTOR=1.25
- PARALLEL_TEST_PROCESSORS=2
- TEST_SUITE=vmdb PARALLEL=true
addons:
postgresql: '10'
before_install: source ${TRAVIS_BUILD_DIR}/bin/ci/before_install.sh
Expand Down
2 changes: 2 additions & 0 deletions bin/ci/before_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -v

git config --global user.name "ManageIQ"
git config --global user.email "[email protected]"
source $TRAVIS_BUILD_DIR/bin/ci/setup_vmdb_configs.sh
source $TRAVIS_BUILD_DIR/bin/ci/setup_ruby_env.sh

Expand Down

0 comments on commit f38aa50

Please sign in to comment.