|
@@ -3,7 +3,7 @@ before_script:
|
|
|
- which ruby
|
|
|
- env
|
|
|
- test -n "$RNAME" && script/build/test_db_config.sh
|
|
|
- - test -n "$RNAME" && bundle install
|
|
|
+ - test -n "$RNAME" && bundle install --jobs 8
|
|
|
|
|
|
stages:
|
|
|
- pre
|
|
@@ -229,7 +229,7 @@ test:integration:slack:
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- echo "gem 'slack-api'" >> Gemfile.local
|
|
|
- - bundle install
|
|
|
+ - bundle install --jobs 8
|
|
|
- ruby -I test test/integration/slack_test.rb
|
|
|
- rake db:drop
|
|
|
|
|
@@ -427,7 +427,7 @@ test:browser:integration:api_client_ruby:
|
|
|
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
|
|
|
- git clone git@github.com:zammad/zammad-api-client-ruby.git || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1
|
|
|
- cd zammad-api-client-ruby
|
|
|
- - bundle install
|
|
|
+ - bundle install --jobs 8
|
|
|
- export TEST_URL=http://$IP:$BROWSER_PORT
|
|
|
- rspec || (cd .. && script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1)
|
|
|
- cd .. && script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 0 1
|