From cd111a6bc93fc861a83cd8c4123d275018366f22 Mon Sep 17 00:00:00 2001 From: copilotcoder Date: Wed, 10 Jun 2026 12:32:24 -0400 Subject: [PATCH] More CICD fixes again again again again again again again again again again again again again again again again again again again again again again again again again again again again Signed-off-by: copilotcoder --- .gitea/workflows/cicd-checks.yaml | 4 ++-- .gitea/workflows/cicd-tests.yaml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/cicd-checks.yaml b/.gitea/workflows/cicd-checks.yaml index 721ed7b..4cae7d3 100644 --- a/.gitea/workflows/cicd-checks.yaml +++ b/.gitea/workflows/cicd-checks.yaml @@ -65,8 +65,8 @@ jobs: run-check: name: ${{ matrix.name }} - # Docker-capable runner required: pulls and runs the CICD container image. - runs-on: ubuntu-act + # Docker-capable 8GB runner required for stable container startup. + runs-on: ubuntu-act-8gb timeout-minutes: 20 needs: setup strategy: diff --git a/.gitea/workflows/cicd-tests.yaml b/.gitea/workflows/cicd-tests.yaml index d799f4b..5a9da70 100644 --- a/.gitea/workflows/cicd-tests.yaml +++ b/.gitea/workflows/cicd-tests.yaml @@ -65,8 +65,8 @@ jobs: backend-tests: name: Backend Tests - # Docker-capable runner required: pulls and runs the CICD container image. - runs-on: ubuntu-act + # Docker-capable 8GB runner required for stable container startup. + runs-on: ubuntu-act-8gb timeout-minutes: 25 needs: setup steps: @@ -119,8 +119,8 @@ jobs: frontend-tests: name: Frontend Tests - # Docker-capable runner required: pulls and runs the CICD container image. - runs-on: ubuntu-act + # Docker-capable 8GB runner required for stable container startup. + runs-on: ubuntu-act-8gb timeout-minutes: 25 needs: setup steps: @@ -137,8 +137,8 @@ jobs: xdoctest: name: Backend Doctests - # Docker-capable runner required: pulls and runs the CICD container image. - runs-on: ubuntu-act + # Docker-capable 8GB runner required for stable container startup. + runs-on: ubuntu-act-8gb timeout-minutes: 15 needs: setup steps: @@ -156,8 +156,8 @@ jobs: integration-tests: name: Integration Tests - # Docker-capable runner required: pulls and runs the CICD container image. - runs-on: ubuntu-act + # Docker-capable 8GB runner required for stable container startup. + runs-on: ubuntu-act-8gb timeout-minutes: 20 needs: [setup, backend-tests] steps: @@ -179,8 +179,8 @@ jobs: e2e-tests: name: End-to-End Tests - # Docker-capable runner required: pulls and runs the CICD container image. - runs-on: ubuntu-act + # Docker-capable 8GB runner required for stable container startup. + runs-on: ubuntu-act-8gb timeout-minutes: 30 needs: [setup, frontend-tests] steps: