Migrate CI from GitHub Actions to Forgejo Actions #2
Labels
No labels
area/ai
area/backend
area/frontend
area/infra
area/scheduler
area/wled
good-first-issue
priority/high
priority/low
priority/medium
type/bug
type/chore
type/ci-cd
type/docs
type/feature
type/qa
v1.0.0
v1.1.0
v1.2.0
v2.0.0
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/Iris-WLED#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Move the existing CI pipeline off GitHub Actions and onto Forgejo Actions so that CI runs on our own infrastructure (git.rhoving.com).
Scope
.github/workflows/ci.ymlto.forgejo/workflows/ci.yml, preserving all existing jobs:linux/amd64)ubuntu-latestvsdockervs custom) and setruns-onaccordingly..github/workflows/ci.ymlonce the Forgejo pipeline is green.Notes
Forgejo Actions is largely GitHub-Actions-compatible, so most step definitions carry over unchanged. Action resolution (
actions/checkout@v4, etc.) depends on the runner's configured action registry.Acceptance criteria
maintrigger the Forgejo pipeline.github/workflows/ci.ymldeletedRelated: test-coverage expansion tracked separately.
Done — all acceptance criteria met
maintrigger the Forgejo pipeline. Both event types are wired in.forgejo/workflows/ci.yml, and since #79 removed thegithub.event_name == 'push'branching, push and PR runs are now identical.124a8c4) is green across the board..github/workflows/ci.ymldeleted. The.github/directory no longer exists.Two notes on how the scope drifted since this was written:
ci.ymlnow has five:python-lint,python-test,migration-check,frontend,docker-e2e.migration-check(Alembic drift) was added along the way, and the dependency audit moved out to its own scheduled workflow in #81 — it was never a real gate, it just reddened every run.linux/amd64build (#79).This issue was opened 2026-07-07 and stayed open through 52+ consecutive red runs. What finally cleared it was #41 (the lint/type/test/migration debt), then today's #79, #78 and #81. Run #7660 is the first fully green pipeline this repo has had.