Skip to content

Commit

Permalink
Add fix where eks upgrade tests don't always cleanup the test env bef…
Browse files Browse the repository at this point in the history
…ore running
  • Loading branch information
jvoravong committed Jan 24, 2025
1 parent 7b49f20 commit e03e28b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/functional_test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ jobs:
cd base && make cert-manager
- name: Deploy previous version of the chart
run: |
# Temp to verify env is clean enough
helm delete sock
helm list --quiet | grep -q "^sock$" && echo "Found previous 'sock' release. Deleting..." && helm delete sock
cd base && helm upgrade sock helm-charts/splunk-otel-collector --set cloudProvider=aws --set distribution=eks --set splunkObservability.realm=us0 --set splunkObservability.accessToken=xxxxx
- name: Update dependencies
run: |
Expand Down Expand Up @@ -238,8 +237,7 @@ jobs:
cd base && make cert-manager
- name: Deploy previous version of the chart
run: |
# Temp to verify env is clean enough
helm delete sock
helm list --quiet | grep -q "^sock$" && echo "Found previous 'sock' release. Deleting..." && helm delete sock
cd base && helm install sock helm-charts/splunk-otel-collector --set cloudProvider=aws --set distribution=eks --set splunkObservability.realm=us0 --set splunkObservability.accessToken=xxxxx --set operator.enabled=true --set environment=dev
- name: Update dependencies
run: |
Expand Down

0 comments on commit e03e28b

Please sign in to comment.