Due to some changes in our SLURM configuration, we need to define our resource requirements in a bit more detail. We should specify memory and time for any significant processes.
If necessary we may need to implement retry logic if some requirements may be highly variable (eg. Retry with twice as much time allocation if the first attempt times out, but only do so a maximum of once or twice)
Consider defining another github-actions profile that can be used for CI.
Due to some changes in our SLURM configuration, we need to define our resource requirements in a bit more detail. We should specify memory and time for any significant processes.
If necessary we may need to implement retry logic if some requirements may be highly variable (eg. Retry with twice as much time allocation if the first attempt times out, but only do so a maximum of once or twice)
Consider defining another
github-actionsprofile that can be used for CI.