Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
[ci] Use small_cpu_queue for doc build (vllm-project#5331)
Browse files Browse the repository at this point in the history
Signed-off-by: kevin <kevin@anyscale.com>
  • Loading branch information
khluu authored and robertgshaw2-redhat committed Jun 11, 2024
1 parent f8392d6 commit 9d82433
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ steps:
{% for step in steps %}
- label: "{{ step.label }}"
agents:
{% if step.no_gpu %}
{% if step.label == "Documentation Build" %}
queue: small_cpu_queue
{% elif step.no_gpu %}
queue: cpu_queue
{% elif step.num_gpus == 2 or step.num_gpus == 4 %}
queue: gpu_4_queue
Expand Down

0 comments on commit 9d82433

Please sign in to comment.