-
Notifications
You must be signed in to change notification settings - Fork 40
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
fix(htcondorcern): unpacked images and multiline commands #474
Merged
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
mdonadoni
changed the title
misc fixes htcondor
fix(htcondorcern): unpacked images and multiline commands
Nov 21, 2024
This was
linked to
issues
Nov 21, 2024
tiborsimko
approved these changes
Nov 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW I have verified that all demo examples run OK 👍
$ rcg list | grep htcondorcern
worldpopulation-yadage-htcondorcern 1 2024-11-22T09:17:34 2024-11-22T09:17:47 2024-11-22T10:38:47 finished
worldpopulation-snakemake-htcondorcern 1 2024-11-22T09:17:31 2024-11-22T09:17:44 2024-11-22T10:38:12 finished
worldpopulation-serial-htcondorcern 1 2024-11-22T09:17:28 2024-11-22T09:17:41 2024-11-22T10:38:03 finished
worldpopulation-cwl-htcondorcern 1 2024-11-22T09:17:25 2024-11-22T09:17:38 2024-11-22T10:37:59 finished
root6-roofit-yadage-htcondorcern 1 2024-11-22T09:17:19 2024-11-22T09:17:32 2024-11-22T10:44:33 finished
root6-roofit-snakemake-htcondorcern 1 2024-11-22T09:17:16 2024-11-22T09:17:29 2024-11-22T10:44:18 finished
root6-roofit-serial-htcondorcern 1 2024-11-22T09:17:13 2024-11-22T09:17:26 2024-11-22T10:44:04 finished
root6-roofit-cwl-htcondorcern 1 2024-11-22T09:17:09 2024-11-22T09:17:23 2024-11-22T10:44:06 finished
helloworld-yadage-htcondorcern 1 2024-11-22T09:17:04 2024-11-22T09:17:17 2024-11-22T10:38:22 finished
helloworld-snakemake-htcondorcern 1 2024-11-22T09:17:01 2024-11-22T09:17:14 2024-11-22T10:38:12 finished
helloworld-serial-htcondorcern 1 2024-11-22T09:16:58 2024-11-22T09:17:11 2024-11-22T10:37:58 finished
helloworld-cwl-htcondorcern 1 2024-11-22T09:16:55 2024-11-22T09:17:08 2024-11-22T10:37:54 finished
atlas-recast-yadage-htcondorcern 1 2024-11-22T09:16:49 2024-11-22T09:17:03 2024-11-22T10:44:26 finished
tiborsimko
added a commit
to tiborsimko/reana-job-controller
that referenced
this pull request
Dec 4, 2024
chore(maint-0.9): release 0.9.4 (reanahub#418) build(python): bump shared REANA packages as of 2024-11-28 (reanahub#477) fix(kubernetes): avoid privilege escalation in Kubernetes jobs (reanahub#476) fix(config): read secret key from env (reanahub#476) fix(htcondorcern): support multiline commands (reanahub#474) fix(htcondorcern): run provided command in unpacked image (reanahub#474) build(deps): update reana-auth-vomsproxy to 1.3.0 (reanahub#466) build(docker): pin setuptools 70 (reanahub#465) fix(config): update reana-auth-vomsproxy to 1.2.1 to fix WLCG IAM (reanahub#457) feat(backends): add new Compute4PUNCH backend (reanahub#430) 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-job-controller
that referenced
this pull request
Dec 4, 2024
chore(maint-0.9): release 0.9.4 (reanahub#418) build(python): bump shared REANA packages as of 2024-11-28 (reanahub#477) fix(kubernetes): avoid privilege escalation in Kubernetes jobs (reanahub#476) fix(config): read secret key from env (reanahub#476) fix(htcondorcern): support multiline commands (reanahub#474) fix(htcondorcern): run provided command in unpacked image (reanahub#474) build(deps): update reana-auth-vomsproxy to 1.3.0 (reanahub#466) build(docker): pin setuptools 70 (reanahub#465) fix(config): update reana-auth-vomsproxy to 1.2.1 to fix WLCG IAM (reanahub#457) feat(backends): add new Compute4PUNCH backend (reanahub#430) 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.
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.
Closes #470
Closes #471