Skip to content

Commit 46b0b7e

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Decouple gemini_docs from gemini_docfx in docs-presubmit
PiperOrigin-RevId: 933838888
1 parent a6f39de commit 46b0b7e

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "STAGING_BUCKET"
5+
value: "gcloud-python-test"
6+
}
7+
8+
env_vars: {
9+
key: "V2_STAGING_BUCKET"
10+
value: "gcloud-python-test"
11+
}
12+
13+
# We only upload the image in the main `docs` build.
14+
env_vars: {
15+
key: "TRAMPOLINE_IMAGE_UPLOAD"
16+
value: "false"
17+
}
18+
19+
env_vars: {
20+
key: "TRAMPOLINE_BUILD_FILE"
21+
value: "github/python-aiplatform/.kokoro/build.sh"
22+
}
23+
24+
# Only run this nox session.
25+
env_vars: {
26+
key: "NOX_SESSION"
27+
value: "gemini_docfx"
28+
}

.kokoro/docs/docs-presubmit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ env_vars: {
2424
# Only run this nox session.
2525
env_vars: {
2626
key: "NOX_SESSION"
27-
value: "gemini_docs gemini_docfx"
27+
value: "gemini_docs"
2828
}

0 commit comments

Comments
 (0)