You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/upstream/tests.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,11 @@ distro (otherwise the default would be `centos-stream-8`) and for
167
167
when you have multiple `tests` jobs with different configuration. For
168
168
example if you set this to `e2e-tests`, then a check run for Rawhide would be
169
169
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
+
:::
170
175
* **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).
171
176
* **labels** - List of labels that group several jobs together. Users then use them when manually triggering the jobs like `/packit test --labels regression,upgrade`.
172
177
* **use_internal_tf** - Whether to use the internal Testing Farm infrastructure (defaults to false).
0 commit comments