Skip to content

ci: free up resources in docfx build#12274

Merged
parthea merged 1 commit into
mainfrom
parthea-patch-5
Feb 6, 2024
Merged

ci: free up resources in docfx build#12274
parthea merged 1 commit into
mainfrom
parthea-patch-5

Conversation

@parthea
Copy link
Copy Markdown
Contributor

@parthea parthea commented 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 parthea requested a review from a team February 6, 2024 01:57
@parthea parthea added the priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. label Feb 6, 2024
@parthea parthea merged commit a896a0d into main Feb 6, 2024
@parthea parthea deleted the parthea-patch-5 branch February 6, 2024 16:47
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

priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants