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

CI: run tfplugindocs generate to address workflow failure #2567

Closed
wants to merge 1 commit into from

Conversation

BBBmau
Copy link
Contributor

@BBBmau BBBmau commented Aug 9, 2024

Description

@sheneska It seems like we just need to run tfplugindocs generate one more time off of main in order to prevent workflow failures on PRs.

This PR just has the changes that were made when after running tfplugindocs generate after the recent commit.

My understanding is the tfplugindocs generate should only find any docs that have yet to be generated (In the case where I used it it should've just found server_version but found some that haven't been generated.)

Acceptance tests

  • Have you added an acceptance test for the functionality being added?
  • Have you run the acceptance tests on this branch?

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Release Note

Release note for CHANGELOG:

...

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

@@ -88,7 +88,7 @@ Optional:
- `stabilization_window_seconds` (Number) Number of seconds for which past recommendations should be considered while scaling up or scaling down. This value must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).

<a id="nestedblock--spec--behavior--scale_down--policy"></a>
### Nested Schema for `spec.behavior.scale_down.policy`
### Nested Schema for `spec.behavior.scale_down.stabilization_window_seconds`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this is an upstream tfplugindocs issue

@BBBmau BBBmau closed this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant