From 788caef5c3b22a5f6cfbe7a64052b6ee9174365b Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:54:34 +0000 Subject: [PATCH] ci: use blacksmith for smoke tests --- .github/workflows/smoke-test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 734d589d77c..a041bc72569 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -40,19 +40,12 @@ permissions: jobs: smoke-test: name: Smoke Test - runs-on: ubuntu-24.04 + runs-on: blacksmith-2vcpu-ubuntu-2404 timeout-minutes: 30 env: KILO_API_KEY: ${{ secrets.KILO_API_KEY }} KILO_ORG_ID: ${{ secrets.KILO_ORG_ID }} steps: - - name: Free disk space - continue-on-error: true - run: | - sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc \ - /usr/local/share/boost /opt/hostedtoolcache - sudo docker image prune --all --force - - name: Checkout kilo-bench uses: actions/checkout@v4 with: