-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider upgrades fail to build python sdk with error about venv #1197
Comments
This PR was generated via `$ upgrade-provider pulumi/pulumi-rancher2 --kind=provider --major`. --- - Updating major version from 7.1.2 to 8.0.0. - Updating Java Gen version from 0.17.0 to 0.18.0. - Upgrading terraform-provider-rancher2 from 5.1.0 to 6.0.0. Fixes #604 Had to revert some recent ci-mgmt changes due to pulumi/ci-mgmt#1197
Could you link to the job that was throwing the error? The linked upgrade issue only links to upgrade jobs which have failed due to it being a major version upgrade. |
The error showed up when running the upgrade locally with |
This doesn't appear to happen when running the make commands directly. To move this forward we need a repro which doesn't involve running upgrade-provider because that tool requires too much external state. It also seems to cause a bunch of the logs to be missing from the make commands. |
We need the plugins available at runtime of tfgen for generating examples etc. Found while trying to repro #1197
Observed in pulumi/pulumi-rancher2#604. Provider upgrades seem to fail with an error in
build_python
:To repro checkout
rancher2
at 43c8d3b and run upgrade-providerReverting ci-mgmt to before #1151 unblocked the upgrade.
The text was updated successfully, but these errors were encountered: