aboutsummaryrefslogtreecommitdiff
path: root/.trampolinerc
diff options
context:
space:
mode:
authorgcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>2021-10-05 11:07:45 -0600
committerGitHub <noreply@github.com>2021-10-05 11:07:45 -0600
commit577da9d35335e4ec3ccb720add22c197444211d9 (patch)
treee2ea879d77a7ec770908994937a7f40cbba5050f /.trampolinerc
parentf3fd05901da03f000b2f3287e7710612653cd6c0 (diff)
downloadpython-api-core-577da9d35335e4ec3ccb720add22c197444211d9.tar.gz
build: use trampoline_v2 for python samples and allow custom dockerfile (#283)
Source-Link: https://github.com/googleapis/synthtool/commit/a7ed11ec0863c422ba2e73aafa75eab22c32b33d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6e7328583be8edd3ba8f35311c76a1ecbc823010279ccb6ab46b7a76e25eafcc Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Diffstat (limited to '.trampolinerc')
-rw-r--r--.trampolinerc17
1 files changed, 14 insertions, 3 deletions
diff --git a/.trampolinerc b/.trampolinerc
index 383b6ec..0eee72a 100644
--- a/.trampolinerc
+++ b/.trampolinerc
@@ -16,15 +16,26 @@
# Add required env vars here.
required_envvars+=(
- "STAGING_BUCKET"
- "V2_STAGING_BUCKET"
)
# Add env vars which are passed down into the container here.
pass_down_envvars+=(
+ "NOX_SESSION"
+ ###############
+ # Docs builds
+ ###############
"STAGING_BUCKET"
"V2_STAGING_BUCKET"
- "NOX_SESSION"
+ ##################
+ # Samples builds
+ ##################
+ "INSTALL_LIBRARY_FROM_SOURCE"
+ "RUN_TESTS_SESSION"
+ "BUILD_SPECIFIC_GCLOUD_PROJECT"
+ # Target directories.
+ "RUN_TESTS_DIRS"
+ # The nox session to run.
+ "RUN_TESTS_SESSION"
)
# Prevent unintentional override on the default image.