From af2d4c8f2a21018e0a287a09b0a5b53e4772c75a Mon Sep 17 00:00:00 2001 From: Navid Shaikh Date: Tue, 2 Jun 2020 14:35:16 +0530 Subject: [PATCH] chore(e2e): Run tests against serving and eventing 0.15 release (#868) --- 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 81f29bfe8..b8524e1cc 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.14.0" -export KNATIVE_EVENTING_VERSION="0.14.0" +export KNATIVE_SERVING_VERSION="0.15.0" +export KNATIVE_EVENTING_VERSION="0.15.0" $(dirname $0)/presubmit-tests.sh --integration-tests