Skip to content

Commit

Permalink
improve settings' value for with_accelerator
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Sep 10, 2024
1 parent 815f8fe commit 9e4cbfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ initial_comment = New job on instance `{app_name}` for architecture `{arch_name}
created. Note, the part '{accelerator_spec}' is only filled-in by the bot if the
argument 'accelerator' to the `bot: build` command have been used.
```
with_accelerator = " and accelerator {accelerator}"
with_accelerator =  and accelerator `{accelerator}`
```
`with_accelerator` is used to provide information about the accelerator the job
should build for if and only if the argument `accelerator:X/Y` has been provided.
Expand Down
2 changes: 1 addition & 1 deletion app.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ scontrol_command = /usr/bin/scontrol
[submitted_job_comments]
awaits_release = job id `{job_id}` awaits release by job manager
initial_comment = New job on instance `{app_name}` for CPU micro-architecture `{arch_name}`{accelerator_spec} for repository `{repo_id}` in job dir `{symlink}`
with_accelerator = " and accelerator {accelerator}"
with_accelerator =  and accelerator `{accelerator}`


[new_job_comments]
Expand Down

0 comments on commit 9e4cbfd

Please sign in to comment.