Skip to content

Commit

Permalink
changing folder from main to krkn
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED

Signed-off-by: Paige Rubendall <[email protected]>
  • Loading branch information
paigerube14 authored and chaitanyaenr committed Jul 9, 2024
1 parent 06eaa98 commit 15f6812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zone-outages/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ checks

export KUBECONFIG=$KRKN_KUBE_CONFIG

krn_loc=/home/krkn/kraken

# cluster version
echo "Printing cluster version"
oc version
Expand All @@ -25,4 +27,4 @@ export SCENARIO_FILE=/tmp/zone_outage.yaml
# Run Kraken
cat /tmp/zone_outage.yaml
cat /tmp/zone_config.yaml
python3.9 /root/kraken/run_kraken.py --config=/tmp/zone_config.yaml -o /tmp/report.out
python3.9 $krn_loc/run_kraken.py --config=/tmp/zone_config.yaml -o /tmp/report.out

0 comments on commit 15f6812

Please sign in to comment.