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
5050 recommender|updater|admission-controller|actuation|full-vpa)
5151 export KUBECONFIG=$HOME /.kube/config
5252 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
5454 V1_RESULT=$?
5555 popd
5656 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
7070 elif [ ${ACTION} == delete ] ; then
7171 (bash ${SCRIPT_ROOT} /pkg/admission-controller/rmcerts.sh || true)
7272 (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
7474 fi
7575 fi
7676 if [[ ${ACTION} == print ]]; then
You can’t perform that action at this time.
0 commit comments