Skip to content

Commit eb06469

Browse files
committed
chore: remove redundant MTC volumes from pathways template
MTC volumes are dynamically generated by storage.go and injected into VolumeMountsYAML and VolumesYAML for both pathways and non-pathways jobs. The sidecar initContainer still uses hardcoded mounts as it intentionally bypasses the global VolumeMountsYAML block.
1 parent 2e86274 commit eb06469

7 files changed

Lines changed: 7 additions & 410 deletions

File tree

cmd/job/submit_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ func setupSubmitTestEnv(t *testing.T) {
278278
topology = ""
279279
gkeScheduler = ""
280280
platform = "linux/amd64"
281+
mtcEnabled = false
282+
mtcRamdiskDirectory = ""
281283
awaitJobCompletion = false
282284
priority = "medium"
283285
isPathwaysJob = false

pathways_jobset.tmpl.orig

Lines changed: 0 additions & 382 deletions
This file was deleted.

0 commit comments

Comments
 (0)