Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Commit

Permalink
Revert "Hacky workaround to a bad eventing nightly release. (#803)" (#…
Browse files Browse the repository at this point in the history
…809)

This reverts commit a2f96b6.
  • Loading branch information
Harwayne authored Apr 13, 2020
1 parent acedadb commit 859bcd2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ readonly CLOUD_RUN_EVENTS_GKE_CONFIG="config/core/deployments/controller-gke.yam
# Install all required components for running knative-gcp.
function start_knative_gcp() {
start_latest_knative_serving || return 1

# Hack! Hack! Hack!
# The 20200409 release seems to be unusable, it doesn't install config-br-defaults, which causes
# the webhook to fail. So rather than installing the latest, install the previous nightly.
# TODO(harwayne): Remove on 2020-04-10.
# start_latest_knative_eventing || return 1
start_knative_eventing "https://storage.googleapis.com/knative-nightly/eventing/previous/v20200408-7e588048/eventing.yaml" || return 1

start_latest_knative_eventing || return 1
start_knative_monitoring "$KNATIVE_MONITORING_RELEASE" || return 1
cloud_run_events_setup "$1" || return 1
istio_patch || return 1
Expand Down

0 comments on commit 859bcd2

Please sign in to comment.