From cb75449cec68334c3ad0518991d2f3a9c0f55c5f Mon Sep 17 00:00:00 2001 From: rkuo-danswer Date: Mon, 23 Sep 2024 16:46:20 -0700 Subject: [PATCH] Feature/runs on 2 (#2547) * test self hosted runner * update more docker builds with self hosted runner * convert everything to runs-on (except web container) * try upping the RAM for future flake proofing --- .github/workflows/run-it.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-it.yml b/.github/workflows/run-it.yml index fc716cbd4..65ddff58e 100644 --- a/.github/workflows/run-it.yml +++ b/.github/workflows/run-it.yml @@ -14,7 +14,7 @@ env: jobs: integration-tests: # See https://runs-on.com/runners/linux/ - runs-on: [runs-on,runner=8cpu-linux-x64,"run-id=${{ github.run_id }}"] + runs-on: [runs-on,runner=8cpu-linux-x64,ram=32,"run-id=${{ github.run_id }}"] steps: - name: Checkout code uses: actions/checkout@v4