feat: add self-hosted GitHub runners for dialogporten#3707
Conversation
Provision per-repo ephemeral runners (label: self-hosted) registered to Altinn/dialogporten, following the existing per-product pattern in infrastructure/gh-runners. Allocated the next free /24 (172.17.132.0/24) and prefix "dialog". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 47 minutes and 25 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Repo-scoped ephemeral runner (Azure Container App Job) for Altinn/dialogporten-frontend, alongside the dialogporten runner. CIDR 172.17.133.0/24, prefix dpfrontend. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Added Companion PR that flips that repo's lightweight CI jobs to |
Description
Provisions per-repo ephemeral self-hosted GitHub Actions runners for Altinn/dialogporten, following the existing per-product pattern in
infrastructure/gh-runners/.infrastructure/gh-runners/dialogporten.tf172.17.132.0/24(next free/24after platform/correspondence/broker/docs)dialog(≤ 11 lowercase alphanumeric chars)4.0CPU /8Gimemory and tags matching the other product runnersRunners register to the repo with the
self-hostedlabel. On merge tomain,altinn-org-gh-runners-deploy.ymlrunsterraform applyand the runner Container App Job is created.Context
This unblocks an initial experiment in dialogporten to move lightweight, non-Docker, PR-triggered checks onto self-hosted runners (companion PR in Altinn/dialogporten). This PR must merge and deploy first — otherwise the dialogporten jobs that target
self-hostedhave no runner to pick them up.🤖 Generated with Claude Code