Unverified Commit f7f9c5f9 authored by Kevin H. Luu's avatar Kevin H. Luu Committed by GitHub
Browse files

[ci] Use small_cpu_queue for doc build (#5331)


Signed-off-by: default avatarkevin <kevin@anyscale.com>
parent 2c0d9335
...@@ -22,7 +22,9 @@ steps: ...@@ -22,7 +22,9 @@ steps:
{% for step in steps %} {% for step in steps %}
- label: "{{ step.label }}" - label: "{{ step.label }}"
agents: agents:
{% if step.no_gpu %} {% if step.label == "Documentation Build" %}
queue: small_cpu_queue
{% elif step.no_gpu %}
queue: cpu_queue queue: cpu_queue
{% elif step.num_gpus == 2 or step.num_gpus == 4 %} {% elif step.num_gpus == 2 or step.num_gpus == 4 %}
queue: gpu_4_queue queue: gpu_4_queue
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment