Skip to content

Commit

Permalink
workflow touch ups
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee committed Nov 22, 2024
1 parent 970b3e6 commit 32d25fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/java-eks-otlp-ocb-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ env:
TEST_RESOURCES_FOLDER: ${GITHUB_WORKSPACE}

jobs:
test:
java-eks-otlp-ocb:
runs-on: ubuntu-latest
timeout-minutes: 30
outputs:
Expand Down Expand Up @@ -353,14 +353,13 @@ jobs:
run: |
aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
eksctl delete iamserviceaccount --name cloudwatch-agent --namespace amazon-cloudwatch --cluster ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
kubectl delete -f ./appsignals-collector.yaml -n ${{ env.SAMPLE_APP_NAMESPACE }}
kubectl delete ns opentelemetry-operator-system
kubectl delete service appsignals-collector -n ${{ env.SAMPLE_APP_NAMESPACE }}
kubectl delete service appsignals-collector-headless -n ${{ env.SAMPLE_APP_NAMESPACE }}
kubectl delete service appsignals-collector-monitoring -n ${{ env.SAMPLE_APP_NAMESPACE }}
kubectl delete deploy --all -n ${{ env.SAMPLE_APP_NAMESPACE }}
kubectl delete service sample-remote-app-service -n ${{ env.SAMPLE_APP_NAMESPACE }}
kubectl delete service sample-app-service -n ${{ env.SAMPLE_APP_NAMESPACE }}
kubectl delete -f ./appsignals-collector.yaml -n ${{ env.SAMPLE_APP_NAMESPACE }}
aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
- name: Terraform destroy
Expand Down

0 comments on commit 32d25fb

Please sign in to comment.