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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,10 @@ distro (otherwise the default would be `centos-stream-8`) and for
171
171
* **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
172
* **use_internal_tf** - Whether to use the internal Testing Farm infrastructure (defaults to false).
173
173
This requires additional approval from our side (please, [contact us](#contact) in case you want to use it).
174
+
* **use_target_repo_for_fmf_url** - Whether to use the target (upstream) repository for the `test.fmf.url`
175
+
field in a Testing Farm request, instead of the forked repository for pull requests from forks (defaults to false).
176
+
This also impacts [secrets handling](#public-ids-of-packit-tokens-for-using-secrets).
0 commit comments