Skip to content

Commit

Permalink
[Typo] Fix scenario dir for io hog prow scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr committed Sep 26, 2023
1 parent c7b2f13 commit 60b65bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/io-hog/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export KUBECONFIG=$KRKN_KUBE_CONFIG
# Move kraken from root dir to tmp to avoid permissions issues in prow until fixed in base image
cp -r /root/kraken /tmp/kraken
krkn_loc=/tmp/kraken
SCENARIO_FOLDER="$krkn_loc/scenarios/arcaflow/cpu-hog"
SCENARIO_FOLDER="$krkn_loc/scenarios/arcaflow/io-hog"

# cluster details
echo "Printing cluster details"
Expand Down

0 comments on commit 60b65bb

Please sign in to comment.