Apply suggestions from code review

Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
This commit is contained in:
M Bernt
2023-06-20 10:30:19 +02:00
committed by GitHub
co-authored by Nicola Soranzo
parent 5aa42be72a
commit 6cfcb04c19
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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