File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,11 @@ The bot applies the filters with partial matching, but _not_ for the `for:` argu
144144The reason is that for the ` on: ` argument, the bot can compare against the configured node types to find a match
145145(while for the ` for: ` argument, there is no such reference to match against).
146146
147+ #### Accelerator filter matching
148+ If the bot config declares that a node type has a certain accelerator, that node type will _ only_ be allocated
149+ if a corresponding ` accel=<on_accel> ` argument is passed. This is to avoid that ` on:arch=x86_64/amd/zen4 ` would
150+ cause builds to be triggered on a ` zen4 ` +GPU node, while the same system also has a CPU-only ` zen4 ` node type.
151+
147152### Behind-the-scenes
148153
149154#### Processing build instructions
You can’t perform that action at this time.
0 commit comments