Skip to content

Commit

Permalink
fixed order of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
karina-ranadive committed Dec 30, 2024
1 parent 0b1005f commit 5ac1885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/engine/clusterloader2/slo/collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ steps:
echo "TEST_TYPE: $TEST_TYPE"
PYTHONPATH=$PYTHONPATH:$(pwd) python3 $PYTHON_SCRIPT_FILE collect \
$CPU_PER_NODE $NODE_COUNT $MAX_PODS $PODS_IN_NODE $REPEATS \
$CL2_REPORT_DIR "$CLOUD_INFO" $RUN_ID $RUN_URL $SERVICE_TEST $CNP_TEST $CCNP_TEST $NUM_CNPS $NUM_CCNPS $DUALSTACK $TEST_RESULTS_FILE \
$CPU_PER_NODE $NODE_COUNT $MAX_PODS $PODS_IN_NODE \
$REPEATS $CL2_REPORT_DIR "$CLOUD_INFO" $RUN_ID $RUN_URL $SERVICE_TEST $CNP_TEST $CCNP_TEST $NUM_CNPS $NUM_CCNPS $DUALSTACK $TEST_RESULTS_FILE \
$TEST_TYPE
workingDirectory: modules/python/clusterloader2
env:
Expand Down

0 comments on commit 5ac1885

Please sign in to comment.