mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Group component tests to reduce CI time (#11134)
This commit is contained in:
		| @@ -1,15 +1,5 @@ | ||||
| i2c: | ||||
|   - id: i2c_cst226 | ||||
|     scl: ${scl_pin} | ||||
|     sda: ${sda_pin} | ||||
|  | ||||
| spi: | ||||
|   - id: spi_ili9xxx | ||||
|     clk_pin: ${clk_pin} | ||||
|     mosi_pin: ${mosi_pin} | ||||
|  | ||||
| display: | ||||
|   - id: my_display | ||||
|   - id: cst226_display | ||||
|     platform: ili9xxx | ||||
|     model: ili9342 | ||||
|     cs_pin: ${cs_pin} | ||||
| @@ -19,7 +9,9 @@ display: | ||||
|  | ||||
| touchscreen: | ||||
|   - id: ts_cst226 | ||||
|     i2c_id: i2c_bus | ||||
|     platform: cst226 | ||||
|     display: cst226_display | ||||
|     interrupt_pin: ${interrupt_pin} | ||||
|     reset_pin: ${reset_pin} | ||||
|  | ||||
|   | ||||
| @@ -1,12 +1,11 @@ | ||||
| substitutions: | ||||
|   clk_pin: GPIO6 | ||||
|   mosi_pin: GPIO7 | ||||
|   cs_pin: GPIO8 | ||||
|   cs_pin: GPIO7 | ||||
|   dc_pin: GPIO9 | ||||
|   disp_reset_pin: GPIO10 | ||||
|   scl_pin: GPIO0 | ||||
|   sda_pin: GPIO1 | ||||
|   disp_reset_pin: GPIO18 | ||||
|   interrupt_pin: GPIO2 | ||||
|   reset_pin: GPIO3 | ||||
| packages: | ||||
|   spi: !include ../../test_build_components/common/spi/esp32-c3-idf.yaml | ||||
|   i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
| @@ -1,12 +1,12 @@ | ||||
| substitutions: | ||||
|   clk_pin: GPIO0 | ||||
|   mosi_pin: GPIO2 | ||||
|   cs_pin: GPIO4 | ||||
|   dc_pin: GPIO5 | ||||
|   disp_reset_pin: GPIO12 | ||||
|   scl_pin: GPIO13 | ||||
|   sda_pin: GPIO14 | ||||
|   interrupt_pin: GPIO15 | ||||
|   reset_pin: GPIO16 | ||||
|   reset_pin: GPIO25 | ||||
|  | ||||
| packages: | ||||
|   i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml | ||||
|   spi: !include ../../test_build_components/common/spi/esp32-idf.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user