Skip to content

Commit a317b64

Browse files
authored
Unpin e2e test version to resume 1.24 development (#2340)
1 parent 8f00498 commit a317b64

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/e2e-common.sh

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

0 commit comments

Comments
 (0)