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
Outcome from the Friday's troubleshooting of running internal TF from
the GitLab.com via Packit Stagin with @modehnal.
Signed-off-by: Matej Focko <mfocko@packit.dev>
Copy file name to clipboardExpand all lines: docs/configuration/upstream/tests.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,9 @@ underscores (`_`) for best compatibility. For example, use `provision-virtual` i
175
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).
176
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`.
177
177
* **use_internal_tf** - Whether to use the internal Testing Farm infrastructure (defaults to false).
178
-
This requires additional approval from our side (please, [contact us](#contact) in case you want to use it).
178
+
This requires additional approval from our side (please, [contact us](#contact) in case you want to use it).
179
+
In case you're trying to set up an internal Testing Farm on our staging instance, it is required to allowlist
180
+
your repos manually on the Testing Farm' side, for more information see [docs](https://docs.testing-farm.io/Testing%20Farm/0.1/test-request.html#repository-allowlists).
179
181
* **use_target_repo_for_fmf_url** - Whether to use the target (upstream) repository for the `test.fmf.url`
180
182
field in a Testing Farm request, instead of the forked repository for pull requests from forks (defaults to false).
181
183
This also impacts [secrets handling](#public-ids-of-packit-tokens-for-using-secrets).
0 commit comments