Skip to content

Commit

Permalink
Remove channel-broker from tests (#3548)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
  • Loading branch information
pierDipi authored Jul 9, 2020
1 parent bf9be1d commit d2eb028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
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

0 comments on commit d2eb028

Please sign in to comment.