Skip to content

Commit 6a23901

Browse files
authored
Make arm64 cpu image build optional
Signed-off-by: Kevin H. Luu <[email protected]>
1 parent 3d9ed88 commit 6a23901

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

buildkite/test-template-ci.j2

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,14 @@ steps:
546546
- exit_status: -10 # Agent was lost
547547
limit: 2
548548
{% endif %}
549-
549+
550+
- block: "Build Arm64 CPU image"
551+
depends_on: ~
552+
key: block-arm64-cpu-img-build
553+
550554
- label: ":docker: build image ARM64 CPU"
551555
key: image-build-arm64-cpu
552-
depends_on: ~
556+
depends_on: block-arm64-cpu-img-build
553557
agents:
554558
{% if branch == "main" %}
555559
queue: arm64_cpu_queue_postmerge

0 commit comments

Comments
 (0)