File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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.19 "
21+ readonly PREVIOUS_SERVING_RELEASE_VERSION=" 1.20 "
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.19 "
23+ readonly PREVIOUS_EVENTING_RELEASE_VERSION=" 1.20 "
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.20 "
26+ readonly TARGET_RELEASE_VERSION=" latest "
2727# This is the branch name of knative repos, where we run the upgrade tests.
28- readonly KNATIVE_REPO_BRANCH=" release-1.20 "
28+ readonly KNATIVE_REPO_BRANCH=" ${PULL_BASE_REF} "
2929# Namespaces used for tests
3030# This environment variable TEST_NAMESPACE defines the namespace to install Knative Serving.
3131export TEST_NAMESPACE=" ${TEST_NAMESPACE:- knative-operator-testing} "
You can’t perform that action at this time.
0 commit comments