From f3bd43b7261ec8817a69122e3a6bd56fe9b7ea81 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sat, 27 Jun 2026 14:41:14 -0400 Subject: [PATCH] ci(gadfly): drop the m1 reviewer (dead weight; keep m5) m1/qwen3:14b proved consistently low-value + slowest in the pool over multiple PRs. Removed from GADFLY_MODELS + GADFLY_PROVIDER_CONCURRENCY + its endpoint so it never fires again. m5 retained. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitea/workflows/adversarial-review.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/adversarial-review.yml b/.gitea/workflows/adversarial-review.yml index 9643e1d..fda1f94 100644 --- a/.gitea/workflows/adversarial-review.yml +++ b/.gitea/workflows/adversarial-review.yml @@ -51,13 +51,12 @@ jobs: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} OLLAMA_CLOUD_API_KEY: ${{ secrets.OLLAMA_CLOUD_API_KEY }} # Local Macs, reached through their foreman queues (native Ollama on the - # wire). GADFLY_ENDPOINT_M1 registers provider "m1", _M5 registers "m5", + # wire). GADFLY_ENDPOINT_M5 registers provider "m5", # each a foreman-preset Ollama client at the secret's URL, of the form: # foreman|https://| # Needs an image with foreman provider-type support (this one). If a Mac # is offline that model's comment shows an error and the others still post. # (Gitea secrets aren't auto-exposed — map each explicitly.) - GADFLY_ENDPOINT_M1: ${{ secrets.GADFLY_ENDPOINT_M1 }} GADFLY_ENDPOINT_M5: ${{ secrets.GADFLY_ENDPOINT_M5 }} # Full fleet: 3 cloud + M1 Pro + M5 Max. The Macs are back so the # gadfly-reports scoreboard can quantify whether they earn their keep @@ -66,8 +65,8 @@ jobs: # (ollama-cloud=1) with its 3 lenses concurrent (LENS ollama-cloud=3) so # its comment lands sooner; each Mac runs one model, lenses serial (its # foreman queue serializes anyway). All three provider lanes run parallel. - GADFLY_MODELS: "minimax-m3:cloud,glm-5.2:cloud,glm-5.1:cloud,kimi-k2.7-code:cloud,deepseek-v4-pro:cloud,nemotron-3-super:cloud,gpt-oss:120b-cloud,qwen3-coder:480b-cloud,gemma4:cloud,m1/qwen3:14b,m5/qwen3.6:35b-mlx" - GADFLY_PROVIDER_CONCURRENCY: "ollama-cloud=3,m1=1,m5=1" + GADFLY_MODELS: "minimax-m3:cloud,glm-5.2:cloud,glm-5.1:cloud,kimi-k2.7-code:cloud,deepseek-v4-pro:cloud,nemotron-3-super:cloud,gpt-oss:120b-cloud,qwen3-coder:480b-cloud,gemma4:cloud,m5/qwen3.6:35b-mlx" + GADFLY_PROVIDER_CONCURRENCY: "ollama-cloud=3,m5=1" GADFLY_PROVIDER_LENS_CONCURRENCY: "ollama-cloud=3" # Default => the 3-lens suite (security, correctness, error-handling). # Set the repo var GADFLY_SPECIALISTS to override (csv / "all" / "auto").