docs/modules/ROOT/pages/pipeline.adoc
Petr Šplíchal e711daef6a Remove table of contents, antora changes, fix links
Page overview already provided on the right side, no need to
duplicate table of contents in individual pages. Plus added
several changes to fix local docs building. Correct links.
2022-02-16 15:08:56 +01:00

2.8 KiB

Warning
This page is outdated.

The testing Pipeline detects tests for enabled packages, executes the test coverage and gathers the results. Currently version 1.1.0 of the Standard Test Interface specification is supported.

Instances

There are several CI pipelines enabled in the CentoOS Jenkins:

They are for Fedora Rawhide, current and pending releases as reported by bodhi

Reschedule

In order to manually create a new job in the pipeline (e.g. to execute the tests again because of an infrastructure error) add the following comment to the pull request:

[citest]

Examples

Commit

Testing results appear as green or red dots directly in the Pagure interface. Clicking on them will bring you to result details.

Pipeline results

Pull Request

For pull requests you can find test results in the right tab of the pull request page, for example: python-virtualenv

For re-running the tests, a comment [citest] can be added into the pull-request.

Pipeline pr results