Skip to content

Commit

Permalink
Merge pull request #17324 from pcm32/patch-13
Browse files Browse the repository at this point in the history
Enable job resubmissions in k8s runner
  • Loading branch information
mvdbeek authored Jan 18, 2024
2 parents e02a765 + 250be5d commit f12984b
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def check_total_perspective_vortex(self):
def check_pbs_python(self):
return "galaxy.jobs.runners.pbs:PBSJobRunner" in self.job_runners

def check_pykube(self):
def check_pykube_ng(self):
return "galaxy.jobs.runners.kubernetes:KubernetesJobRunner" in self.job_runners or which("kubectl")

def check_chronos_python(self):
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/conditional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ custos-sdk
chronos-python==1.2.1

# Kubernetes job runner
pykube==0.15.0
pykube-ng==21.3.0

# Synnefo / Pithos+ object store client
kamaki
Expand Down
Loading

0 comments on commit f12984b

Please sign in to comment.