Skip to content

Commit a7ede07

Browse files
Document Custom TMT test plans (#1039)
Document Custom TMT test plans Related to packit/packit-service#2713. Reviewed-by: František Lachman <flachman@redhat.com> Reviewed-by: Nikola Forró Reviewed-by: Laura Barcziová
2 parents a7c3260 + 7afbc97 commit a7ede07

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

fedora-ci/jobs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ Scratch builds in [Koji](https://koji.fedoraproject.org/koji/) built from SCM.
1212
### Installability
1313

1414
[Installability test](https://github.com/fedora-ci/installability-pipeline)
15-
in [Testing Farm](https://testing-farm.io) run with a successfull scratch build.
15+
in [Testing Farm](https://testing-farm.io) run with a successful scratch build.
1616

1717
### Custom test plans
1818

19-
TBD (The work is planned.)
19+
Custom [TMT](https://tmt.readthedocs.io/) test plans in [Testing Farm](https://testing-farm.io)
20+
run with a successful scratch build. This requires TMT metadata (`.fmf/version` presence used as an indicator)
21+
in the dist-git repository and at least one [test plan](https://tmt.readthedocs.io/en/stable/spec/plans.html)
22+
in `plans`.

fedora-ci/retriggering.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ To retrigger a specific test, you can add the test identifier to the command:
2929
/packit-ci test installability
3030
```
3131

32-
`installability` is the only supported identifier so far and it represents
33-
the [Installability](fedora-ci/jobs#installability) test.
32+
Currently supported identifiers are:
33+
34+
- `installability` - represents the [Installability](/fedora-ci/jobs#installability) test
35+
- `custom` - represents [Custom TMT test plans](/fedora-ci/jobs#custom-test-plans)
3436

3537
Only packagers can retrigger tests.

0 commit comments

Comments
 (0)