Skip to content

Commit c6c9304

Browse files
chore: add dependencyDashboardLabels to renovate.json (#1300)
* chore: add dependencyDashboardLabels to renovate.json Source-Author: Neenu Shaji <[email protected]> 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 <[email protected]> Source-Date: Thu Aug 12 10:10:27 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: ff01716e16d2c6e87eaf87197b753ac9fcbbed5d Source-Link: googleapis/synthtool@ff01716
1 parent 19a7874 commit c6c9304

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fi
115115
# fix output location of logs
116116
bash .kokoro/coerce_logs.sh
117117

118-
if [[ "${ENABLE_BUILD_COP}" == "true" ]]
118+
if [[ "${ENABLE_FLAKYBOT}" == "true" ]]
119119
then
120120
chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot
121121
${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-spanner

.kokoro/nightly/integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_vars: {
2222
}
2323

2424
env_vars: {
25-
key: "ENABLE_BUILD_COP"
25+
key: "ENABLE_FLAKYBOT"
2626
value: "true"
2727
}
2828

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@
6969
}
7070
],
7171
"semanticCommits": true,
72-
"masterIssue": true
72+
"dependencyDashboard": true,
73+
"dependencyDashboardLabels": [
74+
"type: process"
75+
]
7376
}

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "8b760d65414333e75c63ff74d9a68ebe285105c9"
7+
"sha": "2d605e405c9efad5b18f66eff9e5c9942413404f"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "09c59c20a4bf0daed1665af59035ff240fe356df"
22+
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)