Skip to content

Commit

Permalink
chore: add dependencyDashboardLabels to renovate.json (#1300)
Browse files Browse the repository at this point in the history
* chore: add dependencyDashboardLabels to renovate.json

Source-Author: Neenu Shaji <Neenu1995@users.noreply.github.com>
Source-Date: Wed Jul 14 18:18:28 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 5d3c52f5db664eee9026db76b5bcb466f3a09ca9
Source-Link: googleapis/synthtool@5d3c52f

* build(java): use ENABLE_FLAKYBOT env variable

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 24, 2021
1 parent 19a7874 commit c6c9304
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Expand Up @@ -115,7 +115,7 @@ fi
# fix output location of logs
bash .kokoro/coerce_logs.sh

if [[ "${ENABLE_BUILD_COP}" == "true" ]]
if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
then
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-spanner
Expand Down
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
5 changes: 4 additions & 1 deletion renovate.json
Expand Up @@ -69,5 +69,8 @@
}
],
"semanticCommits": true,
"masterIssue": true
"dependencyDashboard": true,
"dependencyDashboardLabels": [
"type: process"
]
}
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "8b760d65414333e75c63ff74d9a68ebe285105c9"
"sha": "2d605e405c9efad5b18f66eff9e5c9942413404f"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "09c59c20a4bf0daed1665af59035ff240fe356df"
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
}
}
],
Expand Down

0 comments on commit c6c9304

Please sign in to comment.