File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818source " $( dirname " ${BASH_SOURCE[0]} " ) /../vendor/knative.dev/hack/e2e-tests.sh"
1919
2020# The previous serving release, installed by the operator. This value should be in the semantic format of major.minor.
21- readonly PREVIOUS_SERVING_RELEASE_VERSION=" 1.22 "
21+ readonly PREVIOUS_SERVING_RELEASE_VERSION=" 1.23 "
2222# The previous eventing release, installed by the operator. This value should be in the semantic format of major.minor.
23- readonly PREVIOUS_EVENTING_RELEASE_VERSION=" 1.22 "
23+ readonly PREVIOUS_EVENTING_RELEASE_VERSION=" 1.23 "
2424# The target serving/eventing release to upgrade, installed by the operator. It can be a release available under
2525# kodata or an incoming new release. This value should be in the semantic format of major.minor.
26- readonly TARGET_RELEASE_VERSION=" 1.23 "
26+ readonly TARGET_RELEASE_VERSION=" latest "
2727# This is the branch name of knative repos, where we run the upgrade tests.
2828# Default to empty for local runs (not in Prow).
29- readonly KNATIVE_REPO_BRANCH=" release-1.23 "
29+ readonly KNATIVE_REPO_BRANCH=" ${PULL_BASE_REF} "
3030# Namespaces used for tests
3131# This environment variable TEST_NAMESPACE defines the namespace to install Knative Serving.
3232export TEST_NAMESPACE=" ${TEST_NAMESPACE:- knative-operator-testing} "
You can’t perform that action at this time.
0 commit comments