diff options
author | Matt Kwong <mattkwong@google.com> | 2017-04-17 13:56:51 -0700 |
---|---|---|
committer | Matt Kwong <mattkwong@google.com> | 2017-05-08 13:52:45 -0700 |
commit | 52ff986f941561148407e72347b2725c3d084322 (patch) | |
tree | e09cc78c33fd4e24d5cf3aa038b9358b23953815 /templates/tools/dockerfile/test/sanity | |
parent | 06af233945e8349533ef1a1acddb863f35619a45 (diff) |
Add option to upload Jenkins test result to BQ
Diffstat (limited to 'templates/tools/dockerfile/test/sanity')
-rw-r--r-- | templates/tools/dockerfile/test/sanity/Dockerfile.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/test/sanity/Dockerfile.template b/templates/tools/dockerfile/test/sanity/Dockerfile.template index 8617666b21..6943134b6a 100644 --- a/templates/tools/dockerfile/test/sanity/Dockerfile.template +++ b/templates/tools/dockerfile/test/sanity/Dockerfile.template @@ -32,6 +32,7 @@ FROM ubuntu:15.10 <%include file="../../apt_get_basic.include"/> + <%include file="../../gcp_api_libraries.include"/> <%include file="../../python_deps.include"/> #======================== # Sanity test dependencies |