Skip to content
Open
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
4 changes: 2 additions & 2 deletions pmm-tests/check_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def main():
verify_command('rpm -qa | grep pmm-dump-' + args.version)
verify_command('sudo supervisorctl status | grep victoriametrics | grep RUNNING')
verify_command('sudo supervisorctl status | grep vmalert | grep RUNNING')
verify_command('grafana-cli plugins ls | grep "vertamedia-clickhouse-datasource @ 2.4.4"')
verify_command('grafana-cli plugins ls | grep alexanderzobnin-zabbix-app')
# verify_command('grafana-cli plugins ls | grep "vertamedia-clickhouse-datasource @ 2.4.4"')
# verify_command('grafana-cli plugins ls | grep alexanderzobnin-zabbix-app')
verify_command('sudo victoriametrics --version | grep v1.89.1')
else:
pmm_server_docker_container = subprocess.getoutput("docker ps --format \"table {{.ID}}\t{{.Image}}\t{{"
Expand Down
4 changes: 2 additions & 2 deletions pmm-tests/check_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ if [ "$DISTRIBUTION" == "ami" ]; then
rpm -qa | grep pmm-dump-$PMM_VERSION
sudo supervisorctl status | grep victoriametrics | grep RUNNING
sudo supervisorctl status | grep vmalert | grep RUNNING
grafana-cli plugins ls | grep "vertamedia-clickhouse-datasource @ 2.4.4"
grafana-cli plugins ls | grep alexanderzobnin-zabbix-app
# grafana-cli plugins ls | grep "vertamedia-clickhouse-datasource @ 2.4.4"
# grafana-cli plugins ls | grep alexanderzobnin-zabbix-app
sudo victoriametrics --version | grep pmm-6401-v1.77.1
fi
else
Expand Down