Skip to content

Commit 9f45542

Browse files
nitins17Google-ML-Automation
authored andcommitted
Use the C4A machine type for Linux Arm64 builds
PiperOrigin-RevId: 755938816
1 parent 6259cfe commit 9f45542

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wheel_tests_continuous.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ permissions:
2222
contents: read
2323

2424
on:
25+
# Add a pull request for testing
26+
pull_request:
27+
branches:
28+
- main
2529
schedule:
2630
- cron: "0 */3 * * *" # Run once every 3 hours
2731
workflow_dispatch: # allows triggering the workflow run manually
@@ -145,7 +149,7 @@ jobs:
145149
strategy:
146150
fail-fast: false # don't cancel all jobs on failure
147151
matrix:
148-
runner: ["linux-x86-n2-16", "linux-arm64-t2a-48"]
152+
runner: ["linux-x86-n2-16", "linux-arm64-c4a-64"]
149153
python: ["3.10",]
150154
enable-x64: [1, 0]
151155
name: "Bazel CPU tests with ${{ format('{0}', 'py_import') }}"

0 commit comments

Comments
 (0)