Closed t0yv0 closed 1 year ago
It looks like you upgraded it yesterday and released 6.66.0. Should we close this issue or will we investigate further?
I've resolved the issue by hand but I think the next GCP upgrade will be failing just the same. Indeed it does:
https://github.com/pulumi/pulumi-gcp/actions/runs/6224898788/job/16894131144#step:3:1445
I think these things are worth tracking if we want to get to the goal of fewer automatic upgrade failures.
I have seen this as well - it happens to me when I do not run make upstream
before upgrading.
I believe that this is a duplicate of https://github.com/pulumi/upgrade-provider/issues/172. The issue was fixed by https://github.com/pulumi/upgrade-provider/pull/195.
What happened?
GCP upgrade failed with the following error:
https://github.com/pulumi/pulumi-gcp/actions/runs/6224216436/job/16891916772#step:3:1446
The workflow definition is just this:
And pulumi/pulumi-upgrade-provider-action installs upgrade-provider floating version at main branch.
github.com/pulumi/upgrade-provider v0.0.0-20230915232329-b8901aa1bf6b is the version that got picked.
The job attempts a --kind all upgrade.
Locally I seem to succeed performing the following GCP update:
This takes a while but succeeds.
I wonder what is the difference between upstream handling in local vs CI?
Example
See above
Output of
pulumi about
N/A
Additional context
N/A
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).