Open VenelinMartinov opened 8 months ago
We should automate the downstream test reaping. This will allow more automation on top, like nightly bridge releases.
https://github.com/pulumi/pulumi-terraform-bridge/actions/workflows/update-providers-test.yml currently requires manually reaping the PRs
POC https://github.com/pulumi/pulumi-terraform-bridge/pull/1718
https://github.com/pulumi/pulumi-terraform-bridge/blob/master/scripts/downstream_checks.py is there
Yeah, great suggestion! That script will allow us to use one worker for all downstream PRs instead of one worker per PR
Hello!
Issue details
We should automate the downstream test reaping. This will allow more automation on top, like nightly bridge releases.
https://github.com/pulumi/pulumi-terraform-bridge/actions/workflows/update-providers-test.yml currently requires manually reaping the PRs
POC https://github.com/pulumi/pulumi-terraform-bridge/pull/1718
Affected area/feature