-
Notifications
You must be signed in to change notification settings - Fork 39
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 support for compute4punch backend #445
Merged
mdonadoni
merged 1 commit into
reanahub:maint-0.9
from
giffels:add/compute4punch-support
Jul 5, 2024
Merged
Add support for compute4punch backend #445
mdonadoni
merged 1 commit into
reanahub:maint-0.9
from
giffels:add/compute4punch-support
Jul 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
giffels
force-pushed
the
add/compute4punch-support
branch
from
February 21, 2024 10:34
fdea092
to
76b3383
Compare
giffels
force-pushed
the
add/compute4punch-support
branch
from
May 10, 2024 11:31
76b3383
to
d3fe573
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## maint-0.9 #445 +/- ##
=============================================
- Coverage 36.33% 36.31% -0.03%
=============================================
Files 26 26
Lines 1577 1578 +1
=============================================
Hits 573 573
- Misses 1004 1005 +1
|
mdonadoni
reviewed
May 30, 2024
giffels
force-pushed
the
add/compute4punch-support
branch
3 times, most recently
from
July 3, 2024 09:17
bdc65d4
to
08a8816
Compare
mdonadoni
force-pushed
the
add/compute4punch-support
branch
from
July 4, 2024 12:51
08a8816
to
a43314b
Compare
mdonadoni
pushed a commit
to giffels/reana-commons
that referenced
this pull request
Jul 4, 2024
mdonadoni
pushed a commit
to giffels/reana-commons
that referenced
this pull request
Jul 4, 2024
mdonadoni
force-pushed
the
add/compute4punch-support
branch
from
July 4, 2024 12:53
a43314b
to
927db61
Compare
mdonadoni
pushed a commit
to giffels/reana-commons
that referenced
this pull request
Jul 4, 2024
mdonadoni
force-pushed
the
add/compute4punch-support
branch
from
July 4, 2024 13:00
927db61
to
b829905
Compare
tiborsimko
approved these changes
Jul 4, 2024
mdonadoni
force-pushed
the
add/compute4punch-support
branch
from
July 4, 2024 15:33
b829905
to
0570f4a
Compare
tiborsimko
added a commit
to tiborsimko/reana-commons
that referenced
this pull request
Dec 4, 2024
chore(maint-0.9): release 0.9.9 (reanahub#434) build(python): add support for Python 3.13 (reanahub#480) ci(actions): pin setuptools 70 (reanahub#479) feat(schema): allow Compute4PUNCH backend options (reanahub#445) chore(openapi): update OpenAPI specifications (reanahub#460) fix(config): remove hard-coded component host name domain (reanahub#458) 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, as well as other 0.9.4 release-related changes.
tiborsimko
added a commit
to tiborsimko/reana-commons
that referenced
this pull request
Dec 4, 2024
chore(maint-0.9): release 0.9.9 (reanahub#434) build(python): add support for Python 3.13 (reanahub#480) ci(actions): pin setuptools 70 (reanahub#479) feat(schema): allow Compute4PUNCH backend options (reanahub#445) chore(openapi): update OpenAPI specifications (reanahub#460) fix(config): remove hard-coded component host name domain (reanahub#458) 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, as well as other 0.9.4 release-related changes.
tiborsimko
added a commit
to tiborsimko/reana-commons
that referenced
this pull request
Dec 4, 2024
chore(maint-0.9): release 0.9.9 (reanahub#434) build(python): add support for Python 3.13 (reanahub#480) ci(actions): pin setuptools 70 (reanahub#479) feat(schema): allow Compute4PUNCH backend options (reanahub#445) chore(openapi): update OpenAPI specifications (reanahub#460) fix(config): remove hard-coded component host name domain (reanahub#458) 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, as well as other 0.9.4 release-related changes. Note: The merge commit also adds a fix for `gherkin-official` versions with Python 3.8.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request allows for validation of the new
compute4punch
compute backend, being currently implemented in reanahub/reana-job-controller#430.