Skip to content

Commit

Permalink
Prow pvc (#114)
Browse files Browse the repository at this point in the history
* Adding pvc-scenario to prow

* Adding actual pvc-scenario to prow

* Correcting a typing mistake

* Renamed folder

* Python3 to Python3.9

* Adding stderr and stdout
  • Loading branch information
shahsahil264 authored Jul 10, 2023
1 parent 4efcb5f commit 943042b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prow/pvc-scenario/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ krkn_loc=/root/kraken

# Substitute config with environment vars defined
envsubst < pvc-scenario/pvc_scenario.yaml.template > pvc-scenario/pvc_scenario.yaml
export SCENARIO_FILE="- pvc-scenario/pvc_scenario.yaml"
export SCENARIO_FILE="pvc-scenario/pvc_scenario.yaml"
envsubst < config.yaml.template > pvc_scenario_config.yaml

# Run Kraken
cat pvc_scenario_config.yaml
cat pvc-scenario/pvc_scenario.yaml
python3.9 $krkn_loc/run_kraken.py --config=pvc_scenario_config.yaml
python3.9 $krkn_loc/run_kraken.py --config=pvc_scenario_config.yaml 2&>1

0 comments on commit 943042b

Please sign in to comment.