Skip to content

Commit e1e49cc

Browse files
authored
Resume the development of Knative Operator 1.21 (#2195)
1 parent 8f2fb8f commit e1e49cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e-common.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
source "$(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.
3131
export TEST_NAMESPACE="${TEST_NAMESPACE:-knative-operator-testing}"

0 commit comments

Comments
 (0)