mirror of
https://github.com/esphome/esphome.git
synced 2025-11-14 22:05:54 +00:00
[ci] Reduce release time by removing 21 redundant ESP32-S3 IDF tests (#11850)
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
packages:
|
|
||||||
common: !include common.yaml
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<<: !include common.yaml
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
packages:
|
|
||||||
common: !include common.yaml
|
|
||||||
|
|
||||||
matrix_keypad:
|
|
||||||
id: keypad
|
|
||||||
rows:
|
|
||||||
- pin: 10
|
|
||||||
- pin: 11
|
|
||||||
columns:
|
|
||||||
- pin: 12
|
|
||||||
- pin: 13
|
|
||||||
keys: "1234"
|
|
||||||
has_pulldowns: true
|
|
||||||
on_key:
|
|
||||||
- lambda: ESP_LOGI("KEY", "key %d pressed", x);
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
pin: GPIO4
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
pin: GPIO1
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
packages:
|
|
||||||
common: !include common.yaml
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
scl_pin: GPIO40
|
|
||||||
sda_pin: GPIO41
|
|
||||||
|
|
||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
packages:
|
|
||||||
common: !include common.yaml
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
<<: !include ../logger/common-usb_serial_jtag.yaml
|
|
||||||
|
|
||||||
esphome:
|
|
||||||
on_boot:
|
|
||||||
then:
|
|
||||||
- uart.write:
|
|
||||||
id: uart_1
|
|
||||||
data: 'Hello World'
|
|
||||||
- uart.write:
|
|
||||||
id: uart_1
|
|
||||||
data: [0x00, 0x20, 0x42]
|
|
||||||
|
|
||||||
uart:
|
|
||||||
- id: uart_1
|
|
||||||
tx_pin: 4
|
|
||||||
rx_pin: 5
|
|
||||||
flow_control_pin: 6
|
|
||||||
baud_rate: 9600
|
|
||||||
data_bits: 8
|
|
||||||
rx_buffer_size: 512
|
|
||||||
rx_full_threshold: 10
|
|
||||||
rx_timeout: 1
|
|
||||||
parity: EVEN
|
|
||||||
stop_bits: 2
|
|
||||||
|
|
||||||
- id: uart_2
|
|
||||||
tx_pin: 7
|
|
||||||
rx_pin: 8
|
|
||||||
flow_control_pin: 9
|
|
||||||
baud_rate: 9600
|
|
||||||
data_bits: 8
|
|
||||||
rx_buffer_size: 512
|
|
||||||
rx_full_threshold: 10
|
|
||||||
rx_timeout: 1
|
|
||||||
parity: EVEN
|
|
||||||
stop_bits: 2
|
|
||||||
|
|
||||||
- id: uart_3
|
|
||||||
tx_pin: 10
|
|
||||||
rx_pin: 11
|
|
||||||
flow_control_pin: 12
|
|
||||||
baud_rate: 9600
|
|
||||||
data_bits: 8
|
|
||||||
rx_buffer_size: 512
|
|
||||||
rx_full_threshold: 10
|
|
||||||
rx_timeout: 1
|
|
||||||
parity: EVEN
|
|
||||||
stop_bits: 2
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
scl_pin: GPIO40
|
|
||||||
sda_pin: GPIO41
|
|
||||||
|
|
||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
uart_bridge_2: !include ../../test_build_components/common/uart_bridge_2/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
clk_pin: GPIO40
|
|
||||||
miso_pin: GPIO41
|
|
||||||
mosi_pin: GPIO6
|
|
||||||
cs_pin: GPIO19
|
|
||||||
|
|
||||||
packages:
|
|
||||||
spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml
|
|
||||||
uart_bridge_2: !include ../../test_build_components/common/uart_bridge_2/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
scl_pin: GPIO40
|
|
||||||
sda_pin: GPIO41
|
|
||||||
|
|
||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
uart_bridge_4: !include ../../test_build_components/common/uart_bridge_4/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
clk_pin: GPIO40
|
|
||||||
miso_pin: GPIO41
|
|
||||||
mosi_pin: GPIO6
|
|
||||||
cs_pin: GPIO19
|
|
||||||
|
|
||||||
packages:
|
|
||||||
spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml
|
|
||||||
uart_bridge_4: !include ../../test_build_components/common/uart_bridge_4/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
scl_pin: GPIO40
|
|
||||||
sda_pin: GPIO41
|
|
||||||
|
|
||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
uart_bridge_4: !include ../../test_build_components/common/uart_bridge_4/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
clk_pin: GPIO40
|
|
||||||
miso_pin: GPIO41
|
|
||||||
mosi_pin: GPIO6
|
|
||||||
cs_pin: GPIO19
|
|
||||||
|
|
||||||
packages:
|
|
||||||
spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml
|
|
||||||
uart_bridge_4: !include ../../test_build_components/common/uart_bridge_4/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
scl_pin: GPIO40
|
|
||||||
sda_pin: GPIO41
|
|
||||||
|
|
||||||
packages:
|
|
||||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
|
||||||
uart_bridge_4: !include ../../test_build_components/common/uart_bridge_4/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
clk_pin: GPIO40
|
|
||||||
miso_pin: GPIO41
|
|
||||||
mosi_pin: GPIO6
|
|
||||||
cs_pin: GPIO19
|
|
||||||
|
|
||||||
packages:
|
|
||||||
spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml
|
|
||||||
uart_bridge_4: !include ../../test_build_components/common/uart_bridge_4/esp32-s3-idf.yaml
|
|
||||||
|
|
||||||
<<: !include common.yaml
|
|
||||||
Reference in New Issue
Block a user