This is an automated email from the ASF dual-hosted git repository.
zclllyybb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new dae78849123 [chore](ci) Update code review model configuration (#65643)
dae78849123 is described below
commit dae788491235ea44f350889cad1189e23439f451
Author: Ze_ <[email protected]>
AuthorDate: Thu Jul 16 08:55:24 2026 +0800
[chore](ci) Update code review model configuration (#65643)
## Summary
- Update the automated code review runner to use the requested model
variant with xhigh reasoning.
- Keep trace metadata and the helper default aligned with the runtime
configuration.
## Validation
- `actionlint -shellcheck= .github/workflows/code-review-runner.yml`
(passed)
- Litefuse emitter dry-run with default and explicit model/reasoning
arguments (passed)
- `git diff --check` (passed)
- Full `actionlint` reports only the same three pre-existing ShellCheck
findings as `upstream/master`.
---
.github/scripts/emit_litefuse_otel_io.py | 2 +-
.github/workflows/code-review-runner.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/scripts/emit_litefuse_otel_io.py
b/.github/scripts/emit_litefuse_otel_io.py
index d11e465df87..4ef45f08879 100644
--- a/.github/scripts/emit_litefuse_otel_io.py
+++ b/.github/scripts/emit_litefuse_otel_io.py
@@ -1513,7 +1513,7 @@ def parse_args():
parser.add_argument("--pr-number", default="")
parser.add_argument("--head-sha", default="")
parser.add_argument("--base-sha", default="")
- parser.add_argument("--model", default="gpt-5.5")
+ parser.add_argument("--model", default="gpt-5.6-sol")
parser.add_argument("--reasoning-effort", default="")
parser.add_argument("--environment", default="github-actions")
parser.add_argument("--max-input-chars", type=int, default=200_000)
diff --git a/.github/workflows/code-review-runner.yml
b/.github/workflows/code-review-runner.yml
index c6d8bcae657..433ffaf01af 100644
--- a/.github/workflows/code-review-runner.yml
+++ b/.github/workflows/code-review-runner.yml
@@ -505,7 +505,7 @@ jobs:
# Codex uses bubblewrap for that mode and uid maps can be
unavailable.
codex exec --goal "$GOAL_PROMPT" \
--cd "$GITHUB_WORKSPACE" \
- --model "gpt-5.5" \
+ --model "gpt-5.6-sol" \
--config "model_reasoning_effort=xhigh" \
--sandbox danger-full-access \
--color never \
@@ -606,7 +606,7 @@ jobs:
--pr-number "$PR_NUMBER" \
--head-sha "$HEAD_SHA" \
--base-sha "$BASE_SHA" \
- --model "gpt-5.5" \
+ --model "gpt-5.6-sol" \
--reasoning-effort "xhigh" \
--environment "github-actions" \
--max-payload-bytes 4000000 \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]