chore(e2): Run tests against v0.14.0 release of serving, eventing (#807)

This commit is contained in:
Navid Shaikh 2020-04-15 20:35:48 +05:30 committed by GitHub
parent 472ed75028
commit ccf8b69fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# This script is used in Knative/test-infra as a custom prow job to run the # 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. # integration tests against Knative Serving / Eventing of a specific version.
export KNATIVE_SERVING_VERSION="0.13.0" export KNATIVE_SERVING_VERSION="0.14.0"
export KNATIVE_EVENTING_VERSION="0.13.1" export KNATIVE_EVENTING_VERSION="0.14.0"
$(dirname $0)/presubmit-tests.sh --integration-tests $(dirname $0)/presubmit-tests.sh --integration-tests