Skip to content

Commit 3420ddf

Browse files
committed
kernel_patch_verify: Reduce patchwise to just do the AI reviews
Rest of the checks are already performed, and there is no specific value we get by duplicating the tests. Signed-off-by: Nishanth Menon <[email protected]>
1 parent a3e128d commit 3420ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_patch_verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ if [ "$PATCHWISE" -eq 1 ]; then
12271227
if [ -d '/tmp/patchwise/sandbox/kernel' ]; then
12281228
rm -rf /tmp/patchwise/sandbox/kernel
12291229
fi
1230-
PATCHWISE_ARGS=""
1230+
PATCHWISE_ARGS="--reviews AiCodeReview LLMCommitAudit"
12311231
if [ "$OPENAI_API_PROVIDER" ]; then
12321232
PATCHWISE_ARGS="$PATCHWISE_ARGS --provider=$OPENAI_API_PROVIDER"
12331233
fi

0 commit comments

Comments
 (0)