-
Notifications
You must be signed in to change notification settings - Fork 3
[DNM] Make self-hosted GPU workflow run again #129
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #129 +/- ##
=======================================
Coverage 86.86% 86.87%
=======================================
Files 11 11
Lines 1439 1440 +1
=======================================
+ Hits 1250 1251 +1
Misses 189 189 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
From the latest actions with self runners they started running again all of a sudden. But we are getting some JSON decoding errors, either way I think the current changes in this branch should be worth it (for the micromamba setup action). I'll let the self-host test finish in this PR and then change it back to a cron-scheduled automated test. |
|
I am a bit worried the EC2 instance is running but won't ever pick up the job https://github.com/OpenFreeEnergy/feflow/actions/runs/18601132394/job/53046333313?pr=129 |
|
Try updating the ami to |
|
@mikemhenry Thanks, that's a good tip. Will try running with that ami in the future. From latest re-run https://github.com/OpenFreeEnergy/feflow/actions/runs/18601132394/job/53091442796?pr=129 I believe the instance is getting stopped abruptly, my guess is that it's hitting some resources limit, I quick test could be to run the tests in serial (not in parallel), and see. |

Solves #126
The only difference I saw was the micromamba setup version, updating it in these changes.