File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
if [ $deployment_failed -eq 0 ]; then
156
156
. ${{ env.TEST_RESOURCES_FOLDER }}/.github/workflows/util/execute_and_retry.sh
157
157
execute_and_retry 3 \
158
- "${{ env.TEST_RESOURCES_FOLDER }}/enablemt -script/enable-app-signals.sh \
158
+ "${{ env.TEST_RESOURCES_FOLDER }}/enablement -script/enable-app-signals.sh \
159
159
${{ inputs.test-cluster-name }} \
160
160
${{ inputs.aws-region }} \
161
161
${{ env.SAMPLE_APP_NAMESPACE }}" \
@@ -166,7 +166,7 @@ jobs:
166
166
aws eks update-kubeconfig --name ${{ inputs.test-cluster-name }} --region ${{ inputs.aws-region }}" \
167
167
60
168
168
169
- execute_and_retry 2 "kubectl delete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}" "" 60
169
+ execute_and_retry 2 "kubectl dete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}" "" 60
170
170
execute_and_retry 2 "kubectl wait --for=condition=Ready --request-timeout '5m' pod --all -n ${{ env.SAMPLE_APP_NAMESPACE }}" "" 10
171
171
172
172
echo "Attempting to connect to the main sample app endpoint"
You can’t perform that action at this time.
0 commit comments