Add activity-core cluster verifier
Some checks failed
railiance-tests / smoke (push) Has been cancelled

This commit is contained in:
2026-06-16 03:51:01 +02:00
parent b42e8bca4d
commit dddc7ebd81
3 changed files with 498 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ smoke: ## Run Kubernetes smoke tests
test-ha-failover: ## Run HA failover test (D3) — kills primary PG pod, asserts recovery
bash tests/test_ha_failover.sh $(if $(GITEA_URL),$(GITEA_URL),)
verify-activity-core: ## Reconcile activity-core runtime and verify disabled ops inventory probe evidence
tools/cmd/railiance-verify-activity-core
##@ Help
help: ## Show this help
@@ -31,4 +34,4 @@ help: ## Show this help
/^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 } \
/^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) }' $(MAKEFILE_LIST)
.PHONY: backup restore preflight k3s-install smoke test-ha-failover help
.PHONY: backup restore preflight k3s-install smoke test-ha-failover verify-activity-core help