Skip to content

Commit

Permalink
Split up Metricbeat tests into 3 builds on Travis (#10714)
Browse files Browse the repository at this point in the history
The builds on travis for metricbeat exceeded 30min. This splits up the tests into 3 parts.
  • Loading branch information
ruflin authored Feb 14, 2019
1 parent 6952697 commit 915a105
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,18 @@ jobs:

# Metricbeat
- os: linux
env: TARGETS="-C metricbeat testsuite"
env: TARGETS="-C metricbeat unit-tests coverage-report"
go: $TRAVIS_GO_VERSION
stage: test
- os: linux
env: TARGETS="-C metricbeat integration-tests-environment coverage-report"
go: $TRAVIS_GO_VERSION
stage: test
- os: linux
env: TARGETS="-C metricbeat update system-tests-environment coverage-report"
go: $TRAVIS_GO_VERSION
stage: test

- os: osx
env: TARGETS="TEST_ENVIRONMENT=0 -C metricbeat testsuite"
go: $TRAVIS_GO_VERSION
Expand Down

0 comments on commit 915a105

Please sign in to comment.