-
Notifications
You must be signed in to change notification settings - Fork 436
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
PHP Reference Docs not generating for new releases #7263
Comments
Okay I think I found the problem. If you look at the last confirmed successful release (
However, starting with the next release (
I am not sure what happened to change this, or where this is defined, but I believe it is responsible for the problem we are seeing. |
I found the error: https://github.com/googleapis/releasetool/pull/518/files#r1583639959 Submitted a fix in googleapis/releasetool#542 |
Thank you @bshaffer for finding and fixing this docs issue. Closing the issue as the fix has been merged and release. |
Confirmed that this worked, and the most recent release triggered the correct job: #7265 (comment) |
See https://cloud.google.com/php/docs/reference
Since at least March 22nd (
v0.239.0
) and at most January 12th (v0.231.0
), the new releases have not been updating the reference documentation. There must be errors somewhere in the pipeline and we need to debug them to find out why this is happening.The error could be anywhere from the docfx generation (this is covered by unit tests, so it's doubtful), to the uploading to the storage bucket, to the processing that happens in kokoro.
This may be related to the failing release jobs (#6824), although those have been failing for a different reason (I believe for the reasons described in #6595)
The text was updated successfully, but these errors were encountered: