diff --git a/docs/configuration/upstream/copr_build.md b/docs/configuration/upstream/copr_build.md index 356909a82..d8f6042a8 100644 --- a/docs/configuration/upstream/copr_build.md +++ b/docs/configuration/upstream/copr_build.md @@ -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. diff --git a/docs/configuration/upstream/tests.md b/docs/configuration/upstream/tests.md index 9b1e1bafc..d023e621e 100644 --- a/docs/configuration/upstream/tests.md +++ b/docs/configuration/upstream/tests.md @@ -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).