Compare commits

...

2 commits

Author SHA1 Message Date
traveler
71248df196 Merge branch 'master' of http://192.168.5.10:3024/traveler/services
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions
2026-04-29 14:43:38 -05:00
traveler
dfffd6166b asds 2026-04-29 14:43:37 -05:00

27
gremlin/config.yaml Normal file
View file

@ -0,0 +1,27 @@
# Gremlin CI/CD Configuration
# Central control for pipeline behavior.
# Changes take effect on next pipeline run.
# Pipeline version — stamped on every auto-fixed file
version: "2026-04-1"
# Global deploy switch — false = validate and fix but never deploy (dry run)
deploy: true
# Global autofix switch — false = block and notify but never fix
autofix: true
# Ollama model for audit
ollama_model: "qwen2.5-coder:7b"
# ntfy topics
ntfy_alerts_topic: "gremlin-alerts"
ntfy_monitor_topic: "gremlin-watch"
# Checkers to skip globally (comma-separated checker IDs)
# Example: "homepage,monitor" to disable those checks on all stacks
checks_skip: ""
# Maintenance mode — sends a single ntfy warning and exits without processing
maintenance: false
maintenance_message: "Gremlin is in maintenance mode"