Skip to content

Commit

Permalink
build(java): fix nightly integration test config to run integrations (#…
Browse files Browse the repository at this point in the history
…465)

This was only running the units.
  • Loading branch information
chingor13 committed Apr 8, 2020
1 parent bd69a2a commit c7e0e51
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c7e0e51

Please sign in to comment.