-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add compute4punch compute_backend #780
Add compute4punch compute_backend #780
Conversation
df74aad
to
89bce51
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## maint-0.9 #780 +/- ##
==========================================
Coverage 18.15% 18.15%
==========================================
Files 26 26
Lines 2478 2478
==========================================
Hits 450 450
Misses 2028 2028
|
Hi @tiborsimko , what is the situation with this integration, I have a branch with slurm integration as well, where to start merging them ? |
Hi @arm2arm The integration was delayed due to some illnesses and absences on our end... We are getting to it this week and the next. BTW some of the remarks made by @mdonadoni in @giffels's pull requests were still not fully closed and may be important, such as a possible code injection? Would you be able to look into them before the integration? |
89bce51
to
41792fe
Compare
41792fe
to
776ec76
Compare
776ec76
to
c2f490b
Compare
build(helm): add support for Kubernetes 1.31 (reanahub#822) ci(python): pin setuptools 70 (reanahub#822) feat(config): add Compute4PUNCH backend (reanahub#780) Note: The merge commit removes the changes related to pinning `setuptools` to version 70, because this was only necessary for the `maint-0.9` branches.
build(helm): add support for Kubernetes 1.31 (reanahub#822) ci(python): pin setuptools 70 (reanahub#822) feat(config): add Compute4PUNCH backend (reanahub#780) Note: The merge commit removes the changes related to pinning `setuptools` to version 70, because this was only necessary for the `maint-0.9` branches.
This pull request adds the new
compute4punch
compute backend to the list of available compute backends. Thecompute4punch
compute backend is currently implemented in reanahub/reana-job-controller#430.