Skip to content

Commit

Permalink
Test rolling restart in CI (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv authored Dec 30, 2024
1 parent c0462e1 commit 6fb4041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ jobs:
run: bash .github/test_deploy_stability.sh
- run: kubectl -n $K8S_NAMESPACE get pods

# Arbitrary ndbmtd change without changing the config.ini
- name: Rolling upgrade of data nodes
# Simple change in config.ini
- name: Rolling restart of cluster
run: |
helm upgrade -i $RONDB_CLUSTER_NAME \
--namespace=$K8S_NAMESPACE \
--reuse-values \
--set meta.ndbmtd.statefulSet.podAnnotations.hello=world \
--set rondbConfig.EmptyApiSlots=5 \
.
- name: Test deploy stability
Expand Down

0 comments on commit 6fb4041

Please sign in to comment.