Skip to content

Commit

Permalink
Small typos/issues fixed for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed May 6, 2016
1 parent 8cb13de commit b46b491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/job_conf.xml.sample_advanced
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@

<!-- Finally for Kubernetes runner, the following connects a particular tool to be executed with
the container of choice in Kubernetes.
--->
-->
<tool id="my-tool" destination="my-tool-container"/>
</tools>
<limits>
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, app, nworkers, **kwargs):

# here we need to fetch the default kubeconfig path from the plugin defined in job_conf...
self._pykube_api = HTTPClient(KubeConfig.from_file(self.runner_params["k8s_config_path"]))
self._galaxy_vol_name = "pvc-galaxy" # TODO this needs to be read from params!!
self._galaxy_vol_name = "pvc-galaxy" # TODO this needs to be read from params!!

self._init_monitor_thread()
self._init_worker_threads()
Expand Down

0 comments on commit b46b491

Please sign in to comment.