Skip to content

Commit d05212c

Browse files
authored
Use pull through cache image for H100 pool (vllm-project#1518)
Signed-off-by: Kevin H. Luu <khluu000@gmail.com>
1 parent 66457c3 commit d05212c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.buildkite/test-merge.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
queue: "gpu_1_queue" # g6.4xlarge instance on AWS, has 1 L4 GPU
2525
plugins:
2626
- docker#v5.2.0:
27-
image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
27+
image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
2828
always-pull: true
2929
propagate-environment: true
3030
environment:
@@ -168,7 +168,7 @@ steps:
168168
- kubernetes:
169169
podSpec:
170170
containers:
171-
- image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
171+
- image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
172172
resources:
173173
limits:
174174
nvidia.com/gpu: 2
@@ -224,7 +224,7 @@ steps:
224224
- kubernetes:
225225
podSpec:
226226
containers:
227-
- image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
227+
- image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
228228
resources:
229229
limits:
230230
nvidia.com/gpu: 2
@@ -259,7 +259,7 @@ steps:
259259
- kubernetes:
260260
podSpec:
261261
containers:
262-
- image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
262+
- image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
263263
resources:
264264
limits:
265265
nvidia.com/gpu: 1
@@ -294,7 +294,7 @@ steps:
294294
# - kubernetes:
295295
# podSpec:
296296
# containers:
297-
# - image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
297+
# - image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
298298
# resources:
299299
# limits:
300300
# nvidia.com/gpu: 1

0 commit comments

Comments
 (0)