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 <noreply@anthropic.com>
This commit is contained in:
parent
ddb8561cc0
commit
8b930632ca
@ -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/<build> 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user