File tree 1 file changed +4
-3
lines changed
.buildkite/nightly-benchmarks 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
2
- label : " Wait for container to be ready"
3
+ key : wait-for-container-image
3
4
agents :
4
5
queue : A100
5
6
plugins :
@@ -10,12 +11,11 @@ steps:
10
11
command :
11
12
- sh .buildkite/nightly-benchmarks/scripts/wait-for-image.sh
12
13
13
- - wait
14
-
15
14
- label : " A100"
16
15
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
17
16
agents :
18
17
queue : A100
18
+ depends_on : wait-for-container-image
19
19
plugins :
20
20
- kubernetes :
21
21
podSpec :
49
49
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
50
50
agents :
51
51
queue : H200
52
+ depends_on : wait-for-container-image
52
53
plugins :
53
54
- docker#v5.12.0:
54
55
image : public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
73
74
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
74
75
agents :
75
76
queue : H100
76
- depends_on : ~
77
+ depends_on : wait-for-container-image
77
78
plugins :
78
79
- docker#v5.12.0:
79
80
image : public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
You can’t perform that action at this time.
0 commit comments