Skip to content

Commit

Permalink
k8s-netperf moved to cloud-bulldozer (#564)
Browse files Browse the repository at this point in the history
Updating the reference to k8s-netperf

Signed-off-by: Joe Talerico <[email protected]>
  • Loading branch information
jtaleric authored May 11, 2023
1 parent 7653f0f commit 92ec6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion workloads/network-perf-v2/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export ES_SERVER=${ES_SERVER:-https://search-perfscale-dev-chmf5l4sh66lvxbnadi4b
export NETPERF_VERSION=${VERSION:-v0.1.6}
export OS=${OS:-Linux}
export ARCH=$(arch)
export NETPERF_URL=${NETPERF_URL:-https://github.com/jtaleric/k8s-netperf/releases/download/${NETPERF_VERSION}/k8s-netperf_${OS}_${NETPERF_VERSION}_${ARCH}.tar.gz}
export NETPERF_URL=${NETPERF_URL:-https://github.com/cloud-bulldozer/k8s-netperf/releases/download/${NETPERF_VERSION}/k8s-netperf_${OS}_${NETPERF_VERSION}_${ARCH}.tar.gz}

# Workload
export WORKLOAD=${WORKLOAD:-smoke.yaml}
Expand Down
1 change: 1 addition & 0 deletions workloads/network-perf-v2/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -x

source ./env.sh
source ../../utils/common.sh
Expand Down

0 comments on commit 92ec6fa

Please sign in to comment.