Skip to content

Commit

Permalink
Merge pull request #12 from youkaichao/ykc-multi-node
Browse files Browse the repository at this point in the history
add workdir and command list
  • Loading branch information
simon-mo authored Jul 10, 2024
2 parents 73d2203 + ec0f632 commit fc8fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:
agents:
queue: gpu_4_queue
commands:
- ./.buildkite/run-multi-node-test.sh {{ step.num_nodes }} {{ step.num_gpus }} {{ docker_image }} {% for command in step.commands %}"{{ command }}" {% endfor %}
- ./.buildkite/run-multi-node-test.sh {{ (step.working_dir or default_working_dir) | safe }} {{ step.num_nodes }} {{ step.num_gpus }} {{ docker_image }} {% for command in step.commands %}"{{ (command | join(" && ")) | safe }}" {% endfor %}
{% endif %}
{% endfor %}

Expand Down

0 comments on commit fc8fa9a

Please sign in to comment.