You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(bigframes): add specific build script for doctest to restrict execution (#16711)
> [!Warning]
> This is a work in progress. Do not review until invited.
Creates a build script: `packages/bigframes/scripts/run_doctest.sh`.
This script checks if `bigframes` has any changes (or if it's a
`continuous` build) before runnin' the `cleanup` `doctest` sessions.
This will prevent it from running when other packages are modified and
failing the build.
Updates the Kokoro config:
`.kokoro/presubmit/presubmit-doctest-bigframes.cfg` to set
`TRAMPOLINE_BUILD_FILE` to point to the new script.
0 commit comments