Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions fedora-ci/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Scratch builds in [Koji](https://koji.fedoraproject.org/koji/) built from SCM.
[Installability test](https://github.com/fedora-ci/installability-pipeline)
in [Testing Farm](https://testing-farm.io) run with a successful scratch build.

### rpmlint

[rpmlint](https://github.com/rpm-software-management/rpmlint)
[test](https://github.com/packit/tmt-plans/tree/main/plans/rpmlint)
in [Testing Farm](https://testing-farm.io) run with a successful scratch build.

### rpminspect

[rpminspect](https://github.com/rpminspect/rpminspect)
[test](https://github.com/fedora-ci/rpminspect-pipeline)
in [Testing Farm](https://testing-farm.io) run with a successful scratch build.

### Custom test plans

Custom [TMT](https://tmt.readthedocs.io/) test plans in [Testing Farm](https://testing-farm.io)
Expand Down
2 changes: 2 additions & 0 deletions fedora-ci/retriggering.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ To retrigger a specific test, you can add the test identifier to the command:
Currently supported identifiers are:

- `installability` - represents the [Installability](/fedora-ci/jobs#installability) test
- `rpmlint` - represents the [rpmlint](/fedora-ci/jobs#rpmlint) test
- `rpminspect` - represents the [rpminspect](/fedora-ci/jobs#rpminspect) test
- `custom` - represents [Custom TMT test plans](/fedora-ci/jobs#custom-test-plans)

Only packagers can retrigger tests.