Commit a8e6a87d authored by Patrik Höglund's avatar Patrik Höglund Committed by Commit Bot

Correct typo for linux-gcc-rel.

When I set up the bot I imagined it was a "buildbot" bot, but AFAIK
it will work fine in LUCI as well. Or actually, I have no idea, but
it appears the chromium.linux buildbot waterfall has gone away.

If there's no change needed on the recipe side, this should be
enough to fix it.

Bug: chromium:776284
Change-Id: I3cff6f866a241db1f4a60446480f6f7c40e95ef7
Reviewed-on: https://chromium-review.googlesource.com/991853Reviewed-by: default avatarRyan Tseng <hinoka@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548001}
parent 08e50b34
...@@ -403,7 +403,7 @@ consoles: { ...@@ -403,7 +403,7 @@ consoles: {
short_name: "tst" short_name: "tst"
} }
builders: { builders: {
name: "buildbot/luci.chromium.ci/linux-gcc-rel" name: "buildbucket/luci.chromium.ci/linux-gcc-rel"
category: "chromium.linux|release" category: "chromium.linux|release"
short_name: "gcc" short_name: "gcc"
} }
......
...@@ -413,7 +413,7 @@ consoles: { ...@@ -413,7 +413,7 @@ consoles: {
short_name: "tst" short_name: "tst"
} }
builders: { builders: {
name: "buildbot/luci.chromium.ci/linux-gcc-rel" name: "buildbucket/luci.chromium.ci/linux-gcc-rel"
category: "chromium.linux|release" category: "chromium.linux|release"
short_name: "gcc" short_name: "gcc"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment