-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Blake Devcich <[email protected]>
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule nnf-dm
updated
4 files
+3 −3 | go.mod | |
+6 −6 | go.sum | |
+32 −29 | internal/controller/datamovement_controller.go | |
+3 −3 | vendor/modules.txt |
Submodule nnf-integration-test
updated
7 files
+4 −2 | .github/workflows/int-test.yaml | |
+3 −3 | go.mod | |
+6 −6 | go.sum | |
+3 −0 | system-test/Makefile | |
+15 −8 | system-test/dm/copy-in-copy-out/copy-in-copy-out.bats | |
+29 −29 | system-test/dm/copy-in-copy-out/copy-in-copy-out.md | |
+10 −6 | system-test/dm/test-copy-in-copy-out.sh |
Submodule nnf-sos
updated
4 files
+2 −2 | go.mod | |
+4 −4 | go.sum | |
+13 −0 | internal/controller/nnf_workflow_controller.go | |
+2 −2 | vendor/modules.txt |