Skip to content

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 joerunde committed Jun 13, 2024
1 parent 82a2b42 commit 9b7772d
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 9b7772d

Please sign in to comment.