File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
docs/configuration/upstream Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 3333The test job by default requires Copr build to be built before running tests, and then
3434it 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+
3644If 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.
You can’t perform that action at this time.
0 commit comments