Skip to content

Commit

Permalink
Integ test neuron (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-purang authored Jul 23, 2024
1 parent c1f9d0d commit 5443951
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 150 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -926,8 +926,6 @@ jobs:
-var="instance_type=${{ matrix.arrays.instanceType }}" \
-var="k8s_version=${{ matrix.arrays.k8s_version }}"; then
terraform destroy -auto-approve
elif [ "${{ matrix.arrays.test_dir }}" == "./test/awsneuron" ]; then
echo "NOT DELETING CLUSTER, DELETE MANUALLY"
else
terraform destroy -auto-approve && exit 1
fi
Expand All @@ -945,12 +943,7 @@ jobs:
else
cd terraform/eks/daemon
fi
if [ "${{ matrix.arrays.test_dir }}" == "./test/awsneuron" ]; then
echo "NOT DELETING CLUSTER, DELETE MANUALLY"
else
terraform destroy --auto-approve
fi
terraform destroy --auto-approve
EKSPrometheusIntegrationTest:
name: 'EKSPrometheusIntegrationTest'
Expand Down
Loading

0 comments on commit 5443951

Please sign in to comment.