From fc48a7d2f1196e227d4e13af6c27d5ef1d2ec4a1 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Mon, 17 Aug 2026 16:20:40 -0700 Subject: [PATCH] Temporarily move the `rel` build bots to staging This is for a day or two, while we evaluate the emitc pipeline --- buildbot/buildbot_init.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/buildbot/buildbot_init.sh b/buildbot/buildbot_init.sh index 4384db95..f7712ff8 100644 --- a/buildbot/buildbot_init.sh +++ b/buildbot/buildbot_init.sh @@ -27,7 +27,12 @@ function on_error { # shutdown now } -SERVER_PORT=${SERVER_PORT:-9990} +if [[ "${HOSTNAME}" == ml-opt-rel-* ]]; then + SERVER_PORT=${SERVER_PORT:-9994} +else + SERVER_PORT=${SERVER_PORT:-9990} +fi + BOT_DIR=/b mount -t tmpfs tmpfs /tmp