[chore] Re-record `TestAutoExtractedProgramsUpgrade/cloudrunv2-service-7` test on v8 baseline
guineveresaenger opened this issue · 0 comments
guineveresaenger commented
https://github.com/pulumi/pulumi-gcp/blob/master/provider/provider_yaml_test.go#L191 contains an upgrade test (cloudrunv2-service-7) that hits a breaking change v7 --> v8 of this provider.
It must be re-recorded on a v8 baseline and re-enabled.
To record, a few things are necessary:
- When recording, it appears one needs to be logged in with proper permissions, to the
pulumi-ci-gcp-provider
Google cloud project, otherwise, conflicting permissions local vs CI will cause the test to fail. - Instructions on the test harness/setup are here: https://github.com/pulumi/platform-providers-team/blob/main/playbooks/How-To/Provider%20upgrade%20tests.md - the differing CI vs. local behavior is briefly touched on as well.