|
206 | 206 |
|
207 | 207 | .patterns-components_sensors_power_measure: &patterns-components_sensors_power_measure |
208 | 208 | - "components/sensors/power_measure/**/*" |
209 | | - - "components/tools/cmake_utilities/package_manager.cmake" |
| 209 | + - "tools/cmake_utilities/package_manager.cmake" |
210 | 210 |
|
211 | 211 | .patterns-components_sensors_adc_mcp3201: &patterns-components_sensors_adc_mcp3201 |
212 | 212 | - "components/sensors/adc/mcp3201/**/*" |
|
287 | 287 | - "components/touch/touch_proximity_sensor/**/*" |
288 | 288 | - "tools/cmake_utilities/package_manager.cmake" |
289 | 289 |
|
| 290 | +.patterns-components_touch_touch_button: &patterns-components_touch_touch_button |
| 291 | + - "components/touch/touch_button/**/*" |
| 292 | + - "tools/cmake_utilities/package_manager.cmake" |
| 293 | + |
290 | 294 | .patterns-components_touch_touch_button_sensor: &patterns-components_touch_touch_button_sensor |
291 | 295 | - "components/touch/touch_button_sensor/**/*" |
292 | 296 | - "tools/cmake_utilities/package_manager.cmake" |
|
1293 | 1297 | - <<: *if-dev-push |
1294 | 1298 | changes: *patterns-example_sensors_sensor_hub_monitor |
1295 | 1299 |
|
| 1300 | +.rules:build:example_touch_touch_button: |
| 1301 | + rules: |
| 1302 | + - <<: *if-protected |
| 1303 | + - <<: *if-label-build |
| 1304 | + - <<: *if-dev-push |
| 1305 | + changes: *patterns-build_system |
| 1306 | + - <<: *if-dev-push |
| 1307 | + changes: *patterns-example_touch_touch_button |
| 1308 | + - <<: *if-dev-push |
| 1309 | + changes: *patterns-components_touch_touch_button |
| 1310 | + |
1296 | 1311 | .rules:build:example_touch_touch_button_sensor: |
1297 | 1312 | rules: |
1298 | 1313 | - <<: *if-protected |
|
2339 | 2354 | - <<: *if-dev-push |
2340 | 2355 | changes: *patterns-components_touch_touch_proximity_sensor |
2341 | 2356 |
|
| 2357 | +.rules:build:components_touch_touch_button_test_apps: |
| 2358 | + rules: |
| 2359 | + - <<: *if-protected |
| 2360 | + - <<: *if-label-build |
| 2361 | + - <<: *if-label-target_test |
| 2362 | + - <<: *if-trigger-job |
| 2363 | + - <<: *if-dev-push |
| 2364 | + changes: *patterns-build_system |
| 2365 | + - <<: *if-dev-push |
| 2366 | + changes: *patterns-components_touch_touch_button |
| 2367 | + |
2342 | 2368 | .rules:build:components_touch_touch_button_sensor_test_apps: |
2343 | 2369 | rules: |
2344 | 2370 | - <<: *if-protected |
|
0 commit comments