Skip to content

Commit

Permalink
removed echo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
karina-ranadive committed Jan 16, 2025
1 parent 2fc46aa commit f1a7891
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions steps/engine/clusterloader2/slo/collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ steps:
- script: |
set -eo pipefail
echo "max : ${MAX_PODS}"
echo "${MAX_PODS:-0}"
PYTHONPATH=$PYTHONPATH:$(pwd) python3 $PYTHON_SCRIPT_FILE collect \
$CPU_PER_NODE $NODE_COUNT ${MAX_PODS:-0} \
$REPEATS $CL2_REPORT_DIR "$CLOUD_INFO" $RUN_ID $RUN_URL $SERVICE_TEST ${CNP_TEST:-False} ${CCNP_TEST:-False} ${NUM_CNPS:-0} ${NUM_CCNPS:-0} ${DUALSTACK:-False} $TEST_RESULTS_FILE \
Expand Down
3 changes: 0 additions & 3 deletions steps/engine/clusterloader2/slo/execute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ steps:
- script: |
set -eo pipefail
echo "max : ${MAX_PODS}"
echo "${MAX_PODS:-0}"
PYTHONPATH=$PYTHONPATH:$(pwd) python3 $PYTHON_SCRIPT_FILE configure \
$CPU_PER_NODE $NODE_COUNT $NODE_PER_STEP ${MAX_PODS:-0} \
$REPEATS $SCALE_TIMEOUT $CLOUD $CILIUM_ENABLED \
Expand Down

0 comments on commit f1a7891

Please sign in to comment.