aboutsummaryrefslogtreecommitdiff
path: root/.kokoro/docs/docs-presubmit.cfg
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2020-10-06 15:47:28 -0400
committerGitHub <noreply@github.com>2020-10-06 15:47:28 -0400
commit000d0a04b6c539aa6a6aae0a487665341be484c4 (patch)
tree78211580b2db2eb2192c2d8380dd6171175603af /.kokoro/docs/docs-presubmit.cfg
parentdb8e636f545a8872f959e3f403cfec30ffed6c34 (diff)
downloadpython-api-core-000d0a04b6c539aa6a6aae0a487665341be484c4.tar.gz
chore: preserve 'pytype' artifacts during synth (#90)
* chore: use '.pytype' vs. 'pytype_output' for pytype cache * chore: add snippet-bot to CI (via synth) * chore: drop obsolete warning about editable installs * chore: add secrets manager, docs-presubmit to CI (via synth) * chore: manual synth Closes: #66. Closes: #56.
Diffstat (limited to '.kokoro/docs/docs-presubmit.cfg')
-rw-r--r--.kokoro/docs/docs-presubmit.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/.kokoro/docs/docs-presubmit.cfg b/.kokoro/docs/docs-presubmit.cfg
new file mode 100644
index 0000000..1118107
--- /dev/null
+++ b/.kokoro/docs/docs-presubmit.cfg
@@ -0,0 +1,17 @@
+# 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"
+}