Skip to content

Commit 0342eb1

Browse files
committed
fix(tf): mention allowlisting of repos on staging
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>
1 parent 9dc4c00 commit 0342eb1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/configuration/upstream/tests.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ underscores (`_`) for best compatibility. For example, use `provision-virtual` i
175175
* **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).
176176
* **labels** - List of labels that group several jobs together. Users then use them when manually triggering the jobs like `/packit test --labels regression,upgrade`.
177177
* **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).
179181
* **use_target_repo_for_fmf_url** - Whether to use the target (upstream) repository for the `test.fmf.url`
180182
field in a Testing Farm request, instead of the forked repository for pull requests from forks (defaults to false).
181183
This also impacts [secrets handling](#public-ids-of-packit-tokens-for-using-secrets).

0 commit comments

Comments
 (0)