Skip to content
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 12 commits into from
Apr 10, 2019
Merged

Cody dev #3

merged 12 commits into from
Apr 10, 2019

Conversation

khurtado
Copy link
Owner

No description provided.

Diego Rodriguez and others added 12 commits March 6, 2019 11:57
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.
@khurtado khurtado merged commit 7019dbb into khurtado:job_manager Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants