From af7831dccf53fe38dd3be88d213541c1d7f49f8d Mon Sep 17 00:00:00 2001 From: Hanzo AI Date: Thu, 23 Apr 2026 17:48:36 -0700 Subject: [PATCH] ci: migrate runner from lux-build to hanzo-build/hanzo-deploy (ARC consolidation) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consolidating to single canonical ARC fleet. Killing duplicate lux-build scale set. Build job → hanzo-build-linux-amd64 (max 30 on DO). Deploy job → hanzo-deploy-linux-amd64 (max 20 on DO, correct runner class for kubectl deploys). No behavior change for this workflow. --- .github/workflows/build-lux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-lux.yml b/.github/workflows/build-lux.yml index a36bbb4bd..1e228352a 100644 --- a/.github/workflows/build-lux.yml +++ b/.github/workflows/build-lux.yml @@ -25,7 +25,7 @@ env: jobs: build: - runs-on: lux-build-linux-amd64 + runs-on: hanzo-build-linux-amd64 permissions: contents: read packages: write @@ -74,7 +74,7 @@ jobs: deploy: needs: build if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' - runs-on: lux-build-linux-amd64 + runs-on: hanzo-deploy-linux-amd64 permissions: contents: read steps: