Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[7.10] [meta] enable metricbeat upgrade test (#940) #950

Merged
merged 1 commit into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helpers/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ METRICBEAT_SUITE:
- default
- oss
- security
#- upgrade TODO: uncomment after 7.10.0 release
- upgrade
LOGSTASH_SUITE:
- default
- oss
Expand Down
5 changes: 2 additions & 3 deletions metricbeat/examples/upgrade/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include ../../../helpers/examples.mk

CHART := metricbeat
RELEASE := helm-metricbeat-upgrade
#FROM := 7.10.0 # upgrade from version < 7.10.0 is failing due to selector
FROM := 7.10.0 # upgrade from version < 7.10.0 is failing due to selector
# breaking change in https://github.com/elastic/helm-charts/pull/516

install:
Expand All @@ -13,8 +13,7 @@ install:
kubectl rollout status deployment $(RELEASE)-metricbeat-metrics
kubectl rollout status deployment $(RELEASE)-kube-state-metrics

#TODO: uncomment after 7.10.0 release
test: #install goss
test: install goss

purge:
helm del $(RELEASE)