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
This commit is contained in:
rkuo-danswer 2024-09-23 16:46:20 -07:00 committed by GitHub
parent b66514cd21
commit cb75449cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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