Feature Requests #88
Replies: 1 comment 6 replies
-
|
Not sure if that'd be feasible, but have you considered a single lite container, that contains everything needed? We use that for pytest integration tests using TestContainer to launch a small slurm server -- https://github.com/BSC-ES/autosubmit/blob/2ce789ecbe1d646ad5cdfa23256bb2f14b6bc5bf/test/integration/test_utils/docker.py#L184-L227 Our goal is not to test any Slurm features. What we need the most in our cause (an HPC workflow manager) is to validate the slurm directives and commands we use, and that our Shell scripts (that contain a header/tailer plus the user shell script) runs correctly. We don't run anything complicated in our tests, and that's enough to cover a lot of our code related to Slurm. We stated using this image, but realized that it didn't have SSH (I think it's being added now) which is needed as we submit jobs via SSH to HPC clusters, and it would require launching and managing more containers on GH Actions. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Use this discussion to suggest improvements and other ideas to the project.
Beta Was this translation helpful? Give feedback.
All reactions