mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-13 06:15:00 +00:00
ci: use self-hosted to build container images (#1206)
ci: use self-hosted Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
c62504ac92
commit
fc0bc32814
2 changed files with 7 additions and 39 deletions
4
.github/workflows/test-gpu.yml
vendored
4
.github/workflows/test-gpu.yml
vendored
|
@ -15,7 +15,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
ubuntu-latest:
|
||||
runs-on: self-hosted
|
||||
runs-on: gpu
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ['1.21.x']
|
||||
|
@ -59,5 +59,5 @@ jobs:
|
|||
make \
|
||||
TEST_DIR="/host/tests/${{ github.head_ref || github.ref }}" \
|
||||
teardown-e2e || true
|
||||
sudo rm -rf /host/tests/${{ github.head_ref || github.ref }}
|
||||
sudo rm -rf /host/tests/${{ github.head_ref || github.ref }} || true
|
||||
docker system prune -f -a --volumes || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue