mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-17 21:32:36 +01:00
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:
parent
b66514cd21
commit
cb75449cec
2
.github/workflows/run-it.yml
vendored
2
.github/workflows/run-it.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user