generated from coulomb/repo-seed
Add Forgejo Actions runner substrate and status probe
Documents interim coulombcore org runner for forgejo.coulomb.social and adds make forgejo-runner-status for operator health checks.
This commit is contained in:
5
Makefile
5
Makefile
@@ -59,6 +59,9 @@ runner-docs: ## Print Gitea Actions runner substrate docs and evidence
|
||||
runner-status: ## Read-only Actions runner, host, and inter-hub registry probes
|
||||
bash tools/gitea-runner-status.sh
|
||||
|
||||
forgejo-runner-status: ## Read-only Forgejo Actions runner and endpoint probes
|
||||
bash tools/forgejo-runner-status.sh
|
||||
|
||||
check-runner-tools: ## Check local tools used by runner inspection targets
|
||||
@missing=0; \
|
||||
for tool in curl ssh docker; do \
|
||||
@@ -109,4 +112,4 @@ help: ## Show this help
|
||||
/^[a-zA-Z0-9_-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 } \
|
||||
/^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) }' $(MAKEFILE_LIST)
|
||||
|
||||
.PHONY: check-tools check-sops registry-docs evidence-docs runner-docs runner-status check-runner-tools gitea-deploy gitea-ingress-deploy gitea-status help
|
||||
.PHONY: check-tools check-sops registry-docs evidence-docs runner-docs runner-status forgejo-runner-status check-runner-tools gitea-deploy gitea-ingress-deploy gitea-status help
|
||||
|
||||
Reference in New Issue
Block a user