Skip to content

Commit ec08d08

Browse files
feat: [batch] Add gpu driver version field (#4391)
docs: Add image shortcut example for Batch HPC CentOS Image PiperOrigin-RevId: 545368122 Source-Link: googleapis/googleapis@dcd6ad7 Source-Link: googleapis/googleapis-gen@d332a89 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiJkMzMyYTg5ZjVjZGY1NGRmNTRkMTA2YmY5ZGEwOThjY2Q5Yjk4ZWUwIn0= See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md feat: Add gpu driver version field docs: Add image shortcut example for Batch HPC CentOS Image PiperOrigin-RevId: 545417413 Source-Link: googleapis/googleapis@8cd04fb Source-Link: googleapis/googleapis-gen@fd64df7 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiJmZDY0ZGY3ZmQ5NTJiM2VlMjI0MGI3ZWJmZmZmZTE3ZTUzZmUzNGI0In0= See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5951ac0 commit ec08d08

5 files changed

Lines changed: 42 additions & 0 deletions

File tree

packages/google-cloud-batch/protos/google/cloud/batch/v1/job.proto

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

142142
// Valid Job states.
143143
enum State {
144+
// Job state unspecified.
144145
STATE_UNSPECIFIED = 0;
145146

146147
// Job is admitted (validated and persisted) and waiting for resources.
@@ -262,6 +263,7 @@ message AllocationPolicy {
262263
// * "batch-debian": use Batch Debian images.
263264
// * "batch-centos": use Batch CentOS images.
264265
// * "batch-cos": use Batch Container-Optimized images.
266+
// * "batch-hpc-centos": use Batch HPC CentOS images.
265267
string image = 4;
266268

267269
// Name of a snapshot used as the data source.

packages/google-cloud-batch/protos/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

packages/google-cloud-batch/protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-batch/protos/protos.js

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-batch/protos/protos.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)