Commit 10f7478
fix tar_extract task: switch LOCAL to HDD disk, bump cpu and preemptible
The tar_extract task was failing 100% on GCP Batch with error "The job
was stopped before the command finished. GCP Batch task exited with
Success(0)." The LOCAL disk type requires NVMe local SSDs which are
incompatible with the small machine types GCP Batch selects for a
1-CPU/2-GB task. The task never started executing (no stderr/stdout
produced). Switching to HDD persistent disk resolves the provisioning
incompatibility. Also bump cpu to 2 and preemptible to 2 for better
scheduling compatibility and resilience.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f251675 commit 10f7478
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
| 355 | + | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
0 commit comments