Unverified Commit c92acb96 authored by Kevin H. Luu's avatar Kevin H. Luu Committed by GitHub
Browse files

[ci/build] Update vLLM postmerge ECR repo (#10887)

parent 8db957ee
...@@ -21,7 +21,7 @@ steps: ...@@ -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: ...@@ -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: ...@@ -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
......
#!/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: ...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment