Skip to main content

Retriggering

You can retrigger CI jobs in dist-git pull requests by posting comments that include the appropriate /packit-ci commands, as outlined below.

Scratch builds

To retrigger a scratch build, add the following comment to the pull request:

/packit-ci scratch-build

Only packagers can retrigger scratch builds.

Tests

To retrigger all tests, add the following comment to the pull request:

/packit-ci test

To retrigger a specific test, you can add the test identifier to the command:

/packit-ci test installability

installability is the only supported identifier so far and it represents the Installability test.

Only packagers can retrigger tests.