Skip to content

Commit

Permalink
Merge pull request #2814 from krzysied/revert-2792-vpa_removing_updat…
Browse files Browse the repository at this point in the history
…er_scripts

Revert "VPA - Removing updater e2e test from scripts"
  • Loading branch information
k8s-ci-robot authored Feb 10, 2020
2 parents e2542e4 + 97c03e3 commit 03dd648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vertical-pod-autoscaler/hack/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function print_help {
echo "ERROR! Usage: run-e2e-tests.sh <suite>"
echo "<suite> should be one of:"
echo " - recommender"
echo " - updater"
echo " - admission-controller"
echo " - actuation"
echo " - full-vpa"
Expand All @@ -44,7 +45,7 @@ SUITE=$1
export GO111MODULE=on

case ${SUITE} in
recommender|admission-controller|actuation|full-vpa)
recommender|updater|admission-controller|actuation|full-vpa)
export KUBECONFIG=$HOME/.kube/config
pushd ${SCRIPT_ROOT}/e2e
go test -mod vendor ./v1beta2/*go -v --test.timeout=60m --args --ginkgo.v=true --ginkgo.focus="\[VPA\] \[${SUITE}\]" --report-dir=/workspace/_artifacts --disable-log-dump
Expand Down
1 change: 1 addition & 0 deletions vertical-pod-autoscaler/hack/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function print_help {
echo "ERROR! Usage: run-e2e.sh <suite>"
echo "<suite> should be one of:"
echo " - recommender"
echo " - updater"
echo " - admission-controller"
echo " - actuation"
echo " - full-vpa"
Expand Down

0 comments on commit 03dd648

Please sign in to comment.