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
c92acb96
Unverified
Commit
c92acb96
authored
Dec 04, 2024
by
Kevin H. Luu
Committed by
GitHub
Dec 04, 2024
Browse files
[ci/build] Update vLLM postmerge ECR repo (#10887)
parent
8db957ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.buildkite/nightly-benchmarks/benchmark-pipeline.yaml
.buildkite/nightly-benchmarks/benchmark-pipeline.yaml
+3
-3
.buildkite/nightly-benchmarks/scripts/wait-for-image.sh
.buildkite/nightly-benchmarks/scripts/wait-for-image.sh
+2
-2
docs/source/getting_started/installation.rst
docs/source/getting_started/installation.rst
+1
-1
No files found.
.buildkite/nightly-benchmarks/benchmark-pipeline.yaml
View file @
c92acb96
...
...
@@ -21,7 +21,7 @@ steps:
podSpec
:
priorityClassName
:
perf-benchmark
containers
:
-
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-
test
-repo:$BUILDKITE_COMMIT
-
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-
postmerge
-repo:$BUILDKITE_COMMIT
command
:
-
bash .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
resources
:
...
...
@@ -51,7 +51,7 @@ steps:
queue
:
H200
plugins
:
-
docker#v5.12.0
:
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-
test
-repo:$BUILDKITE_COMMIT
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-
postmerge
-repo:$BUILDKITE_COMMIT
command
:
-
bash
-
.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
...
...
@@ -71,7 +71,7 @@ steps:
queue
:
H100
plugins
:
-
docker#v5.12.0
:
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-
test
-repo:$BUILDKITE_COMMIT
image
:
public.ecr.aws/q9t5s3a7/vllm-ci-
postmerge
-repo:$BUILDKITE_COMMIT
command
:
-
bash
-
.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
...
...
.buildkite/nightly-benchmarks/scripts/wait-for-image.sh
View file @
c92acb96
#!/bin/sh
TOKEN
=
$(
curl
-s
-L
"https://public.ecr.aws/token?service=public.ecr.aws&scope=repository:q9t5s3a7/vllm-ci-
test
-repo:pull"
| jq
-r
.token
)
URL
=
"https://public.ecr.aws/v2/q9t5s3a7/vllm-ci-
test
-repo/manifests/
$BUILDKITE_COMMIT
"
TOKEN
=
$(
curl
-s
-L
"https://public.ecr.aws/token?service=public.ecr.aws&scope=repository:q9t5s3a7/vllm-ci-
postmerge
-repo:pull"
| jq
-r
.token
)
URL
=
"https://public.ecr.aws/v2/q9t5s3a7/vllm-ci-
postmerge
-repo/manifests/
$BUILDKITE_COMMIT
"
TIMEOUT_SECONDS
=
10
...
...
docs/source/getting_started/installation.rst
View file @
c92acb96
...
...
@@ -73,7 +73,7 @@ Another way to access the latest code is to use the docker images:
.. code-block:: console
$ export VLLM_COMMIT=33f460b17a54acb3b6cc0b03f4a17876cff5eafd # use full commit hash from the main branch
$ docker pull public.ecr.aws/q9t5s3a7/vllm-ci-
test
-repo:${VLLM_COMMIT}
$ docker pull public.ecr.aws/q9t5s3a7/vllm-ci-
postmerge
-repo:${VLLM_COMMIT}
These docker images are used for CI and testing only, and they are not intended for production use. They will be expired after several days.
...
...
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