File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2023 The Knative Authors
2
+ Copyright 2025 The Knative Authors
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- # Copyright 2023 The Knative Authors
3
+ # Copyright 2025 The Knative Authors
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 18
18
source " $( dirname " ${BASH_SOURCE[0]} " ) /../vendor/knative.dev/hack/e2e-tests.sh"
19
19
20
20
# 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.16 "
21
+ readonly PREVIOUS_SERVING_RELEASE_VERSION=" 1.17 "
22
22
# 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.16 "
23
+ readonly PREVIOUS_EVENTING_RELEASE_VERSION=" 1.17 "
24
24
# The target serving/eventing release to upgrade, installed by the operator. It can be a release available under
25
25
# kodata or an incoming new release. This value should be in the semantic format of major.minor.
26
- readonly TARGET_RELEASE_VERSION=" 1.17 "
26
+ readonly TARGET_RELEASE_VERSION=" latest "
27
27
# This is the branch name of knative repos, where we run the upgrade tests.
28
- readonly KNATIVE_REPO_BRANCH=" release-1.17 "
28
+ readonly KNATIVE_REPO_BRANCH=" ${PULL_BASE_REF} "
29
29
# Namespaces used for tests
30
30
# This environment variable TEST_NAMESPACE defines the namespace to install Knative Serving.
31
31
export TEST_NAMESPACE=" ${TEST_NAMESPACE:- knative-operator-testing} "
You can’t perform that action at this time.
0 commit comments