From 46b0b7eacc26e83fade6e324d9f473e4e2a87ccc Mon Sep 17 00:00:00 2001 From: Matthew Tang Date: Wed, 17 Jun 2026 11:38:28 -0700 Subject: [PATCH] chore: Decouple gemini_docs from gemini_docfx in docs-presubmit PiperOrigin-RevId: 933838888 --- .kokoro/continuous/gemini_docfx.cfg | 28 ++++++++++++++++++++++++++++ .kokoro/docs/docs-presubmit.cfg | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .kokoro/continuous/gemini_docfx.cfg diff --git a/.kokoro/continuous/gemini_docfx.cfg b/.kokoro/continuous/gemini_docfx.cfg new file mode 100644 index 0000000000..3c2bc4ebd4 --- /dev/null +++ b/.kokoro/continuous/gemini_docfx.cfg @@ -0,0 +1,28 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +env_vars: { + key: "STAGING_BUCKET" + value: "gcloud-python-test" +} + +env_vars: { + key: "V2_STAGING_BUCKET" + value: "gcloud-python-test" +} + +# We only upload the image in the main `docs` build. +env_vars: { + key: "TRAMPOLINE_IMAGE_UPLOAD" + value: "false" +} + +env_vars: { + key: "TRAMPOLINE_BUILD_FILE" + value: "github/python-aiplatform/.kokoro/build.sh" +} + +# Only run this nox session. +env_vars: { + key: "NOX_SESSION" + value: "gemini_docfx" +} \ No newline at end of file diff --git a/.kokoro/docs/docs-presubmit.cfg b/.kokoro/docs/docs-presubmit.cfg index e16e19c722..8b0ff6c564 100644 --- a/.kokoro/docs/docs-presubmit.cfg +++ b/.kokoro/docs/docs-presubmit.cfg @@ -24,5 +24,5 @@ env_vars: { # Only run this nox session. env_vars: { key: "NOX_SESSION" - value: "gemini_docs gemini_docfx" + value: "gemini_docs" }