File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -43,5 +43,9 @@ function knative_setup() {
4343
4444 else
4545 start_release_knative_eventing " ${eventing_version} "
46+
47+ # install the sugar controller
48+ kubectl apply --filename https://storage.googleapis.com/knative-releases/eventing/previous/${eventing_version} /eventing-sugar-controller.yaml
49+ wait_until_pods_running knative-eventing || return 1
4650 fi
4751}
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export GO111MODULE=on
3838export KNATIVE_SERVING_VERSION=${KNATIVE_SERVING_VERSION:- latest}
3939export KNATIVE_EVENTING_VERSION=${KNATIVE_EVENTING_VERSION:- latest}
4040source $( dirname $0 ) /../scripts/test-infra/presubmit-tests.sh
41+ source $( dirname $0 ) /common.sh
4142
4243# Run cross platform build to ensure kn compiles for Linux, macOS and Windows
4344function post_build_tests() {
You can’t perform that action at this time.
0 commit comments