Skip to content

Commit

Permalink
Use the noxpack version of the env for Metricbeat (#4605)
Browse files Browse the repository at this point in the history
This is done only in an attempt to speed up the tests (by avoiding the
Kibana optimizing step). Once we use the snapshot docker images, we should switch
back to xpack.
  • Loading branch information
tsg authored and exekias committed Jul 4, 2017
1 parent f3cabcd commit 1f97861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricbeat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BEAT_NAME?=metricbeat
BEAT_DESCRIPTION?=Metricbeat sends metrics to Elasticsearch.
SYSTEM_TESTS?=true
TEST_ENVIRONMENT?=true
TESTING_ENVIRONMENT?=snapshot-noxpack
GOPACKAGES=$(shell go list ${BEAT_PATH}/... | grep -v /vendor/)
ES_BEATS?=..

Expand Down

0 comments on commit 1f97861

Please sign in to comment.