File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5454 TEST_RESOURCES_FOLDER : ${GITHUB_WORKSPACE}
5555
5656jobs :
57- test :
57+ java-eks-otlp-ocb :
5858 runs-on : ubuntu-latest
5959 timeout-minutes : 30
6060 outputs :
@@ -353,14 +353,13 @@ jobs:
353353 run : |
354354 aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
355355 eksctl delete iamserviceaccount --name cloudwatch-agent --namespace amazon-cloudwatch --cluster ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
356+ kubectl delete -f ./appsignals-collector.yaml -n ${{ env.SAMPLE_APP_NAMESPACE }}
356357 kubectl delete ns opentelemetry-operator-system
357- kubectl delete service appsignals-collector -n ${{ env.SAMPLE_APP_NAMESPACE }}
358358 kubectl delete service appsignals-collector-headless -n ${{ env.SAMPLE_APP_NAMESPACE }}
359359 kubectl delete service appsignals-collector-monitoring -n ${{ env.SAMPLE_APP_NAMESPACE }}
360360 kubectl delete deploy --all -n ${{ env.SAMPLE_APP_NAMESPACE }}
361361 kubectl delete service sample-remote-app-service -n ${{ env.SAMPLE_APP_NAMESPACE }}
362362 kubectl delete service sample-app-service -n ${{ env.SAMPLE_APP_NAMESPACE }}
363- kubectl delete -f ./appsignals-collector.yaml -n ${{ env.SAMPLE_APP_NAMESPACE }}
364363 aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
365364
366365 - name : Terraform destroy
You can’t perform that action at this time.
0 commit comments