aboutsummaryrefslogtreecommitdiff
path: root/.kokoro/docs/docs-presubmit.cfg
diff options
context:
space:
mode:
authorchojoyce <chojoyce@google.com>2022-01-05 05:23:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-05 05:23:52 +0000
commite11dd659005b21df839d0acad276b52f449e4794 (patch)
tree412a59ade78bcacc2449642d7cfd7ccb6a92d8e4 /.kokoro/docs/docs-presubmit.cfg
parentd4dcb747f8ac4df33c321b19ee1c511f6e47707e (diff)
parente82c234cd2a425bd77dc184ad3003fd9c37e57fe (diff)
downloadpython-api-core-e11dd659005b21df839d0acad276b52f449e4794.tar.gz
Merge platform/external/python/python-api-core v2.3.0 am: 4e81cd9cc2 am: 95950852f5 am: 01e15770ed am: e82c234cd2
Original change: https://android-review.googlesource.com/c/platform/external/python/python-api-core/+/1931601 Change-Id: Id40439a8a0e0e860ca38e36d776fdd36ce2bc163
Diffstat (limited to '.kokoro/docs/docs-presubmit.cfg')
-rw-r--r--.kokoro/docs/docs-presubmit.cfg28
1 files changed, 28 insertions, 0 deletions
diff --git a/.kokoro/docs/docs-presubmit.cfg b/.kokoro/docs/docs-presubmit.cfg
new file mode 100644
index 0000000..d1ed51e
--- /dev/null
+++ b/.kokoro/docs/docs-presubmit.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-api-core/.kokoro/build.sh"
+}
+
+# Only run this nox session.
+env_vars: {
+ key: "NOX_SESSION"
+ value: "docs docfx"
+}