Skip to content

Commit bfabf12

Browse files
casparvlbedroge
andauthored
Apply suggestions from code review by bedroge
Co-authored-by: Bob Dröge <b.e.droge@rug.nl>
1 parent 5058949 commit bfabf12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/bot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Where the `for_arch` could be e.g. `x64_64/amd/zen4`. This will trigger the bot
7373
build in the `/cvmfs/software.eessi.io/versions/<eessi-version>/software/linux/x86_64/amd/zen4` prefix.
7474

7575
!!! note
76-
The `for:` (and `on:`, see below) argument to the bot where introduced in bot version 0.9.0. They replace the `architecture=... accelerator=...` syntax used in bot versions <= v0.8.0.
76+
The `for:` (and `on:`, see below) argument to the bot were introduced in bot version 0.9.0. They replace the `architecture=... accelerator=...` syntax used in bot versions <= v0.8.0.
7777

7878
!!! warning
7979
Most likely, you want to supply one or more filters to avoid that all bots are triggered to build for all
@@ -86,8 +86,8 @@ should be executed, based on:
8686

8787
- `instance`: the `name` of the bot instance, for example `instance:aws` for the bot instance running in AWS;
8888
- `repository`: the target repository, for example `eessi-2023.06-software` which corresponds to the 2023.06 version of the EESSI software layer;
89-
- `on:architecture=<on_arch>,accelerator=<on_accelerator>`: the name of the [CPU microarchitecture](software_layer/cpu_targets.md) and GPU accelerator you want to build _on_, for example `for:architecture=x86_64/amd/zen4,accelerator=nvidia/cc90`;
90-
- `for:architecture=<for_arch>,accelerator=<for_accelerator>`: the name of the [CPU microarchitecture](software_layer/cpu_targets.md) and GPU accelerator you want to build _for_, for example `on:architecture=x86_64/amd/zen4,accelerator=nvidia/cc90`;
89+
- `on:architecture=<on_arch>,accelerator=<on_accelerator>`: the name of the [CPU microarchitecture](software_layer/cpu_targets.md) and GPU accelerator you want to build _on_, for example `on:architecture=x86_64/amd/zen4,accelerator=nvidia/cc90`;
90+
- `for:architecture=<for_arch>,accelerator=<for_accelerator>`: the name of the [CPU microarchitecture](software_layer/cpu_targets.md) and GPU accelerator you want to build _for_, for example `for:architecture=x86_64/amd/zen4,accelerator=nvidia/cc90`;
9191

9292
!!! note
9393
Use `:` as separator to specify a value for a particular argument, do not add spaces after the `:`.

0 commit comments

Comments
 (0)