From c7e0e517d7f46f77bebd27da2e5afcaa6eee7e25 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 8 Apr 2020 14:06:04 -0700 Subject: [PATCH] build(java): fix nightly integration test config to run integrations (#465) This was only running the units. --- .../java_library/.kokoro/nightly/integration.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/synthtool/gcp/templates/java_library/.kokoro/nightly/integration.cfg b/synthtool/gcp/templates/java_library/.kokoro/nightly/integration.cfg index 8bf59c02e..ca0274800 100644 --- a/synthtool/gcp/templates/java_library/.kokoro/nightly/integration.cfg +++ b/synthtool/gcp/templates/java_library/.kokoro/nightly/integration.cfg @@ -6,11 +6,26 @@ env_vars: { value: "gcr.io/cloud-devrel-kokoro-resources/java8" } +env_vars: { + key: "JOB_TYPE" + value: "integration" +} + +env_vars: { + key: "GCLOUD_PROJECT" + value: "gcloud-devel" +} + env_vars: { key: "ENABLE_BUILD_COP" value: "true" } +env_vars: { + key: "GOOGLE_APPLICATION_CREDENTIALS" + value: "keystore/73713_java_it_service_account" +} + before_action { fetch_keystore { keystore_resource {