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
fd3a62a1
Unverified
Commit
fd3a62a1
authored
Jan 03, 2025
by
Kevin H. Luu
Committed by
GitHub
Jan 02, 2025
Browse files
[perf-benchmark] Fix dependency for steps in benchmark pipeline (#11710)
parent
07064cb1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.buildkite/nightly-benchmarks/benchmark-pipeline.yaml
.buildkite/nightly-benchmarks/benchmark-pipeline.yaml
+4
-3
No files found.
.buildkite/nightly-benchmarks/benchmark-pipeline.yaml
View file @
fd3a62a1
steps
:
steps
:
-
label
:
"
Wait
for
container
to
be
ready"
-
label
:
"
Wait
for
container
to
be
ready"
key
:
wait-for-container-image
agents
:
agents
:
queue
:
A100
queue
:
A100
plugins
:
plugins
:
...
@@ -10,12 +11,11 @@ steps:
...
@@ -10,12 +11,11 @@ steps:
command
:
command
:
-
sh .buildkite/nightly-benchmarks/scripts/wait-for-image.sh
-
sh .buildkite/nightly-benchmarks/scripts/wait-for-image.sh
-
wait
-
label
:
"
A100"
-
label
:
"
A100"
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
agents
:
agents
:
queue
:
A100
queue
:
A100
depends_on
:
wait-for-container-image
plugins
:
plugins
:
-
kubernetes
:
-
kubernetes
:
podSpec
:
podSpec
:
...
@@ -49,6 +49,7 @@ steps:
...
@@ -49,6 +49,7 @@ steps:
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
agents
:
agents
:
queue
:
H200
queue
:
H200
depends_on
:
wait-for-container-image
plugins
:
plugins
:
-
docker#v5.12.0
:
-
docker#v5.12.0
:
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
...
@@ -73,7 +74,7 @@ steps:
...
@@ -73,7 +74,7 @@ steps:
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
agents
:
agents
:
queue
:
H100
queue
:
H100
depends_on
:
~
depends_on
:
wait-for-container-image
plugins
:
plugins
:
-
docker#v5.12.0
:
-
docker#v5.12.0
:
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
...
...
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