Skip to content

Commit

Permalink
Minikube test failure fix (#315)
Browse files Browse the repository at this point in the history
Co-authored-by: halim-lee <halim.lee@ibm.com>
  • Loading branch information
halim-lee and halim-lee authored Jan 11, 2022
1 parent f8a61ea commit 28ccea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/tests/scorecard/kuttl/auto3/01-add-scaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
resources:
requests:
cpu: "0.5"
cpu: "0.2"
autoscaling:
maxReplicas: 5
minReplicas: 3
Expand Down
4 changes: 3 additions & 1 deletion scripts/e2e-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ main() {
echo "****** Scorecard tests failed..."
}
result=$?

cleanup_test

echo "****** Cleaning up test environment..."
cleanup_env

return $result
}

parse_args() {
Expand Down

0 comments on commit 28ccea8

Please sign in to comment.