Skip to content

Commit

Permalink
add message template used when no result of test suite is found
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 13, 2023
1 parent 5f2f322 commit 37eec67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,12 @@ job_result_unknown_fmt = <details><summary>:shrug: UNKNOWN _(click triangle for
`job_result_unknown_fmt` is used in case no result file (produced by `bot/check-build.sh`
provided by target repository) was found.

```
job_test_unknown_fmt = <details><summary>:shrug: UNKNOWN _(click triangle for details)_</summary><ul><li>Job test file `{filename}` does not exist in job directory or reading it failed.</li></ul></details>
```
`job_test_unknown_fmt` is used in case no test file (produced by `bot/check-test.sh`
provided by target repository) was found.

# Instructions to run the bot components

The bot consists of three components:
Expand Down
1 change: 1 addition & 0 deletions app.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,4 @@ no_tarball_message = Slurm output lacks message about created tarball.
no_matching_tarball = No tarball matching `{tarball_pattern}` found in job dir.
multiple_tarballs = Found {num_tarballs} tarballs in job dir - only 1 matching `{tarball_pattern}` expected.
job_result_unknown_fmt = <details><summary>:shrug: UNKNOWN _(click triangle for detailed information)_<summary/><ul><li>Job results file `{filename}` does not exist in job directory or reading it failed.</li><li>No artefacts were found/reported.</li></ul></details>
job_test_unknown_fmt = <details><summary>:shrug: UNKNOWN _(click triangle for detailed information)_<summary/><ul><li>Job test file `{filename}` does not exist in job directory or reading it failed.</li></ul></details>

0 comments on commit 37eec67

Please sign in to comment.