Skip to content

Conversation

@chalmerlowe
Copy link
Collaborator

This involves a new GitHub workflow located in .github/workflows/docs.yml. This new workflow will now handle running the docs and docfx nox sessions, which were previously managed by the .kokoro/presubmit/presubmit.cfg workflow.

Here's how the new workflow operates:

  • It activates when you make pull requests to the main branch.
  • It executes two jobs: docs and docfx.
  • Both of these jobs utilize Python 3.10.
  • Each job installs nox and then runs its corresponding nox session (docs-3.10 or docfx-3.10).

This adjustment is a step towards phasing out and removing the .kokoro/presubmit/presubmit.cfg file.

This involves a new GitHub workflow located in `.github/workflows/docs.yml`. This new workflow will now handle running the `docs` and `docsfx` nox sessions, which were previously managed by the `.kokoro/presubmit/presubmit.cfg` workflow.

Here's how the new workflow operates:
- It activates when you make pull requests to the `main` branch.
- It executes two jobs: `docs` and `docsfx`.
- Both of these jobs utilize Python 3.10.
- Each job installs nox and then runs its corresponding nox session (`docs-3.10` or `docsfx-3.10`).

This adjustment is a step towards phasing out and removing the `.kokoro/presubmit/presubmit.cfg` file.
@chalmerlowe chalmerlowe requested review from a team as code owners May 20, 2025 15:24
@chalmerlowe chalmerlowe requested a review from whuffman36 May 20, 2025 15:24
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery API. labels May 20, 2025
Copy link
Contributor

@Linchin Linchin left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@chalmerlowe chalmerlowe merged commit bfa95f1 into main May 20, 2025
28 checks passed
@chalmerlowe chalmerlowe deleted the add-docs-workflow branch May 20, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants