19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _container_scheduling_parameters.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 h2. Scheduling parameters
8
9 Parameters to be passed to the container scheduler (e.g., Slurm) when running a container.
10
11 table(table table-bordered table-condensed).
12 |_. Key|_. Type|_. Description|_. Notes|
13 |partitions|array of strings|The names of one or more compute partitions that may run this container. If not provided, the system will choose where to run the container.|Optional.|
14 |preemptible|boolean|If true, the dispatcher should use a preemptible cloud node instance (eg: AWS Spot Instance) to run this container.  Whether a preemptible instance is actually used "depends on cluster configuration.":{{site.baseurl}}/admin/spot-instances.html|Optional. Default is false.|
15 |max_run_time|integer|Maximum running time (in seconds) that this container will be allowed to run before being cancelled.|Optional. Default is 0 (no limit).|