Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions buildkite/test-template-ci.j2
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ steps:
depends_on: {{ "image-build-cpu" if step.no_gpu else "image-build" }}
{% endif %}
soft_fail: {{ step.soft_fail or false }}
priority: 100
{{ render_cuda_config(step, docker_image_cpu if step.no_gpu else (pull_through_docker_image if step.gpu == "h100" else docker_image), default_working_dir, hf_home_fsx, hf_home, branch) | indent(4, true) }}
{% endif %}
{% endfor %}
Expand Down