Skip to content

Commit

Permalink
Disable build for x-pack/metricbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 29, 2020
1 parent d5239e0 commit 91a9af8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ when:
tags: true ## for all the tags
platform: "linux && ubuntu-16" ## default label for all the stages
stages:
## Disabled see https://github.com/elastic/beats/issues/21962
#build:
# make: "RACE_DETECTOR=1 make -C x-pack/metricbeat check testsuite integration-tests-environment"
build:
make: "RACE_DETECTOR=1 make -C x-pack/metricbeat check testsuite integration-tests-environment"
when:
disabled: true ## Disabled see https://github.com/elastic/beats/issues/21962
windows:
mage: "mage fields build goTestUnit"
platforms: ## override default labels in this specific stage.
Expand Down

0 comments on commit 91a9af8

Please sign in to comment.