Add activity-core llm-connect reconcile gate
This commit is contained in:
parent
ff8cbe596c
commit
5f8d2831c7
3 changed files with 393 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -27,6 +27,9 @@ test-ha-failover: ## Run HA failover test (D3) — kills primary PG pod, asserts
|
|||
verify-activity-core: ## Reconcile activity-core runtime and verify disabled ops inventory probe evidence
|
||||
tools/cmd/railiance-verify-activity-core
|
||||
|
||||
reconcile-activity-core-llm-connect: ## Reconcile activity-core llm-connect URL and run non-secret gate checks
|
||||
tools/cmd/railiance-reconcile-activity-core-llm-connect
|
||||
|
||||
##@ Help
|
||||
|
||||
help: ## Show this help
|
||||
|
|
@ -34,4 +37,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 verify-activity-core help
|
||||
.PHONY: backup restore preflight k3s-install smoke test-ha-failover verify-activity-core reconcile-activity-core-llm-connect help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue