File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ var GitRevision string
31
31
// update this var as we add more deps
32
32
var apiVersions = map [string ][]string {
33
33
"serving" : {
34
- "serving.knative.dev/v1 (knative-serving v0.23 .0)" ,
34
+ "serving.knative.dev/v1 (knative-serving v0.24 .0)" ,
35
35
},
36
36
"eventing" : {
37
- "sources.knative.dev/v1 (knative-eventing v0.23 .0)" ,
38
- "eventing.knative.dev/v1 (knative-eventing v0.23 .0)" ,
37
+ "sources.knative.dev/v1 (knative-eventing v0.24 .0)" ,
38
+ "eventing.knative.dev/v1 (knative-eventing v0.24 .0)" ,
39
39
},
40
40
}
41
41
Original file line number Diff line number Diff line change 17
17
# This script is used in Knative/test-infra as a custom prow job to run the
18
18
# integration tests against Knative Serving / Eventing of a specific version.
19
19
20
- export KNATIVE_SERVING_VERSION=" 0.23 .0"
21
- export KNATIVE_EVENTING_VERSION=" 0.23 .0"
20
+ export KNATIVE_SERVING_VERSION=" 0.24 .0"
21
+ export KNATIVE_EVENTING_VERSION=" 0.24 .0"
22
22
23
23
$( dirname $0 ) /presubmit-tests.sh --integration-tests
You can’t perform that action at this time.
0 commit comments