Skip to content

Commit ae691e6

Browse files
author
Caspar van Leeuwen
committed
Fix linting errors
1 parent be7efe4 commit ae691e6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,13 @@ node_type_map = {
794794
```
795795

796796
Each entry in the `node_type_map` dictionary describes a build node type. The key is a (descriptive) name for this build node, and its value is a dictionary containing the following build node properties as key-value pairs:
797-
- `os`: its operating system (os)
798-
- `cpu_subdir`: its CPU architecture
799-
- `slurm_params`: the SLURM parameters that need to be passed to submit jobs to it
800-
- `repo_targets`: supported repository targets for this node type
801-
- `accel` (optional): which accelerators this node has
797+
798+
- `os`: its operating system (os)
799+
- `cpu_subdir`: its CPU architecture
800+
- `slurm_params`: the SLURM parameters that need to be passed to submit jobs to it
801+
- `repo_targets`: supported repository targets for this node type
802+
- `accel` (optional): which accelerators this node has
803+
802804
All values are strings, except repo_targets, which is a list of strings. Repository targets listed in `repo_target` should correspond to the repository IDs as defined in the `repos.cfg` file in the `repos_cfg_dir` (see below).
803805

804806
Note that the Slurm parameters should typically be chosen such that a single type of node (with one specific type of CPU and one specific type of GPU) should be allocated.
@@ -945,7 +947,6 @@ jobdir = Job dir: `{symlink}`
945947

946948
`jobdir` is used as the fourth line in a comment to a PR when a new job has been created.
947949

948-
949950
```ini
950951
with_accelerator =  and accelerator `{accelerator}`
951952
```

0 commit comments

Comments
 (0)