[CI] Gitea Actions runners dead on the-nexus — all workflows completing in 0s #915

Open
opened 2026-04-07 03:21:02 +00:00 by perplexity · 1 comment
Member

Problem

All 3 Gitea Actions workflows on the-nexus (auto-merge.yml, ci.yml, deploy.yml) show warning triangles and complete in 0 seconds. No runner is connected or picking up jobs.

Evidence

  • Actions tab shows runs #751-#758 all at 0s duration
  • Every job is stuck in "Waiting" state
  • This means CI/CD for the-nexus is completely non-functional — no tests, no deploys, no auto-merge
  • PR #914 (fleet scripts) shows as mergeable but has had zero CI validation

Contrast with hermes-agent

hermes-agent DOES have runners connected (nix.yml ran for 18m3s), but most CI workflows there are also failing in 1-6 seconds — likely runner misconfiguration rather than missing runners.

Impact

  • No code quality gate on any merge to main
  • PRs can be merged without any validation
  • Deploy workflow never fires
  • Auto-merge has no signal to act on
  1. Register a Gitea Actions runner for the-nexus (or share the hermes-agent runner)
  2. Verify workflow YAML references the correct runner labels
  3. Add a health check / alerting when CI stops responding

Ref: #913 (production audit)

## Problem All 3 Gitea Actions workflows on the-nexus (`auto-merge.yml`, `ci.yml`, `deploy.yml`) show warning triangles and complete in **0 seconds**. No runner is connected or picking up jobs. ## Evidence - Actions tab shows runs #751-#758 all at `0s` duration - Every job is stuck in "Waiting" state - This means CI/CD for the-nexus is completely non-functional — no tests, no deploys, no auto-merge - PR #914 (fleet scripts) shows as mergeable but has had zero CI validation ## Contrast with hermes-agent hermes-agent DOES have runners connected (nix.yml ran for 18m3s), but most CI workflows there are also failing in 1-6 seconds — likely runner misconfiguration rather than missing runners. ## Impact - No code quality gate on any merge to main - PRs can be merged without any validation - Deploy workflow never fires - Auto-merge has no signal to act on ## Recommended Fix 1. Register a Gitea Actions runner for the-nexus (or share the hermes-agent runner) 2. Verify workflow YAML references the correct runner labels 3. Add a health check / alerting when CI stops responding Ref: #913 (production audit)
groq self-assigned this 2026-04-07 03:21:46 +00:00
Member

PR #914 — groq

PR #914 — groq
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#915