Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Mar 8, 2024
1 parent a41996a commit ce029e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/k8s-regression-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@ jobs:
# kubectl delete -f grafana-service.yaml,panoptichain-service.yaml,prometheus-service.yaml,grafana-deployment.yaml,grafana-claim0-persistentvolumeclaim.yaml,panoptichain-deployment.yaml,prometheus-deployment.yaml,prometheus-claim0-persistentvolumeclaim.yaml --namespace=pos --context=gke_prj-polygonlabs-devtools-dev_europe-west2_ci-cluster-1

- name: Remove all datadog agent resources
run: |
register: tf_result
retries: 3
delay: 5
until: tf_result is not failed
ansible.builtin.shell:
cmd: |
cd panoptichain/terraform
terraform init
terraform destroy -auto-approve -target=helm_release.datadog_agent -var="datadog_api_key=${{ secrets.DATADOG_API_KEY }}" -var="coralogix_api_key=${{ secrets.CORALOGIX_API_KEY }}"
Expand All @@ -106,4 +111,3 @@ jobs:
cd polygon-devnets/kubernetes/pos
export KUBECONFIG=~/.kube/regression-cluster.yaml
kubectl delete -k overlays/gcr --namespace=pos --context=gke_prj-polygonlabs-devtools-dev_europe-west2_ci-cluster-1

0 comments on commit ce029e1

Please sign in to comment.