Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
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
18 changes: 16 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,19 @@ targets:
timeout: 120
properties:
config_name: linux_clang_tidy
runIf:
- DEPS
- .ci.yaml
- tools/clang_tidy/**
- ci/builders/**
- ci/lint.sh
- "**.h"
- "**.c"
- "**.cc"
- "**.fbs"
- "**.frag"
- "**.vert"
- "**.py"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I filed flutter/flutter#132657 to address the need for "**.py" here.


- name: Linux linux_arm_host_engine
recipe: engine_v2/engine_v2
Expand Down Expand Up @@ -364,8 +377,9 @@ targets:
runIf:
- DEPS
- .ci.yaml
- tools/**
- ci/**
- tools/clang_tidy/**
- ci/builders/**
- ci/lint.sh
- "**.h"
- "**.c"
- "**.cc"
Expand Down