From 6e61e7249c2cd9cd4db58d390f391f6d733c6f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 18 Nov 2025 11:10:56 +0100 Subject: [PATCH] Document new Fedora CI test jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- fedora-ci/jobs.md | 12 ++++++++++++ fedora-ci/retriggering.md | 2 ++ 2 files changed, 14 insertions(+) diff --git a/fedora-ci/jobs.md b/fedora-ci/jobs.md index 23c3761f77..c9dd569512 100644 --- a/fedora-ci/jobs.md +++ b/fedora-ci/jobs.md @@ -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) diff --git a/fedora-ci/retriggering.md b/fedora-ci/retriggering.md index def912691c..1624cd1e79 100644 --- a/fedora-ci/retriggering.md +++ b/fedora-ci/retriggering.md @@ -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.