3030 - ' cmake/**'
3131 - ' include/**'
3232 - ' lib/**'
33- - ' python/**'
3433 - ' scripts/**'
3534 - ' test/**'
3635 - ' unittest/**'
4544 - ' setup.py'
4645 - ' .github/actions/**'
4746 - ' .github/workflows/code-format-check.yml'
47+ - all-globs-to-any-file :
48+ - ' python/**'
49+ - ' !python/setup_tools/utils/cambricon.py'
50+ - ' !python/setup_tools/utils/enflame.py'
51+ - ' !python/setup_tools/utils/hcu.py'
52+ - ' !python/setup_tools/utils/iluvatar.py'
53+ - ' !python/setup_tools/utils/metax.py'
54+ - ' !python/setup_tools/utils/mthreads.py'
55+ - ' !python/setup_tools/utils/ppu.py'
56+ - ' !python/setup_tools/utils/rpu.py'
57+ - ' !python/setup_tools/utils/sunrise.py'
58+ - ' !python/setup_tools/utils/thrive.py'
59+ - ' !python/setup_tools/utils/xpu.py'
4860
4961# ==========================================
5062# 2. CI/CD Labels
@@ -128,6 +140,7 @@ cambricon:
128140 - ' third_party/cambricon/**'
129141 - ' .github/workflows/cambricon*'
130142 - ' .github/workflows/benchmark/cambricon/**'
143+ - ' python/setup_tools/utils/cambricon.py'
131144
132145cpu :
133146 - changed-files :
@@ -142,40 +155,45 @@ enflame:
142155 - ' third_party/enflame/**'
143156 - ' .github/workflows/enflame*'
144157 - ' .github/workflows/benchmark/enflame/**'
158+ - ' python/setup_tools/utils/enflame.py'
145159
146160hcu :
147161 - changed-files :
148162 - any-glob-to-any-file :
149163 - ' third_party/hcu/**'
150164 - ' .github/workflows/hcu*'
151165 - ' .github/workflows/benchmark/hcu/**'
166+ - ' python/setup_tools/utils/hcu.py'
152167
153168iluvatar :
154169 - changed-files :
155170 - any-glob-to-any-file :
156171 - ' third_party/iluvatar/**'
157172 - ' .github/workflows/iluvatar*'
158173 - ' .github/workflows/benchmark/iluvatar/**'
174+ - ' python/setup_tools/utils/iluvatar.py'
159175
160176metax :
161177 - changed-files :
162178 - any-glob-to-any-file :
163179 - ' third_party/metax/**'
164180 - ' .github/workflows/metax*'
165181 - ' .github/workflows/benchmark/metax/**'
182+ - ' python/setup_tools/utils/metax.py'
166183
167184mthreads :
168185 - changed-files :
169186 - any-glob-to-any-file :
170187 - ' third_party/mthreads/**'
171188 - ' .github/workflows/mthreads*'
172189 - ' .github/workflows/benchmark/mthreads/**'
190+ - ' python/setup_tools/utils/mthreads.py'
173191
174192nvidia :
175193 - changed-files :
176194 - any-glob-to-any-file :
177195 - ' third_party/nvidia/**'
178- - ' .github/workflows/nv *'
196+ - ' .github/workflows/nvidia *'
179197 - ' .github/workflows/benchmark/nvidia/**'
180198
181199ppu :
@@ -184,27 +202,38 @@ ppu:
184202 - ' third_party/ppu/**'
185203 - ' .github/workflows/ppu*'
186204 - ' .github/workflows/benchmark/ppu/**'
205+ - ' python/setup_tools/utils/ppu.py'
187206
188207rpu :
189208 - changed-files :
190209 - any-glob-to-any-file :
191210 - ' third_party/rpu/**'
192211 - ' .github/workflows/rpu*'
193212 - ' .github/workflows/benchmark/rpu/**'
213+ - ' python/setup_tools/utils/rpu.py'
214+
215+ spacemit :
216+ - changed-files :
217+ - any-glob-to-any-file :
218+ - ' third_party/spacemit/**'
219+ - ' .github/workflows/spacemit*'
220+ - ' .github/workflows/benchmark/spacemit/**'
194221
195222sunrise :
196223 - changed-files :
197224 - any-glob-to-any-file :
198225 - ' third_party/sunrise/**'
199226 - ' .github/workflows/sunrise*'
200227 - ' .github/workflows/benchmark/sunrise/**'
228+ - ' python/setup_tools/utils/sunrise.py'
201229
202230thrive :
203231 - changed-files :
204232 - any-glob-to-any-file :
205233 - ' third_party/thrive/**'
206234 - ' .github/workflows/thrive*'
207235 - ' .github/workflows/benchmark/thrive/**'
236+ - ' python/setup_tools/utils/thrive.py'
208237
209238tileir :
210239 - changed-files :
233262 - ' third_party/xpu/**'
234263 - ' .github/workflows/xpu*'
235264 - ' .github/workflows/benchmark/xpu/**'
265+ - ' python/setup_tools/utils/xpu.py'
236266
237267# ====================================================================================
238268# 6. TLE Labels
0 commit comments