Skip to content

Commit a1cf5bf

Browse files
authored
Update Serving and Eventing versions in E2E tests (#1507)
1 parent da6f164 commit a1cf5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/presubmit-integration-tests-latest-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This script is used in Knative/test-infra as a custom prow job to run the
1818
# integration tests against Knative Serving / Eventing of a specific version.
1919

20-
export KNATIVE_SERVING_VERSION="0.26.0"
21-
export KNATIVE_EVENTING_VERSION="0.26.0"
20+
export KNATIVE_SERVING_VERSION="1.0.0"
21+
export KNATIVE_EVENTING_VERSION="1.0.0"
2222

2323
$(dirname $0)/presubmit-tests.sh --integration-tests

0 commit comments

Comments
 (0)