forked from reanahub/reana-job-controller
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cody dev #3
Merged
Merged
Cody dev #3
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
Signed-off-by: Rokas Maciulaitis <[email protected]>
Signed-off-by: Tibor Simko <[email protected]>
* jobManager super class is responsible for job creation, execution/submission, deletion/stop and etc. Thic class should be inherited by child classes of specific backend (K8s, HTCondor, Slurm and etc.) Signed-off-by: Rokas Maciulaitis <[email protected]>
* Adding pytest-reana support. Closes reanahub#120 Signed-off-by: roma0851 <[email protected]>
* Test for kubernetes job stop & fixes for kubernetes job execution test. Closes reanahub#122 Signed-off-by: Rokas Maciulaitis <[email protected]>
* watch_jobs thread should not be launched by base_app fixture, because it cause test failures due missing k8s api mocks. Closes reanahub#125 Signed-off-by: Rokas Maciulaitis <[email protected]> Co-authored-by: Diego Rodriguez <[email protected]>
…ller into cody_dev Conflicts: reana_job_controller/rest.py setup.py Merge khurtado's RJC with reanahub's current master. Conflicts involved changing the hardcoded paths within rjc/rest.py. Setup.py didn't like the added 'htcondor' requirement.
Create first instance of HTCondor's job manager There are a few VC3 specifics within. Testing is still needed.
Added ability to call htcondor_job_manager over the already defined kubernetes_job_manager.
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.
No description provided.