File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .PHONY : validate validate-json validate-yaml validate-quadlet validate-cli validate-formula doctor probe
1+ .PHONY : validate validate-json validate-yaml validate-quadlet validate-render validate- cli validate-formula doctor probe
22
33PYTHON ?= python3
44RUBY ?= ruby
55CLI := bin/agent-machine
66FORMULA := packaging/homebrew/Formula/agent-machine.rb
77
8- validate : validate-json validate-yaml validate-quadlet validate-cli validate-formula
8+ validate : validate-json validate-yaml validate-quadlet validate-render validate- cli validate-formula
99
1010validate-json :
1111 $(PYTHON ) scripts/validate-json.py
@@ -16,6 +16,10 @@ validate-yaml:
1616validate-quadlet :
1717 $(PYTHON ) scripts/validate-quadlet.py
1818
19+ validate-render :
20+ $(PYTHON ) scripts/render-agentpod-plan.py examples/local-podman-llama-cpp.agent-pod.json --pretty > /tmp/agent-machine-local-agentpod-plan.json
21+ $(PYTHON ) scripts/render-agentpod-plan.py examples/k8s-topolvm.agent-pod.json --pretty > /tmp/agent-machine-k8s-agentpod-plan.json
22+
1923validate-cli :
2024 sh -n $(CLI )
2125 chmod +x $(CLI )
You can’t perform that action at this time.
0 commit comments