File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vertical-pod-autoscaler/hack Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ case ${SUITE} in
50
50
recommender|updater|admission-controller|actuation|full-vpa)
51
51
export KUBECONFIG=$HOME /.kube/config
52
52
pushd ${SCRIPT_ROOT} /e2e
53
- go test ./v1/* go -v --test.timeout=90m --args --ginkgo.v=true --ginkgo.focus=" \[VPA\] \[${SUITE} \]" --report-dir=${WORKSPACE} --disable-log-dump --ginkgo.timeout=90m
53
+ go test ./v1/* go -v --test.timeout=150m --args --ginkgo.v=true --ginkgo.focus=" \[VPA\] \[${SUITE} \]" --report-dir=${WORKSPACE} --disable-log-dump --ginkgo.timeout=150m
54
54
V1_RESULT=$?
55
55
popd
56
56
echo v1 test result: ${V1_RESULT}
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ for i in $COMPONENTS; do
70
70
elif [ ${ACTION} == delete ] ; then
71
71
(bash ${SCRIPT_ROOT} /pkg/admission-controller/rmcerts.sh || true)
72
72
(bash ${SCRIPT_ROOT} /pkg/admission-controller/delete-webhook.sh || true)
73
- kubectl delete -f ${SCRIPT_ROOT} /deploy/admission-controller-service.yaml
73
+ kubectl delete -f ${SCRIPT_ROOT} /deploy/admission-controller-service.yaml --ignore-not-found
74
74
fi
75
75
fi
76
76
if [[ ${ACTION} == print ]]; then
You can’t perform that action at this time.
0 commit comments