Skip to content

Commit 5d41c7a

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Fix Training operator upgrade test
1 parent 53c2eb4 commit 5d41c7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/kfto/upgrade/kfto_kueue_sft_upgrade_training_test.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ func createPyTorchJob(test Test, namespace, localQueueName string, config corev1
186186
Name: "tmp-volume",
187187
MountPath: "/tmp",
188188
},
189+
{
190+
Name: "output-volume",
191+
MountPath: "/mnt/output",
192+
},
189193
},
190194
Resources: corev1.ResourceRequirements{
191195
Requests: corev1.ResourceList{
@@ -226,6 +230,12 @@ func createPyTorchJob(test Test, namespace, localQueueName string, config corev1
226230
EmptyDir: &corev1.EmptyDirVolumeSource{},
227231
},
228232
},
233+
{
234+
Name: "output-volume",
235+
VolumeSource: corev1.VolumeSource{
236+
EmptyDir: &corev1.EmptyDirVolumeSource{},
237+
},
238+
},
229239
},
230240
},
231241
},

0 commit comments

Comments
 (0)