Execute helm tests in osh-infra single node jobs
This executes the helm tests for the single node jobs in openstack-helm-infra for rabbitmq, elasticsearch, fluent-logging, prometheus, and grafana. Change-Id: I0109cfbe6adeb9e24d513c8313d964323634b8da
This commit is contained in:
parent
d3c3c35365
commit
ef3adc4d0e
@ -32,3 +32,5 @@ helm upgrade --install rabbitmq ./rabbitmq \
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
helm status rabbitmq
|
||||
|
||||
helm test rabbitmq
|
||||
|
@ -43,3 +43,5 @@ helm upgrade --install elasticsearch ./elasticsearch \
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
helm status elasticsearch
|
||||
|
||||
helm test elasticsearch
|
||||
|
@ -49,3 +49,5 @@ fi
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
helm status fluent-logging
|
||||
|
||||
helm test fluent-logging
|
||||
|
@ -28,3 +28,5 @@ helm upgrade --install prometheus ./prometheus \
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
helm status prometheus
|
||||
|
||||
helm test prometheus
|
||||
|
@ -28,3 +28,5 @@ helm upgrade --install grafana ./grafana \
|
||||
|
||||
#NOTE: Validate Deployment info
|
||||
helm status grafana
|
||||
|
||||
helm test grafana
|
||||
|
Loading…
Reference in New Issue
Block a user