Skip to content

Commit 1d95234

Browse files
Document installability test (#1037)
Document installability test Related to packit/packit-service#2782. Reviewed-by: Laura Barcziová
2 parents baf5c1a + e1f06f7 commit 1d95234

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

docs/configuration/upstream/copr_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ packages and modules from the base distro, while CentOS Stream 8 will use a
156156
custom yum repo, 4 specific modules and it will have `--without check` passed
157157
to rpmbuild.
158158

159-
You can define these three options:
159+
You can define these options:
160160
* `additional_packages` (list) – install additional packages before the build
161161
* `additional_repos` (list) – enable these yum repositories before installing any packages
162162
* `additional_modules` (str) – enable these modules before installing packages,

fedora-ci/jobs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Scratch builds in [Koji](https://koji.fedoraproject.org/koji/) built from SCM.
1111

1212
### Installability
1313

14-
TBD (The work is in progress.)
14+
[Installability test](https://github.com/fedora-ci/installability-pipeline)
15+
in [Testing Farm](https://testing-farm.io) run with a successfull scratch build.
1516

1617
### Custom test plans
1718

fedora-ci/retriggering.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,22 @@ To retrigger a scratch build, add the following comment to the pull request:
1414
```
1515

1616
Only packagers can retrigger scratch builds.
17+
18+
## Tests
19+
20+
To retrigger all tests, add the following comment to the pull request:
21+
22+
```
23+
/packit-ci test
24+
```
25+
26+
To retrigger a specific test, you can add the test identifier to the command:
27+
28+
```
29+
/packit-ci test installability
30+
```
31+
32+
`installability` is the only supported identifier so far and it represents
33+
the [Installability](fedora-ci/jobs#installability) test.
34+
35+
Only packagers can retrigger tests.

0 commit comments

Comments
 (0)