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
3 changes: 3 additions & 0 deletions docs/configuration/upstream/copr_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ With this configuration, you'll get builds in all stable fedora releases
:::caution
Make sure to configure this option if you are having multiple `copr_build` jobs in the configuration,
otherwise the reporting may be incorrect.
The identifier **must NOT contain colons (`:`)**. Colons are used as delimiters in check names
and will cause check rerun failures. Use alphanumeric characters, hyphens (`-`), and
underscores (`_`) for best compatibility.
:::
* **module_hotfixes** - The project will have `module_hotfixes=1` in the Copr generated repo files.
This is useful when you build packages that need to be installed in a modular context.
Expand Down
5 changes: 5 additions & 0 deletions docs/configuration/upstream/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ distro (otherwise the default would be `centos-stream-8`) and for
when you have multiple `tests` jobs with different configuration. For
example if you set this to `e2e-tests`, then a check run for Rawhide would be
named `testing-farm:fedora-rawhide-x86_64:e2e-tests`.
:::caution
The identifier **must NOT contain colons (`:`)**. Colons are used as delimiters in check names
and will cause check rerun failures. Use alphanumeric characters, hyphens (`-`), and
underscores (`_`) for best compatibility. For example, use `provision-virtual` instead of `provision:virtual`.
:::
* **manual_trigger** - Whether to trigger Testing Farm jobs only manually (via pull request comment `/packit test` (`/packit-stg test` for staging instance) or rerunning the check in the GitHub UI) or not (defaults to false).
* **labels** - List of labels that group several jobs together. Users then use them when manually triggering the jobs like `/packit test --labels regression,upgrade`.
* **use_internal_tf** - Whether to use the internal Testing Farm infrastructure (defaults to false).
Expand Down