Skip to content

Commit

Permalink
use 1.19 in CI (#12117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Oct 7, 2021
1 parent ef097d0 commit 430a9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/e2e-auto-tls-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ function delete_dns_record() {
# Skip installing istio as an add-on
# Temporarily increasing the cluster size for serving tests to rule out
# resource/eviction as causes of flakiness.
# Pin to 1.18 since scale test is super flakey on 1.19
initialize "$@" --skip-istio-addon --min-nodes=4 --max-nodes=4 --enable-ha --cluster-version=1.18
initialize "$@" --skip-istio-addon --min-nodes=4 --max-nodes=4 --enable-ha --cluster-version=1.19

# Run the tests
header "Running tests"
Expand Down
3 changes: 1 addition & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ source $(dirname $0)/e2e-common.sh
# Skip installing istio as an add-on.
# Temporarily increasing the cluster size for serving tests to rule out
# resource/eviction as causes of flakiness.
# Pin to 1.18 since scale test is super flakey on 1.19
initialize --skip-istio-addon --min-nodes=4 --max-nodes=4 --enable-ha --cluster-version=1.18 "$@"
initialize --skip-istio-addon --min-nodes=4 --max-nodes=4 --enable-ha --cluster-version=1.19 "$@"

# Run the tests
header "Running tests"
Expand Down

0 comments on commit 430a9ac

Please sign in to comment.