Skip to content

Commit

Permalink
cmon
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Mar 8, 2024
1 parent ea09ad4 commit 8ccbb46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/k8s-regression-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,13 @@ jobs:
retries: 3
delay: 5
until: tf_result is not failed
ansible.builtin.shell:
cmd: |
run: |
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 }}"
- name: Finally, remove pos devnet resources and return to clean slate GKE environment
run: |
run: |
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 8ccbb46

Please sign in to comment.