Skip to content

Commit

Permalink
Update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mszadkow committed Jan 31, 2025
1 parent a0cbb9a commit 1826b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/multikueue/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ var _ = ginkgo.Describe("MultiKueue", func() {
ginkgo.It("Should run a kubeflow PyTorchJob on worker if admitted", func() {
// Since it requires 1600M of memory, this job can only be admitted in worker 2.
pyTorchJob := testingpytorchjob.MakePyTorchJob("pytorchjob1", managerNs.Name).
ManagedBy(kueue.MultiKueueControllerName).
Queue(managerLq.Name).
PyTorchReplicaSpecs(
testingpytorchjob.PyTorchReplicaSpecRequirement{
Expand Down

0 comments on commit 1826b61

Please sign in to comment.