File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ exemptLabels:
11
11
- type : process
12
12
- type : feature request
13
13
- type : docs
14
- - buildcop : issue
15
- - buildcop : flaky
14
+ - flakybot : issue
15
+ - flakybot : flaky
16
16
- :rotating_light :
17
17
18
18
# Label to use when marking an issue as stale
Original file line number Diff line number Diff line change @@ -198,10 +198,10 @@ for file in **/pom.xml; do
198
198
fi
199
199
200
200
# If this is a periodic build, send the test log to the Build Cop Bot.
201
- # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop .
201
+ # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot .
202
202
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " periodic" * ]]; then
203
- chmod +x $KOKORO_GFILE_DIR /linux_amd64/buildcop
204
- $KOKORO_GFILE_DIR /linux_amd64/buildcop
203
+ chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
204
+ $KOKORO_GFILE_DIR /linux_amd64/flakybot
205
205
fi
206
206
207
207
done
You can’t perform that action at this time.
0 commit comments