Skip to content

Commit

Permalink
build(java): use ENABLE_FLAKYBOT env variable (#1238)
Browse files Browse the repository at this point in the history
Kokoro job config now supports both environment variables during this migration period.

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Thu Aug 12 10:10:27 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: ff01716e16d2c6e87eaf87197b753ac9fcbbed5d
Source-Link: googleapis/synthtool@ff01716
  • Loading branch information
yoshi-automation committed Aug 13, 2021
1 parent 73f0697 commit e71aad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/nightly/integration.cfg
Expand Up @@ -22,7 +22,7 @@ env_vars: {
}

env_vars: {
key: "ENABLE_BUILD_COP"
key: "ENABLE_FLAKYBOT"
value: "true"
}

Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "93a0eaeb520b803e56d61087f2ffb4f6beaa83ed"
"sha": "cb2bc2ff90ad828b7749068ff9a7c38bdf92cfb5"
}
},
{
Expand Down Expand Up @@ -42,7 +42,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "1a2878d6909dd10ca4e3c1b5943d6622e996054e"
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
}
}
],
Expand Down

0 comments on commit e71aad2

Please sign in to comment.