Skip to content

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Feb 5, 2024

Fixes #12271 🦕

@parthea parthea requested a review from a team as a code owner February 5, 2024 21:36
@parthea parthea mentioned this pull request Feb 5, 2024
@parthea parthea changed the title ci: clean up resources from docs build ci: free up resources in docs build Feb 5, 2024
@parthea parthea merged commit 0a30c68 into main Feb 5, 2024
@parthea parthea deleted the parthea-patch-5 branch February 5, 2024 22:13
parthea added a commit that referenced this pull request Feb 6, 2024
Similar to #12273,
we also need to free up resources in the docfx build.


I ran the `docfx` build locally, and can confirm that the resources need
to be cleaned up as well. To confirm,
- delete .gitignore file in the root of the repo
- delete .gitignore file in the root of a package
- run `nox -s docfx` in the root of a package
- see the resources below that need to be cleaned up to free up space
 ```
        __pycache__/
        docs/__pycache__/
        docs/_build/
        google/cloud/accessapproval_v1/__pycache__/
        google/cloud/accessapproval_v1/services/__pycache__/
google/cloud/accessapproval_v1/services/access_approval/__pycache__/

google/cloud/accessapproval_v1/services/access_approval/transports/__pycache__/
        google/cloud/accessapproval_v1/types/__pycache__/
```
parthea added a commit that referenced this pull request Feb 14, 2024
…2312)

A bug was introduced in
#12273 and
#12274 which
prevents docs failures from appearing in presubmits
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.

Github Action docs build fails with Could not install packages due to an OSError: [Errno 28] No space left on device

2 participants