Skip to content
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

Disallow missing resource docs on upgrades #3003

Conversation

VenelinMartinov
Copy link
Contributor

Sets the allowMissingDocs ci-mgmt config to false to error on missing resource docs. This maintains the current behaviour.

Part of pulumi/upgrade-provider#303

@VenelinMartinov VenelinMartinov requested a review from a team February 11, 2025 14:52
@VenelinMartinov VenelinMartinov changed the title Allow missing resource docs on upgrades Disallow missing resource docs on upgrades Feb 11, 2025
@VenelinMartinov VenelinMartinov changed the base branch from master to vvm/dont_auto_merge_upstream_upgrades February 11, 2025 14:53
@VenelinMartinov VenelinMartinov merged commit 0cd2d88 into vvm/dont_auto_merge_upstream_upgrades Feb 11, 2025
7 checks passed
@VenelinMartinov VenelinMartinov deleted the vvm/allow_missing_docs_on_upgrades branch February 11, 2025 14:59
VenelinMartinov added a commit that referenced this pull request Feb 11, 2025
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (febaf6e) to head (e2a1369).

Additional details and impacted files
@@                          Coverage Diff                          @@
##           vvm/dont_auto_merge_upstream_upgrades   #3003   +/-   ##
=====================================================================
  Coverage                                   0.00%   0.00%           
=====================================================================
  Files                                          2       2           
  Lines                                          4       4           
=====================================================================
  Misses                                         4       4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

VenelinMartinov added a commit that referenced this pull request Feb 11, 2025
Standing this up again as I accidentally merged
#3003 into the other branch.

Sets the `allowMissingDocs` ci-mgmt config to false to error on missing
resource docs. This maintains the current behaviour.

Part of pulumi/upgrade-provider#303
github-merge-queue bot pushed a commit to pulumi/ci-mgmt that referenced this pull request Feb 11, 2025
This PR changes all Tier2+ providers to allow missing resource docs when
running a provider upgrade. This is a common issue which happens and we
have to manually work around.

Fixes pulumi/upgrade-provider#303

Tier 1 providers are exempt as the config is explicitly false there:
pulumi/pulumi-gcp#2971
pulumi/pulumi-aws#5193
pulumi/pulumi-azure#3003
pulumi/pulumi-azuread#1877
github-merge-queue bot pushed a commit to pulumi/ci-mgmt that referenced this pull request Feb 12, 2025
This PR changes all Tier2+ providers to allow missing resource docs when
running a provider upgrade. This is a common issue which happens and we
have to manually work around.

Fixes pulumi/upgrade-provider#303

Tier 1 providers are exempt as the config is explicitly false there:
pulumi/pulumi-gcp#2971
pulumi/pulumi-aws#5193
pulumi/pulumi-azure#3003
pulumi/pulumi-azuread#1877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants