Skip to content

Commit

Permalink
Disable build for metricbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 29, 2020
1 parent 5199ca9 commit d1112a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ when:
platform: "linux && ubuntu-16" ## default label for all the stages
stages:
build:
## Integration Testing is broken https://github.com/elastic/beats/issues/21961
#make: "RACE_DETECTOR=1 make -C metricbeat check testsuite integration-tests-environment"
make: "RACE_DETECTOR=1 make -C metricbeat check testsuite integration-tests-environment"
when:
disabled: true ## Disabled since Integration Testing is broken. See https://github.com/elastic/beats/issues/21961
crosscompile:
make: "make -C metricbeat crosscompile"
windows:
Expand Down

0 comments on commit d1112a5

Please sign in to comment.