Skip to content

Commit

Permalink
Configuration for functions test
Browse files Browse the repository at this point in the history
  • Loading branch information
engelke committed Aug 26, 2019
1 parent b88baf9 commit 7270468
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .kokoro/system_tests_functions.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Download secrets from Cloud Storage.
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"

# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/python-docs-samples/.kokoro/system_tests.sh"
}

env_vars: {
key: "NOX_SESSION"
value: "functions and (py36 or lint) and not venv"
}

0 comments on commit 7270468

Please sign in to comment.