We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ea0f2 commit 2324c21Copy full SHA for 2324c21
packages/k8s/src/hooks/prepare-job.ts
@@ -168,7 +168,9 @@ export function processServiceContainers(
168
service =>
169
service.resources?.limits && service.resources.limits['google.com/tpu']
170
)
171
- core.debug(`There are ${tpuRequestingContainers.length} service container requesting for TPU's.`)
+ core.debug(
172
+ `There are ${tpuRequestingContainers.length} service container requesting for TPU's.`
173
+ )
174
175
if (tpuRequestingContainers.length > 1) {
176
throw new Error(
0 commit comments