Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MAP end-to-end testing GitHub Action #25

Open
tomaroberts opened this issue May 11, 2023 · 1 comment
Open

Add MAP end-to-end testing GitHub Action #25

tomaroberts opened this issue May 11, 2023 · 1 comment

Comments

@tomaroberts
Copy link
Collaborator

tomaroberts commented May 11, 2023

Either using the sample data in /tests/data or an entirely new test data subset, we need to implement an end-to-end GitHub Action in order to test the end-to-end process works.

e.g. GitHub Action should look in an input folder and produce an RT Struct file in an output folder.

Ideally this would be using the MAP container (see #24), but fallback would be to use monai-deploy exec app -i input/ -o -output/ instead (assumption being that performance is expected to be the same as containerised MAP).

@tomaroberts
Copy link
Collaborator Author

See here for WIP implementation: #26

As of today, GHA fails during MONAI Deploy MAP build process at Step 19. Have also tested with minimal simple-imaging-application from MONAI Deploy repo and that doesn't work either. Suggests MAP-related issue. Potentially memory issue with GitHub Action env given containers are >15GB.

Raised Bug ticket here too: Project-MONAI/monai-deploy-app-sdk#431

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant