Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar committed Nov 27, 2024
1 parent dd6851a commit c0fbfef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ run: manifests fmt vet ## Run a controller from your host.

.PHONY: image-build
image-build: test-unit ## Build container image with the manager.
podman build -t ${IMG} .
podman --cgroup-manager cgroupfs build -t ${IMG} .

.PHONY: image-push
image-push: image-build ## Push container image with the manager.
Expand Down
1 change: 1 addition & 0 deletions test/e2e/mnist_pytorch_appwrapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,4 @@ func runMnistPyTorchAppWrapper(t *testing.T, accelerator string, numberOfGpus in
test.T().Logf("Waiting for AppWrapper %s/%s to be deleted", aw.Namespace, aw.Name)
test.Eventually(AppWrappers(test, namespace), TestTimeoutShort).Should(BeEmpty())
}
//test

0 comments on commit c0fbfef

Please sign in to comment.