mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 19:54:57 +08:00
[ci/build] Update vLLM postmerge ECR repo (#10887)
This commit is contained in:
parent
8db957ee3a
commit
c92acb9693
@ -21,7 +21,7 @@ steps:
|
|||||||
podSpec:
|
podSpec:
|
||||||
priorityClassName: perf-benchmark
|
priorityClassName: perf-benchmark
|
||||||
containers:
|
containers:
|
||||||
- image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
|
- image: public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
|
||||||
command:
|
command:
|
||||||
- bash .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
|
- bash .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
|
||||||
resources:
|
resources:
|
||||||
@ -51,7 +51,7 @@ steps:
|
|||||||
queue: H200
|
queue: H200
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v5.12.0:
|
- 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:
|
command:
|
||||||
- bash
|
- bash
|
||||||
- .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
|
- .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
|
||||||
@ -71,7 +71,7 @@ steps:
|
|||||||
queue: H100
|
queue: H100
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v5.12.0:
|
- 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:
|
command:
|
||||||
- bash
|
- bash
|
||||||
- .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
|
- .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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)
|
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-test-repo/manifests/$BUILDKITE_COMMIT"
|
URL="https://public.ecr.aws/v2/q9t5s3a7/vllm-ci-postmerge-repo/manifests/$BUILDKITE_COMMIT"
|
||||||
|
|
||||||
TIMEOUT_SECONDS=10
|
TIMEOUT_SECONDS=10
|
||||||
|
|
||||||
|
|||||||
@ -73,7 +73,7 @@ Another way to access the latest code is to use the docker images:
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ export VLLM_COMMIT=33f460b17a54acb3b6cc0b03f4a17876cff5eafd # use full commit hash from the main branch
|
$ 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user