chore: tune runner defaults and pin renovate to 8gb
Some checks failed
CICD / Build and Publish CICD Base Image (push) Successful in 33s
CICD / Build and Push CICD Image (push) Successful in 14m57s
CICD / Build CICD Image Failure Postmortem (push) Has been skipped
CICD / Backend Tests (push) Failing after 32s
CICD / Frontend Tests (push) Successful in 22s
CICD / Backend Doctests (push) Successful in 20s
CICD / Frontend Dependency Audit (push) Failing after 4m51s
CICD / Backend Dependency Audit (push) Failing after 54s
CICD / Pre-commit Checks (push) Successful in 15m25s
CICD / Source Lanes Failure Postmortem (push) Failing after 13m41s
CICD / CICD Tests Complete (push) Failing after 13m52s
CICD / Build Backend Base Image (push) Has been cancelled
CICD / Build Frontend Base Image (push) Has been cancelled
CICD / Build Integration Tester Image (push) Has been cancelled
CICD / Build E2E Tester Image (push) Has been cancelled
CICD / Build Backend Main Image (push) Has been cancelled
CICD / Build Frontend Main Image (push) Has been cancelled
CICD / Production Images Complete (push) Has been cancelled
CICD / Production Image Failures Postmortem (push) Has been cancelled
CICD / Runtime Black-Box Integration Tests (push) Has been cancelled
CICD / Integration Tests Failure Postmortem (push) Has been cancelled
CICD / End-to-End Tests (push) Has been cancelled
CICD / E2E Tests Failure Postmortem (push) Has been cancelled

This commit is contained in:
copilotcoder
2026-07-14 10:12:57 -04:00
parent 484bfbf74f
commit a2d7013dd4
2 changed files with 12 additions and 15 deletions

View File

@@ -15,8 +15,8 @@ on:
jobs:
renovate:
name: Renovate Dependencies
# Non-heavy workflow: allow any host exposing the generic ubuntu-act label.
runs-on: ubuntu-act
# Renovate is npm/registry heavy; restrict to 8GB-capacity runners.
runs-on: ubuntu-act-8gb
timeout-minutes: 90
steps: