Skip to content

Commit 543218b

Browse files
committed
Document installability test
Signed-off-by: Nikola Forró <nforro@redhat.com>
1 parent baf5c1a commit 543218b

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

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)