Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

DO NOT SUBMIT: clang-tidy fix presubmit builder #37082

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,22 @@ targets:
lint_host: "true"
timeout: 60

- name: Linux Host clang-tidy fix
recipe: engine/engine_lint
postsubmit: false
properties:
add_recipes_cq: "true"
cores: "32"
lint_android: "false"
lint_host: "true"
lint_all: "false"
lint_head: "true"
timeout: 60
runIf:
- .clang-tidy
- **.cc
- **.h

- name: Linux Android clang-tidy
recipe: engine/engine_lint
properties:
Expand Down