Skip to content

Commit

Permalink
Do not envsubst before arca setup for hog scenarios
Browse files Browse the repository at this point in the history
This will replace the input template before arca setup where the node selector
is set.

Signed-off-by: Naga Ravi Chaitanya Elluri <[email protected]>
  • Loading branch information
chaitanyaenr committed Jul 13, 2024
1 parent 8d455c1 commit 4654958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpu-hog/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ oc version
source node-cpu-hog/env.sh
source common_run.sh

envsubst < node-cpu-hog/input.yaml.template> $SCENARIO_FOLDER/input.yaml.template
cp node-cpu-hog/input.yaml.template $SCENARIO_FOLDER/input.yaml.template
setup_arcaflow_env "$SCENARIO_FOLDER"
checks

Expand Down
2 changes: 1 addition & 1 deletion io-hog/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ oc version
source node-io-hog/env.sh
source common_run.sh

envsubst < node-io-hog/input.yaml.template> $SCENARIO_FOLDER/input.yaml
cp node-io-hog/input.yaml.template $SCENARIO_FOLDER/input.yaml.template
setup_arcaflow_env "$SCENARIO_FOLDER"
checks

Expand Down
2 changes: 1 addition & 1 deletion memory-hog/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ oc version
source node-memory-hog/env.sh
source common_run.sh

envsubst < node-memory-hog/input.yaml.template> $SCENARIO_FOLDER/input.yaml.template
cp node-memory-hog/input.yaml.template $SCENARIO_FOLDER/input.yaml.template
setup_arcaflow_env "$SCENARIO_FOLDER"
checks

Expand Down

0 comments on commit 4654958

Please sign in to comment.