Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ readonly MT_CHANNEL_BASED_BROKER_DEFAULT_CONFIG="config/core/configmaps/default-
readonly SUGAR_CONTROLLER_CONFIG_DIR="config/sugar"
readonly SUGAR_CONTROLLER_CONFIG="config/sugar/500-controller.yaml"

# Channel Based Broker Controller.
readonly CHANNEL_BASED_BROKER_CONTROLLER="config/brokers/channel-broker"
# Channel Based Broker config.
readonly CHANNEL_BASED_BROKER_DEFAULT_CONFIG="test/config/st-channel-broker.yaml"

# Config tracing config.
readonly CONFIG_TRACING_CONFIG="test/config/config-tracing.yaml"

Expand Down
4 changes: 2 additions & 2 deletions test/performance/performance-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ function update_knative() {

echo ">> Update Broker"
ko apply --selector knative.dev/crd-install=true \
-f config/brokers/channel-broker || abort "Failed to apply Broker CRD"
-f config/brokers/mt-channel-broker || abort "Failed to apply Broker CRD"
ko apply \
-f config/brokers/channel-broker || abort "Failed to apply Broker resources"
-f config/brokers/mt-channel-broker || abort "Failed to apply Broker resources"
}

function update_benchmark() {
Expand Down