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

Consider Post-Build Testing Requirements #193

Open
CodeGat opened this issue Feb 17, 2025 · 0 comments
Open

Consider Post-Build Testing Requirements #193

CodeGat opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
CI 2.0 Relating to the second iteration of build-ci priority:medium A medium priority issue - has some impact on functionality type:investigation look into options, do some research!

Comments

@CodeGat
Copy link
Member

CodeGat commented Feb 17, 2025

A probable output to the Entrypoint workflows would be something like a link to a singularity container with the given model component installed. But model components need more testing than that, and this testing could be quite varied between model components.

Things to Consider

  • Would there be a common core of tests that need to be run? For example, testing if the model component can be installed as a dependent to multiple different models.
  • Should we just return the image, in which case:
    • Would we return a reference to a singularity image with the model installed? Similar to a [docker commit](https://stackoverflow.com/questions/62698416/what-is-the-equivalent-of-docker-commit-in-singularity) image?
    • Or a reference to a running container on GHA? How would this work for private repository minutes?
    • Or a way of the user to build the .sif themselves? Must remember the mount points/etc.
@CodeGat CodeGat added CI 2.0 Relating to the second iteration of build-ci priority:medium A medium priority issue - has some impact on functionality type:investigation look into options, do some research! labels Feb 17, 2025
@CodeGat CodeGat self-assigned this Feb 17, 2025
@github-project-automation github-project-automation bot moved this to New Issues 🌅 in Build-ci 2.0 Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 2.0 Relating to the second iteration of build-ci priority:medium A medium priority issue - has some impact on functionality type:investigation look into options, do some research!
Projects
Status: New Issues 🌅
Development

No branches or pull requests

1 participant