Skip to content

Commit

Permalink
Temporarily disable generator jobs (elastic#16952) (elastic#16954)
Browse files Browse the repository at this point in the history
(cherry picked from commit 69d11e7)
  • Loading branch information
kvch authored Mar 11, 2020
1 parent 3cd7af2 commit 3078ed1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,15 @@ jobs:
stage: test

# Generators
- os: linux
env: TARGETS="-C generator/_templates/metricbeat test test-package"
go: $TRAVIS_GO_VERSION
stage: test
- os: linux
env: TARGETS="-C generator/_templates/beat test test-package"
go: $TRAVIS_GO_VERSION
stage: test
# https://github.com/elastic/beats/issues/16951
#- os: linux
# env: TARGETS="-C generator/_templates/metricbeat test test-package"
# go: $TRAVIS_GO_VERSION
# stage: test
#- os: linux
# env: TARGETS="-C generator/_templates/beat test test-package"
# go: $TRAVIS_GO_VERSION
# stage: test

- os: osx
env: TARGETS="-C generator/_templates/metricbeat test"
Expand Down

0 comments on commit 3078ed1

Please sign in to comment.