Skip to content

Commit f6202a3

Browse files
Add a note about TF installability test (#996)
Add a note about TF installability test Reviewed-by: Matej Focko
2 parents ac9c84d + 20231f9 commit f6202a3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/configuration/upstream/tests.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ jobs:
3333
The test job by default requires Copr build to be built before running tests, and then
3434
it is installed into the testing environment.
3535
36+
:::note
37+
38+
If no test (`fmf`) metadata is defined in your repository or configuration (see below),
39+
the default [installability test](https://gitlab.com/testing-farm/tests/-/blob/main/packit/installation.fmf) will be executed.
40+
This test verifies that all built packages can be installed successfully.
41+
42+
:::
43+
3644
If you want to run tests without a Copr build, the test job needs to include `skip_build` (described below) option in the job configuration:
3745
```yaml
3846
jobs:
@@ -135,7 +143,7 @@ distro (otherwise the default would be `centos-stream-8`) and for
135143
```
136144

137145
## Optional parameters
138-
* **fmf_url** - Git repository containing the metadata (FMF) tree.
146+
* **fmf_url** - Git repository containing the metadata (`fmf`) tree.
139147
Use any format acceptable by the git clone command.
140148
* **fmf_ref** - Branch, tag or commit specifying the desired git revision.
141149
Defaults to "master" when **fmf_url** is specified and **fmf_ref** is not.

0 commit comments

Comments
 (0)