Skip to content

Commit b65bca6

Browse files
authored
[CICD] increase claude max-turns (flagos-ai#1194)
### PR Category CICD ### PR Types Improvements ### PR Description increase claude max-turns <img width="1586" height="321" alt="img_v3_02111_c8c6d56c-cbcb-4196-b3b6-9cc00862230g" src="https://github.com/user-attachments/assets/17664ae6-99c1-42e0-9404-0fea7dc355bd" />
1 parent f87324e commit b65bca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_failure_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
--json-schema '{"type":"object","properties":{"is_flaky":{"type":"boolean","description":"Whether this appears to be a flaky test failure"},"confidence":{"type":"number","minimum":0,"maximum":1,"description":"Confidence level in the determination"},"summary":{"type":"string","description":"One-sentence explanation of the failure"}},"required":["is_flaky","confidence","summary"]}'
6969
--model ${{ vars.CLAUDE_MODEL }}
7070
--allowedTools 'Bash(gh *)' 'Read' 'Glob' 'Grep'
71-
--max-turns 10
71+
--max-turns 30
7272
7373
- name: Debug detect output
7474
if: always()

0 commit comments

Comments
 (0)