Commit 682c932
committed
cloudbuild: upgrade to E2_HIGHCPU_32 to fix session timeout
Multi-arch builds (linux/amd64 + linux/arm64) take ~12 min on N1_HIGHCPU_8,
causing the BuildKit session to expire before the push phase completes:
error: no active session: context deadline exceeded
Other K8s repos with large multi-arch binaries (aws-ebs-csi-driver,
cloud-provider-gcp) use E2_HIGHCPU_32 which completes builds in ~3-5 min,
well within the session window.1 parent 13e5e35 commit 682c932
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments