Skip to content

Commit c0b1cd1

Browse files
sbryngelsonclaude
andcommitted
Restore default checkout clean for test jobs; tune PR reviewer
Revert test.yml to clean: true (default) — the corrupted build cache from the ioctl failure was causing 100% test failures. The Lustre-safe cleanup is only needed for bench.yml where pr/master are separate trees. Also tune qodo PR reviewer: reduce max findings to 5, lower suggestion depth to medium, and add instructions to focus on correctness over style for CI scripts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c2e6543 commit c0b1cd1

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ jobs:
224224
steps:
225225
- name: Clone
226226
uses: actions/checkout@v4
227-
with:
228-
clean: false
229227

230228
- name: Build
231229
if: matrix.cluster != 'phoenix'

.pr_agent.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ handle_push_trigger = true
99
push_commands = ["/improve"]
1010

1111
[pr_reviewer] # (all fields optional)
12-
num_max_findings = 10 # how many items to surface
12+
num_max_findings = 5 # how many items to surface
1313
require_tests_review = true
1414
extra_instructions = """
1515
Project context and review priorities: .github/copilot-instructions.md
@@ -26,8 +26,12 @@ constraints for new parameters, and compiler portability across all four
2626
supported compilers.
2727
Python toolchain requires Python 3.10+; do not suggest __future__ imports
2828
or other backwards-compatibility shims.
29+
For CI/shell scripts, focus on correctness bugs only — not style, atomic
30+
writes, or FIFO alternatives.
31+
Do not suggest changes to code that was not modified in the PR.
2932
"""
3033

3134
[pr_code_suggestions]
35+
suggestions_depth = "medium"
3236
commitable_code_suggestions = true
3337
apply_suggestions_checkbox = true

0 commit comments

Comments
 (0)