Skip to content

Commit 1f79bca

Browse files
Use testing farm production instance in packit stage instance (#588)
While the testing farm staging instance is not available
2 parents c46a5c4 + 69c19c9 commit 1f79bca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

secrets/packit/stg/packit-service.yaml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ validate_webhooks: true
88

99
{{ vault.packit_service | to_nice_yaml }}
1010

11-
testing_farm_api_url: https://api.staging.testing-farm.io/v0.1/
11+
# temporarily unavailable, use production in the meanwhile
12+
# testing_farm_api_url: https://api.staging.testing-farm.io/v0.1/
13+
testing_farm_api_url: https://api.testing-farm.io/v0.1/
1214
enabled_projects_for_internal_tf:
1315
- github.com/packit/hello-world
1416
- github.com/packit/specfile

0 commit comments

Comments
 (0)