From 8b930632caa234f28e2f4a31becf50005c4df34f Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 6 Aug 2026 13:10:16 -0300 Subject: [PATCH] feat(ariadne): widen code and issue coverage, cap open proposals at 64 ananke, pegasus and atlasbot were triaged but mapped to no repository, so their failures could produce neither an issue nor a pull request. All three exist on main and are non-empty. data-prepper is deliberately absent: it has no repository under bstein. Co-Authored-By: Claude Opus 5 --- services/maintenance/apps/ariadne-deployment.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/services/maintenance/apps/ariadne-deployment.yaml b/services/maintenance/apps/ariadne-deployment.yaml index 9a1e269ae..418453ffb 100644 --- a/services/maintenance/apps/ariadne-deployment.yaml +++ b/services/maintenance/apps/ariadne-deployment.yaml @@ -522,7 +522,7 @@ spec: - name: ARIADNE_HERMES_ISSUES_ENABLED value: "true" - name: ARIADNE_HERMES_ISSUE_REPOS - value: metis=bstein/metis,lesavka=bstein/lesavka,soteria=bstein/soteria,bstein-dev-home=bstein/bstein-dev-home,ariadne=bstein/ariadne + value: metis=bstein/metis,lesavka=bstein/lesavka,soteria=bstein/soteria,bstein-dev-home=bstein/bstein-dev-home,ariadne=bstein/ariadne,ananke=bstein/ananke,pegasus=bstein/pegasus,atlasbot=bstein/atlasbot - name: ARIADNE_HERMES_ISSUE_DEDUPE_SCOPE value: classification - name: ARIADNE_HERMES_ISSUE_MAX_PER_TICK @@ -532,10 +532,16 @@ spec: # evidence implicates source files, a pull request on a # hermes-repair/ branch. Path allowlists are per repo so a # proposal can only ever touch that repo's source tree. + # Review capacity, not correctness: proposals are cheap to make + # and expensive to read. Below this ceiling an open pull request on + # a repository is no reason to withhold a fix for a different + # failure; at it, new proposals wait. + - name: ARIADNE_HERMES_CODE_MAX_OPEN_PROPOSALS + value: "64" - name: ARIADNE_HERMES_CODE_REPOS - value: metis=bstein/metis,lesavka=bstein/lesavka,soteria=bstein/soteria,bstein-dev-home=bstein/bstein-dev-home,ariadne=bstein/ariadne + value: metis=bstein/metis,lesavka=bstein/lesavka,soteria=bstein/soteria,bstein-dev-home=bstein/bstein-dev-home,ariadne=bstein/ariadne,ananke=bstein/ananke,pegasus=bstein/pegasus,atlasbot=bstein/atlasbot - name: ARIADNE_HERMES_CODE_BASE_BRANCHES - value: metis=master,lesavka=master,soteria=main,bstein-dev-home=master,ariadne=master + value: metis=master,lesavka=master,soteria=main,bstein-dev-home=master,ariadne=master,ananke=main,pegasus=main,atlasbot=main - name: ARIADNE_HERMES_CODE_PREFIXES value: metis=cmd/|pkg/,lesavka=server/|client/|common/,soteria=cmd/|internal/,bstein-dev-home=backend/|frontend/,ariadne=ariadne/ - name: ARIADNE_HERMES_CODE_SUFFIXES