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,14 +1,6 @@ | ||||
| uart: | ||||
|   - id: uart_havells_solar | ||||
|     tx_pin: ${tx_pin} | ||||
|     rx_pin: ${rx_pin} | ||||
|     baud_rate: 9600 | ||||
|  | ||||
| modbus: | ||||
|   flow_control_pin: ${flow_control_pin} | ||||
|  | ||||
| sensor: | ||||
|   - platform: havells_solar | ||||
|     modbus_id: modbus_bus | ||||
|     update_interval: 60s | ||||
|     phase_a: | ||||
|       voltage: | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| substitutions: | ||||
|   tx_pin: GPIO4 | ||||
|   rx_pin: GPIO5 | ||||
|   flow_control_pin: GPIO3 | ||||
| packages: | ||||
|   modbus: !include ../../test_build_components/common/modbus/esp32-c3-idf.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
| @@ -3,4 +3,7 @@ substitutions: | ||||
|   rx_pin: GPIO14 | ||||
|   flow_control_pin: GPIO13 | ||||
|  | ||||
| packages: | ||||
|   modbus: !include ../../test_build_components/common/modbus/esp32-idf.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| substitutions: | ||||
|   tx_pin: GPIO4 | ||||
|   rx_pin: GPIO5 | ||||
|   flow_control_pin: GPIO13 | ||||
|   tx_pin: GPIO0 | ||||
|   rx_pin: GPIO2 | ||||
|   flow_control_pin: GPIO15 | ||||
|  | ||||
| packages: | ||||
|   modbus: !include ../../test_build_components/common/modbus/esp8266-ard.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
| @@ -3,4 +3,7 @@ substitutions: | ||||
|   rx_pin: GPIO5 | ||||
|   flow_control_pin: GPIO3 | ||||
|  | ||||
| packages: | ||||
|   modbus: !include ../../test_build_components/common/modbus/rp2040-ard.yaml | ||||
|  | ||||
| <<: !include common.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user