mirror of https://github.com/knative/client.git
chore(e2e): Run latest release e2e job against v0.19.x (#1131)
of serving and eventing
This commit is contained in:
parent
0689e0527a
commit
ccb5abb4ee
|
|
@ -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.18.0"
|
export KNATIVE_SERVING_VERSION="0.19.0"
|
||||||
export KNATIVE_EVENTING_VERSION="0.18.3"
|
export KNATIVE_EVENTING_VERSION="0.19.1"
|
||||||
|
|
||||||
$(dirname $0)/presubmit-tests.sh --integration-tests
|
$(dirname $0)/presubmit-tests.sh --integration-tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue