Skip to content

Commit 11f59f6

Browse files
authored
[CI][skip ci]Update H100 image link based on #1518 (#1538)
Signed-off-by: Alicia <115451386+congw729@users.noreply.github.com>
1 parent 64f5ef6 commit 11f59f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.buildkite/test-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- kubernetes:
1414
podSpec:
1515
containers:
16-
- image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
16+
- image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
1717
resources:
1818
limits:
1919
nvidia.com/gpu: 2
@@ -69,7 +69,7 @@ steps:
6969
- kubernetes:
7070
podSpec:
7171
containers:
72-
- image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
72+
- image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
7373
resources:
7474
limits:
7575
nvidia.com/gpu: 2

.buildkite/test-ready.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ steps:
132132
# - kubernetes:
133133
# podSpec:
134134
# containers:
135-
# - image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
135+
# - image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
136136
# resources:
137137
# limits:
138138
# nvidia.com/gpu: 2
@@ -192,7 +192,7 @@ steps:
192192
# - kubernetes:
193193
# podSpec:
194194
# containers:
195-
# - image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
195+
# - image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
196196
# resources:
197197
# limits:
198198
# nvidia.com/gpu: 2
@@ -251,7 +251,7 @@ steps:
251251
# - kubernetes:
252252
# podSpec:
253253
# containers:
254-
# - image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
254+
# - image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
255255
# resources:
256256
# limits:
257257
# nvidia.com/gpu: 1
@@ -288,7 +288,7 @@ steps:
288288
# - kubernetes:
289289
# podSpec:
290290
# containers:
291-
# - image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
291+
# - image: 936637512419.dkr.ecr.us-west-2.amazonaws.com/vllm-ci-pull-through-cache/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
292292
# resources:
293293
# limits:
294294
# nvidia.com/gpu: 1

0 commit comments

Comments
 (0)