-
Notifications
You must be signed in to change notification settings - Fork 1
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
specification for the setup #5
Comments
might be relevant: https://github.com/ReproNim/testkraken/ as for "matricizing" the runs. I am not sure if it has separation needed for producer/test environment, and what conviniences would it provide us ATM (CC @satra) - or for this simple dashboard testkraken would not be appropriate since we are to use github actions and not some local deployment on HPC. |
let's ping @djarecka :) |
If I'm understanding testkraken correctly, the biggest hindrance is that we want the producers (corresponding to testkraken's "analysis") to produce multiple files, and we want the files to be tested in environments other than the ones they're produced in. I can't tell if testkraken can handle the first requirement, but it definitely doesn't seem to be made with the second requirement in mind. Or is there a way to make such a setup work? @satra @djarecka |
Actually, the default is that the files are tested in one python environment. |
@djarecka Is there a way to test them in multiple environments? Also, is it possible to run just the "analysis" portion, save the produced files in a local directory, and run the "test" portion on the files at one's leisure? |
right now it's one testing environment and it does testing right after analysis, but if there is a need to do it, I could implement it |
from the spec we
populate environments
which we would need to probably manually (or talk via docker hub API to establish the linkage from github actions?) to create docker containers.
produce sample files
to be uploaded (
git annex copy
ordatalad push
) to https://gin.g-node.org/dandi/nwb-healthstatus-samples/src/master/core underor
The text was updated successfully, but these errors were encountered: