Skip to content

Commit

Permalink
remove an unused bit of code
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 22, 2024
1 parent ffd4c52 commit 798d047
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,17 +519,6 @@ function deployAllDlioHelmCharts() {
cd "${gke_testing_dir}"/examples/dlio && python3 ./run_tests.py --workload-config "${workload_config}" --instance-id ${instance_id} --machine-type="${machine_type}" && cd -
}

function listAllHelmCharts() {
echo "Listing all helm charts ..."
# monitor and debug pods
helm ls --namespace=${appnamespace} | tr -s '\t' | cut -f1,5,6

# Sample output.
# NAME STATUS CHART \
# fio-loading-test-100m-randread-gcsfuse-file-cache deployed fio-loading-test-0.1.0
# gke-dlio-unet3d-100kb-500k-128-gcsfuse-file-cache deployed unet3d-loading-test-0.1.0
}

function waitTillAllPodsComplete() {
printf "\nScanning and waiting till all pods either complete or fail ...\n\n"
while true; do
Expand Down

0 comments on commit 798d047

Please sign in to comment.