[ci] Use small_cpu_queue for doc build (#5331)
Signed-off-by: kevin <kevin@anyscale.com>
This commit is contained in:
parent
2c0d933594
commit
f7f9c5f97b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user