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

Commit

Permalink
[7.10] [meta] enable metricbeat upgrade test (#940) (#950)
Browse files Browse the repository at this point in the history
This commit enable Metricbeat upgrade test which where disable before
7.10.0 release because Metricbeat 7.10.0 introduce breaking change
preventing upgrade from previous version.

Version post 7.10.0 will now be tested for upgrade from 7.10.0.
  • Loading branch information
jmlrt committed Dec 1, 2020
1 parent eebf07c commit 629a067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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)

0 comments on commit 629a067

Please sign in to comment.