File tree Expand file tree Collapse file tree
google/cloud/batch/v1alpha Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments