Skip to content

Commit f48c9e2

Browse files
Add warning about using colons in identifier (#1080)
Add warning about using colons in identifier Reviewed-by: Maja Massarini
2 parents 814d69e + 998432b commit f48c9e2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/configuration/upstream/copr_build.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ With this configuration, you'll get builds in all stable fedora releases
6868
:::caution
6969
Make sure to configure this option if you are having multiple `copr_build` jobs in the configuration,
7070
otherwise the reporting may be incorrect.
71+
The identifier **must NOT contain colons (`:`)**. Colons are used as delimiters in check names
72+
and will cause check rerun failures. Use alphanumeric characters, hyphens (`-`), and
73+
underscores (`_`) for best compatibility.
7174
:::
7275
* **module_hotfixes** - The project will have `module_hotfixes=1` in the Copr generated repo files.
7376
This is useful when you build packages that need to be installed in a modular context.

docs/configuration/upstream/tests.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ distro (otherwise the default would be `centos-stream-8`) and for
167167
when you have multiple `tests` jobs with different configuration. For
168168
example if you set this to `e2e-tests`, then a check run for Rawhide would be
169169
named `testing-farm:fedora-rawhide-x86_64:e2e-tests`.
170+
:::caution
171+
The identifier **must NOT contain colons (`:`)**. Colons are used as delimiters in check names
172+
and will cause check rerun failures. Use alphanumeric characters, hyphens (`-`), and
173+
underscores (`_`) for best compatibility. For example, use `provision-virtual` instead of `provision:virtual`.
174+
:::
170175
* **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).
171176
* **labels** - List of labels that group several jobs together. Users then use them when manually triggering the jobs like `/packit test --labels regression,upgrade`.
172177
* **use_internal_tf** - Whether to use the internal Testing Farm infrastructure (defaults to false).

0 commit comments

Comments
 (0)