We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640c1b3 commit 9f1236dCopy full SHA for 9f1236d
vertical-pod-autoscaler/hack/run-e2e-tests.sh
@@ -50,7 +50,7 @@ case ${SUITE} in
50
recommender|updater|admission-controller|actuation|full-vpa)
51
export KUBECONFIG=$HOME/.kube/config
52
pushd ${SCRIPT_ROOT}/e2e
53
- go test ./v1/*go -v --test.timeout=150m --args --ginkgo.v=true --ginkgo.focus="\[VPA\] \[${SUITE}\]" --ginkgo.label-filter="FG:PerVPAConfig" --report-dir=${WORKSPACE} --disable-log-dump --ginkgo.timeout=150m
+ 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
V1_RESULT=$?
55
popd
56
echo v1 test result: ${V1_RESULT}
0 commit comments