Skip to content

Commit

Permalink
Switch to GCS url for upgrades tests
Browse files Browse the repository at this point in the history
`--test-package-bucket` is removed on kubernetes-sigs/kubetest2#251

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Jan 18, 2024
1 parent 868e185 commit 75ba8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/scenarios/upgrade-ab/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [[ "$K8S_VERSION_B" == "ci" ]]; then
K8S_VERSION_B=https://storage.googleapis.com/k8s-release-dev/ci/$(curl https://storage.googleapis.com/k8s-release-dev/ci/latest.txt)
TEST_PACKAGE_MARKER="latest.txt"
TEST_PACKAGE_DIR="ci"
TEST_PACKAGE_BUCKET="k8s-release-dev"
TEST_PACKAGE_URL="https://storage.googleapis.com/k8s-release-dev"
fi

export KOPS_BASE_URL
Expand Down Expand Up @@ -154,7 +154,7 @@ if [[ -n ${TEST_PACKAGE_MARKER-} ]]; then
test_package_args+=" --test-package-dir=${TEST_PACKAGE_DIR-}"
fi
if [[ -n ${TEST_PACKAGE_BUCKET-} ]]; then
test_package_args+=" --test-package-bucket=${TEST_PACKAGE_BUCKET-}"
test_package_args+=" --test-package-url=${TEST_PACKAGE_URL-}"
fi
else
test_package_args+=" --test-package-version=${TEST_PACKAGE_VERSION}"
Expand Down

0 comments on commit 75ba8df

Please sign in to comment.