From 3e0f108ba31c804166f48c273a7456d74e94c133 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Wed, 24 Feb 2021 17:03:47 +0100 Subject: [PATCH] chore: Update E2E setup to latest release (#1242) --- test/presubmit-integration-tests-latest-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/presubmit-integration-tests-latest-release.sh b/test/presubmit-integration-tests-latest-release.sh index 05ce716d9..6e9427499 100755 --- a/test/presubmit-integration-tests-latest-release.sh +++ b/test/presubmit-integration-tests-latest-release.sh @@ -17,7 +17,7 @@ # This script is used in Knative/test-infra as a custom prow job to run the # integration tests against Knative Serving / Eventing of a specific version. -export KNATIVE_SERVING_VERSION="0.20.0" -export KNATIVE_EVENTING_VERSION="0.20.0" +export KNATIVE_SERVING_VERSION="0.21.0" +export KNATIVE_EVENTING_VERSION="0.21.0" $(dirname $0)/presubmit-tests.sh --integration-tests