You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now all the CI show plots before any selection.
Describe the solution you'd like
I'd like to have another CI that has it after the trigger
Additional context
In a recent PR we concluded that the changes would prob be washed out after cuts, so that brought up that it would make sense to have a version of a CI that does that
The text was updated successfully, but these errors were encountered:
I think the biggest issue that prevents us from accomplishing this is the time necessary to create a large enough trigger-skimmed sample. The GitHub CI runners have a time limit of 6 hours (last time I checked, this could be changed at anytime by Micros**t) and so we have two options.
Get crafty with the sample generation. Either using multiple jobs that are then merged or by biasing/filtering so that the generation of the trigger-skimmed sample takes less than the time limit imposed.
Have self-hosted runner(s) for these CI jobs.
I think option (2) is the better approach. We already have two self-hosted runners at UMN for building the ARM images of the development image and I think it is more maintainable given that we already have cluster-familiar folks who can help keep an eye on these runners. I think it is possible to have GitHub self-hosted runners exist without any administrative privileges but that would almost certainly require rewriting how the workflows run in order to use tools that are already installed (apptainer for example) rather than installing tools into a VM (like is provided by GitHub).
Is your feature request related to a problem? Please describe.
Right now all the CI show plots before any selection.
Describe the solution you'd like
I'd like to have another CI that has it after the trigger
Additional context
In a recent PR we concluded that the changes would prob be washed out after cuts, so that brought up that it would make sense to have a version of a CI that does that
The text was updated successfully, but these errors were encountered: