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
ed701ca9
Unverified
Commit
ed701ca9
authored
Nov 19, 2024
by
Kevin H. Luu
Committed by
GitHub
Nov 19, 2024
Browse files
[ci/build] Combine nightly and optional (#10465)
parent
7629a9c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+5
-4
No files found.
.buildkite/test-pipeline.yaml
View file @
ed701ca9
...
...
@@ -9,8 +9,7 @@
# label(str): the name of the test. emoji allowed.
# fast_check(bool): whether to run this on each commit on fastcheck pipeline.
# fast_check_only(bool): run this test on fastcheck pipeline only
# nightly(bool): run this test in nightly pipeline only
# optional(bool): never run this test by default (i.e. need to unblock manually)
# optional(bool): never run this test by default (i.e. need to unblock manually) unless it's scheduled nightly run.
# command(str): the single command to run for tests. incompatible with commands.
# commands(list): the list of commands to run for test. incompatbile with command.
# mirror_hardwares(list): the list of hardwares to run the test on as well. currently only supports [amd]
...
...
@@ -336,7 +335,7 @@ steps:
-
pytest -v -s models/embedding/vision_language -m core_model
-
label
:
Language Models Test (Extended)
# 50min
nightly
:
true
optional
:
true
source_file_dependencies
:
-
vllm/
-
tests/models/decoder_only/language
...
...
@@ -362,7 +361,7 @@ steps:
-
pytest -v -s models/encoder_decoder/vision_language -m core_model
-
label
:
Multi-Modal Models Test (Extended)
# 1h15m
nightly
:
true
optional
:
true
source_file_dependencies
:
-
vllm/
-
tests/models/decoder_only/audio_language
...
...
@@ -513,6 +512,7 @@ steps:
-
label
:
Distributed Tests (A100)
# optional
gpu
:
a100
optional
:
true
num_gpus
:
4
source_file_dependencies
:
-
vllm/
...
...
@@ -526,6 +526,7 @@ steps:
-
label
:
LM Eval Large Models
# optional
gpu
:
a100
optional
:
true
num_gpus
:
4
working_dir
:
"
/vllm-workspace/.buildkite/lm-eval-harness"
source_file_dependencies
:
...
...
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