mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Apply suggestions from code review
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
This commit is contained in:
co-authored by
Nicola Soranzo
parent
5aa42be72a
commit
6cfcb04c19
@@ -117,7 +117,7 @@ The images used for containers can either be specified explicitly in the ``<dest
|
||||
using a ``<container>`` tag or a mulled (multi package) container is implied for the set
|
||||
of packages specified by the tool's ``<requirement>`` tags.
|
||||
In either case the container to be used is determined using container resolvers that can be specified
|
||||
globally for an instance of locally per instance, see [Container resolvers](container_resolvers.md).
|
||||
globally for an instance of locally per instance, see [Container resolvers](container_resolvers).
|
||||
|
||||
### Running jobs on a Kubernetes cluster via Pulsar
|
||||
|
||||
|
||||
@@ -710,7 +710,7 @@ galaxy:
|
||||
# container resolvers to use when discovering containers for Galaxy.
|
||||
# If this is set to None, the default container resolvers loaded is
|
||||
# determined by enable_mulled_containers. For available options see
|
||||
# https://docs.galaxyproject.org/en/master/admin/container_resolvers.rst.
|
||||
# https://docs.galaxyproject.org/en/master/admin/container_resolvers.html
|
||||
#container_resolvers_config_file: null
|
||||
|
||||
# Rather than specifying a container_resolvers_config_file, the
|
||||
|
||||
@@ -933,7 +933,6 @@ class TestCondaFallBackAndRequireContainer(DockerContainerResolverTestCase, Cont
|
||||
{"id": "upload1", "environment": "local_upload"},
|
||||
],
|
||||
}
|
||||
# config["job_config"]["execution"]["environments"]["local_docker"]["require_container"] = True
|
||||
config["container_resolvers"] = cls.container_resolvers_config
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user