Test with recommended IDF only

This commit is contained in:
Edward Firmo
2025-07-10 00:13:56 +02:00
parent 5ea4f2015b
commit ddb26cd833
8 changed files with 0 additions and 191 deletions

View File

@@ -55,18 +55,6 @@ jobs:
yaml-file: ".test/esphome_idf_core.yaml" yaml-file: ".test/esphome_idf_core.yaml"
version: latest version: latest
build_idf53_core:
name: Core (IDF v5.3)
needs: code_scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build Core (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_core.yaml"
version: latest
build_ard_basic: build_ard_basic:
name: Basic (Arduino) name: Basic (Arduino)
needs: build_ard_core needs: build_ard_core
@@ -91,18 +79,6 @@ jobs:
yaml-file: ".test/esphome_idf_basic.yaml" yaml-file: ".test/esphome_idf_basic.yaml"
version: latest version: latest
build_idf53_basic:
name: Basic (IDF v5.3)
needs: build_idf53_core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build Basic (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_basic.yaml"
version: latest
build_ard_hw_relays: build_ard_hw_relays:
name: HW Relays (Arduino) name: HW Relays (Arduino)
needs: build_ard_core needs: build_ard_core
@@ -127,18 +103,6 @@ jobs:
yaml-file: ".test/esphome_idf_hw_relays.yaml" yaml-file: ".test/esphome_idf_hw_relays.yaml"
version: latest version: latest
build_idf53_hw_relays:
name: HW Relays (IDF v5.3)
needs: build_idf53_core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build HW Relays (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_hw_relays.yaml"
version: latest
build_ard_hw_speaker: build_ard_hw_speaker:
name: HW Speaker (Arduino) name: HW Speaker (Arduino)
needs: build_ard_core needs: build_ard_core
@@ -163,18 +127,6 @@ jobs:
yaml-file: ".test/esphome_idf_hw_speaker.yaml" yaml-file: ".test/esphome_idf_hw_speaker.yaml"
version: latest version: latest
build_idf53_hw_speaker:
name: HW Speaker (IDF v5.3)
needs: build_idf53_core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build HW Speaker (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_hw_speaker.yaml"
version: latest
build_ard_hw_vibration: build_ard_hw_vibration:
name: HW Vibration (Arduino) name: HW Vibration (Arduino)
needs: build_ard_core needs: build_ard_core
@@ -199,18 +151,6 @@ jobs:
yaml-file: ".test/esphome_idf_hw_vibration.yaml" yaml-file: ".test/esphome_idf_hw_vibration.yaml"
version: latest version: latest
build_idf53_hw_vibration:
name: HW Vibration (IDF v5.3)
needs: build_idf53_core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build HW Vibration (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_hw_vibration.yaml"
version: latest
build_ard_ble_proxy: build_ard_ble_proxy:
name: Bluetooth Proxy (Ard) name: Bluetooth Proxy (Ard)
needs: build_ard_basic needs: build_ard_basic
@@ -235,18 +175,6 @@ jobs:
yaml-file: ".test/esphome_idf_ble_proxy.yaml" yaml-file: ".test/esphome_idf_ble_proxy.yaml"
version: latest version: latest
build_idf53_ble_proxy:
name: Bluetooth Proxy (IDF v5.3)
needs: build_idf53_basic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build BLE Proxy (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_ble_proxy.yaml"
version: latest
build_ard_media_player: build_ard_media_player:
name: Media Player (Ard) name: Media Player (Ard)
needs: needs:

View File

@@ -73,18 +73,6 @@ jobs:
yaml-file: ".test/esphome_idf_core.yaml" yaml-file: ".test/esphome_idf_core.yaml"
version: beta version: beta
build_idf53_core:
name: Core (IDF v5.3)
needs: code_scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build Core (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_core.yaml"
version: beta
build_ard_basic: build_ard_basic:
name: Basic (Arduino) name: Basic (Arduino)
needs: build_ard_core needs: build_ard_core
@@ -109,18 +97,6 @@ jobs:
yaml-file: ".test/esphome_idf_basic.yaml" yaml-file: ".test/esphome_idf_basic.yaml"
version: beta version: beta
build_idf53_basic:
name: Basic (IDF v5.3)
needs: build_idf53_core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build Basic (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_basic.yaml"
version: beta
build_ard_hw_relays: build_ard_hw_relays:
name: HW Relays (Arduino) name: HW Relays (Arduino)
needs: build_ard_core needs: build_ard_core
@@ -145,18 +121,6 @@ jobs:
yaml-file: ".test/esphome_idf_hw_relays.yaml" yaml-file: ".test/esphome_idf_hw_relays.yaml"
version: beta version: beta
build_idf53_hw_relays:
name: HW Relays (IDF v5.3)
needs: build_idf53_core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build HW Relays (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_hw_relays.yaml"
version: beta
build_ard_hw_speaker: build_ard_hw_speaker:
name: HW Speaker (Arduino) name: HW Speaker (Arduino)
needs: build_ard_core needs: build_ard_core
@@ -181,18 +145,6 @@ jobs:
yaml-file: ".test/esphome_idf_hw_speaker.yaml" yaml-file: ".test/esphome_idf_hw_speaker.yaml"
version: beta version: beta
build_idf53_hw_speaker:
name: HW Speaker (IDF v5.3)
needs: build_idf53_core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build HW Speaker (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_hw_speaker.yaml"
version: beta
build_ard_hw_vibration: build_ard_hw_vibration:
name: HW Vibration (Arduino) name: HW Vibration (Arduino)
needs: build_ard_core needs: build_ard_core
@@ -217,18 +169,6 @@ jobs:
yaml-file: ".test/esphome_idf_hw_vibration.yaml" yaml-file: ".test/esphome_idf_hw_vibration.yaml"
version: beta version: beta
build_idf53_hw_vibration:
name: HW Vibration (IDF v5.3)
needs: build_idf53_core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build HW Vibration (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_hw_vibration.yaml"
version: beta
build_ard_ble_proxy: build_ard_ble_proxy:
name: Bluetooth Proxy (Ard) name: Bluetooth Proxy (Ard)
needs: build_ard_basic needs: build_ard_basic
@@ -253,18 +193,6 @@ jobs:
yaml-file: ".test/esphome_idf_ble_proxy.yaml" yaml-file: ".test/esphome_idf_ble_proxy.yaml"
version: beta version: beta
build_idf53_ble_proxy:
name: Bluetooth Proxy (IDF v5.3)
needs: build_idf53_basic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build BLE Proxy (IDF v5.3)
uses: esphome/build-action@main
with:
yaml-file: ".test/esphome_idf53_ble_proxy.yaml"
version: beta
build_ard_media_player: build_ard_media_player:
name: Media Player (Ard) name: Media Player (Ard)
needs: needs:

View File

@@ -1,11 +0,0 @@
---
packages:
common_idf53: !include common_idf53.yaml
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml
media_player: !remove
switch:
- id: !remove sw_speaker_amplifier
...

View File

@@ -1,13 +0,0 @@
---
packages:
common: !include common.yaml
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml
addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml
esp32:
framework:
type: esp-idf
version: 5.3.1
platform_version: 6.9.0
...

View File

@@ -1,5 +0,0 @@
---
packages:
common_idf53: !include common_idf53.yaml
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
...

View File

@@ -1,6 +0,0 @@
---
packages:
common_idf53: !include common_idf53.yaml
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml
...

View File

@@ -1,6 +0,0 @@
---
packages:
common_idf53: !include common_idf53.yaml
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
standard_hw_speaker_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml
...

View File

@@ -1,6 +0,0 @@
---
packages:
common_idf53: !include common_idf53.yaml
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml
...