aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2020-04-13 14:36:32 -0700
committerCommit Bot <commit-bot@chromium.org>2020-04-13 23:49:29 +0000
commit39fd800d2c43c15bf856901a59dad78ab10a5cb9 (patch)
treecdbdba9bd00f6562db2393f788355e893a427d5c /infra
parent533a31d92b649d18d011d05768fe8d7678012ca0 (diff)
downloadopenscreen-39fd800d2c43c15bf856901a59dad78ab10a5cb9.tar.gz
Fix typo in LUCI scheduler for ARM64 bot
Currently, the CI ARM64 bot is never run because the LUCI scheduler config has a typo in the name for the builder. This change fixes the typo so it should begin running. Change-Id: Ie555d374d3ed937c2fc43917d64f03a846480ad2 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2147818 Reviewed-by: Jordan Bayles <jophba@chromium.org> Commit-Queue: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/global/luci-scheduler.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/config/global/luci-scheduler.cfg b/infra/config/global/luci-scheduler.cfg
index 39efee3f..6389f225 100644
--- a/infra/config/global/luci-scheduler.cfg
+++ b/infra/config/global/luci-scheduler.cfg
@@ -77,7 +77,7 @@ job {
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.openscreen.ci"
- builder: "linux64_arm64_debug"
+ builder: "linux_arm64_debug"
}
}