Move dependences from matrix
This commit is contained in:
41
.github/workflows/validate_esphome.yml
vendored
41
.github/workflows/validate_esphome.yml
vendored
@@ -134,11 +134,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- id: idf
|
- id: idf_v4
|
||||||
|
base: idf_v4
|
||||||
yaml_file: ".test/esphome_idf_advanced.yaml"
|
yaml_file: ".test/esphome_idf_advanced.yaml"
|
||||||
- id: idf5
|
- id: idf_v5
|
||||||
|
base: idf_v5
|
||||||
yaml_file: ".test/esphome_idf5_advanced.yaml"
|
yaml_file: ".test/esphome_idf5_advanced.yaml"
|
||||||
- id: ard
|
- id: ard
|
||||||
|
base: ard
|
||||||
yaml_file: ".test/esphome_ard_advanced.yaml"
|
yaml_file: ".test/esphome_ard_advanced.yaml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -157,9 +160,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- id: idf
|
- id: idf_v4
|
||||||
|
base: idf_v4
|
||||||
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
|
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
|
||||||
- id: idf5
|
- id: idf_v5
|
||||||
|
base: idf_v5
|
||||||
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
|
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -178,11 +183,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- id: idf
|
- id: idf_v4
|
||||||
|
base: idf_v4
|
||||||
yaml_file: ".test/esphome_idf_climate_cool.yaml"
|
yaml_file: ".test/esphome_idf_climate_cool.yaml"
|
||||||
- id: idf5
|
- id: idf_v5
|
||||||
|
base: idf_v5
|
||||||
yaml_file: ".test/esphome_idf5_climate_cool.yaml"
|
yaml_file: ".test/esphome_idf5_climate_cool.yaml"
|
||||||
- id: ard
|
- id: ard
|
||||||
|
base: ard
|
||||||
yaml_file: ".test/esphome_ard_climate_cool.yaml"
|
yaml_file: ".test/esphome_ard_climate_cool.yaml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -201,11 +209,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- id: idf
|
- id: idf_v4
|
||||||
|
base: idf_v4
|
||||||
yaml_file: ".test/esphome_idf_climate_heat.yaml"
|
yaml_file: ".test/esphome_idf_climate_heat.yaml"
|
||||||
- id: idf5
|
- id: idf_v5
|
||||||
|
base: idf_v5
|
||||||
yaml_file: ".test/esphome_idf5_climate_heat.yaml"
|
yaml_file: ".test/esphome_idf5_climate_heat.yaml"
|
||||||
- id: ard
|
- id: ard
|
||||||
|
base: ard
|
||||||
yaml_file: ".test/esphome_ard_climate_heat.yaml"
|
yaml_file: ".test/esphome_ard_climate_heat.yaml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -224,11 +235,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- id: idf
|
- id: idf_v4
|
||||||
|
base: idf_v4
|
||||||
yaml_file: ".test/esphome_idf_climate_dual.yaml"
|
yaml_file: ".test/esphome_idf_climate_dual.yaml"
|
||||||
- id: idf5
|
- id: idf_v5
|
||||||
|
base: idf_v5
|
||||||
yaml_file: ".test/esphome_idf5_climate_dual.yaml"
|
yaml_file: ".test/esphome_idf5_climate_dual.yaml"
|
||||||
- id: ard
|
- id: ard
|
||||||
|
base: ard
|
||||||
yaml_file: ".test/esphome_ard_climate_dual.yaml"
|
yaml_file: ".test/esphome_ard_climate_dual.yaml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -249,9 +263,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- id: idf
|
- id: idf_v4
|
||||||
|
base: idf_v4
|
||||||
yaml_file: ".test/esphome_idf_advanced_climate_heat_customizations.yaml"
|
yaml_file: ".test/esphome_idf_advanced_climate_heat_customizations.yaml"
|
||||||
- id: ard
|
- id: ard
|
||||||
|
base: ard
|
||||||
yaml_file: ".test/esphome_ard_advanced_climate_heat_customizations.yaml"
|
yaml_file: ".test/esphome_ard_advanced_climate_heat_customizations.yaml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -272,7 +288,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- id: idf
|
- id: idf_v4
|
||||||
|
base: idf_v4
|
||||||
yaml_file: ".test/esphome_idf_climate_cool_bluetooth_proxy.yaml"
|
yaml_file: ".test/esphome_idf_climate_cool_bluetooth_proxy.yaml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user