Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f7f9c5f9
Unverified
Commit
f7f9c5f9
authored
Jun 10, 2024
by
Kevin H. Luu
Committed by
GitHub
Jun 10, 2024
Browse files
[ci] Use small_cpu_queue for doc build (#5331)
Signed-off-by:
kevin
<
kevin@anyscale.com
>
parent
2c0d9335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.buildkite/test-template-aws.j2
.buildkite/test-template-aws.j2
+3
-1
No files found.
.buildkite/test-template-aws.j2
View file @
f7f9c5f9
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment