Skip to content

Commit 8cd04fb

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add gpu driver version field
docs: Add image shortcut example for Batch HPC CentOS Image PiperOrigin-RevId: 545417413
1 parent 499a1f5 commit 8cd04fb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/cloud/batch/v1alpha/job.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ message JobStatus {
191191

192192
// Valid Job states.
193193
enum State {
194+
// Job state unspecified.
194195
STATE_UNSPECIFIED = 0;
195196

196197
// Job is admitted (validated and persisted) and waiting for resources.
@@ -326,6 +327,7 @@ message AllocationPolicy {
326327
// * "batch-debian": use Batch Debian images.
327328
// * "batch-centos": use Batch CentOS images.
328329
// * "batch-cos": use Batch Container-Optimized images.
330+
// * "batch-hpc-centos": use Batch HPC CentOS images.
329331
string image = 4;
330332

331333
// Name of a snapshot used as the data source.
@@ -385,6 +387,11 @@ message AllocationPolicy {
385387

386388
// Deprecated: please use instances[0].install_gpu_drivers instead.
387389
bool install_gpu_drivers = 3 [deprecated = true];
390+
391+
// The accelerator driver version that will be installed for this type.
392+
//
393+
// Not yet implemented.
394+
string driver_version = 4;
388395
}
389396

390397
// InstancePolicy describes an instance type and resources attached to each VM

0 commit comments

Comments
 (0)