Skip to content

Commit 3294a4c

Browse files
committed
switch bazel builds to use 'min' image
1 parent 8bd4302 commit 3294a4c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci/nightly/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
steps:
2121
- id: build-x86_64
2222
label: ":bazel: Build x86_64"
23-
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
23+
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
2424
inputs:
2525
- "*"
2626
artifact_paths: bazel-explain.log
@@ -31,7 +31,7 @@ steps:
3131

3232
- id: build-aarch64
3333
label: ":bazel: Build aarch64"
34-
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
34+
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
3535
inputs:
3636
- "*"
3737
artifact_paths: bazel-explain.log

ci/release-qualification/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
steps:
2121
- id: build-aarch64
2222
label: ":bazel: Build aarch64"
23-
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
23+
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
2424
inputs:
2525
- "*"
2626
artifact_paths: bazel-explain.log
@@ -39,7 +39,7 @@ steps:
3939
label: ":bazel: Build x86_64"
4040
env:
4141
CI_BAZEL_BUILD: "1"
42-
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
42+
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
4343
inputs:
4444
- "*"
4545
artifact_paths: bazel-explain.log

ci/test/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ steps:
9090
- id: build-x86_64
9191
label: ":bazel: Build x86_64"
9292
env:
93-
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
93+
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
9494
inputs:
9595
- "*"
9696
artifact_paths: bazel-explain.log
@@ -102,7 +102,7 @@ steps:
102102
- id: build-aarch64
103103
label: ":bazel: Build aarch64"
104104
env:
105-
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
105+
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
106106
inputs:
107107
- "*"
108108
artifact_paths: bazel-explain.log

0 commit comments

Comments
 (0)