Skip to content

Commit

Permalink
build: [no need to review] Kokoro build experiment with key
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Oct 5, 2023
1 parent 449f6ad commit 9b65128
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .kokoro/presubmit/integration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_vars: {

env_vars: {
key: "JOB_TYPE"
value: "integration"
value: "foobar"
}

# TODO: remove this after we've migrated all tests and scripts
Expand All @@ -36,3 +36,9 @@ env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
}

# This is a duplicate key. Does this work?
env_vars: {
key: "JOB_TYPE"
value: "integration"
}

0 comments on commit 9b65128

Please sign in to comment.