Skip to content

Commit

Permalink
feat: use staging TF API on stage
Browse files Browse the repository at this point in the history
As it was suggested by @thrix (@mvadkert), we should use staging API of
Testing Farm on our staging instance to test and validate their changes.

Given the fact there are not many users of Packit staging instance apart
from Packit Team and Packit Validation, we should be able to verify the
TF changes before they land on **both** TF and Packit production, which
should in turn increase overall stability of Testing Farm experience
while using Packit.

Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Nov 14, 2023
1 parent 1dff51c commit 7a9b181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets/packit/stg/packit-service.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ validate_webhooks: true

{{ vault.packit_service | to_nice_yaml }}

testing_farm_api_url: https://api.dev.testing-farm.io/v0.1/
testing_farm_api_url: https://api.staging.testing-farm.io/v0.1/
enabled_projects_for_internal_tf:
- github.com/packit/hello-world
- github.com/oamg/convert2rhel
Expand Down

0 comments on commit 7a9b181

Please sign in to comment.