Compare commits
No commits in common. "71248df196b2f7a888888e854e5df404e13ce3ae" and "7f19d45ec5961c372bccd2504b8a9fdb004b0712" have entirely different histories.
71248df196
...
7f19d45ec5
1 changed files with 0 additions and 27 deletions
|
|
@ -1,27 +0,0 @@
|
||||||
# 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"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue