From ddb26cd8330302460a40c9dd15b7d827ac049af4 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 10 Jul 2025 00:13:56 +0200 Subject: [PATCH] Test with recommended IDF only --- .github/workflows/validate_esphome.yml | 72 --------------------- .github/workflows/validate_esphome_beta.yml | 72 --------------------- .test/esphome_idf53_basic.yaml | 11 ---- .test/esphome_idf53_ble_proxy.yaml | 13 ---- .test/esphome_idf53_core.yaml | 5 -- .test/esphome_idf53_hw_relays.yaml | 6 -- .test/esphome_idf53_hw_speaker.yaml | 6 -- .test/esphome_idf53_hw_vibration.yaml | 6 -- 8 files changed, 191 deletions(-) delete mode 100644 .test/esphome_idf53_basic.yaml delete mode 100644 .test/esphome_idf53_ble_proxy.yaml delete mode 100644 .test/esphome_idf53_core.yaml delete mode 100644 .test/esphome_idf53_hw_relays.yaml delete mode 100644 .test/esphome_idf53_hw_speaker.yaml delete mode 100644 .test/esphome_idf53_hw_vibration.yaml diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index a516df5..444fa08 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -55,18 +55,6 @@ jobs: yaml-file: ".test/esphome_idf_core.yaml" 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: name: Basic (Arduino) needs: build_ard_core @@ -91,18 +79,6 @@ jobs: yaml-file: ".test/esphome_idf_basic.yaml" 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: name: HW Relays (Arduino) needs: build_ard_core @@ -127,18 +103,6 @@ jobs: yaml-file: ".test/esphome_idf_hw_relays.yaml" 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: name: HW Speaker (Arduino) needs: build_ard_core @@ -163,18 +127,6 @@ jobs: yaml-file: ".test/esphome_idf_hw_speaker.yaml" 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: name: HW Vibration (Arduino) needs: build_ard_core @@ -199,18 +151,6 @@ jobs: yaml-file: ".test/esphome_idf_hw_vibration.yaml" 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: name: Bluetooth Proxy (Ard) needs: build_ard_basic @@ -235,18 +175,6 @@ jobs: yaml-file: ".test/esphome_idf_ble_proxy.yaml" 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: name: Media Player (Ard) needs: diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index dedada4..970b307 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -73,18 +73,6 @@ jobs: yaml-file: ".test/esphome_idf_core.yaml" 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: name: Basic (Arduino) needs: build_ard_core @@ -109,18 +97,6 @@ jobs: yaml-file: ".test/esphome_idf_basic.yaml" 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: name: HW Relays (Arduino) needs: build_ard_core @@ -145,18 +121,6 @@ jobs: yaml-file: ".test/esphome_idf_hw_relays.yaml" 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: name: HW Speaker (Arduino) needs: build_ard_core @@ -181,18 +145,6 @@ jobs: yaml-file: ".test/esphome_idf_hw_speaker.yaml" 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: name: HW Vibration (Arduino) needs: build_ard_core @@ -217,18 +169,6 @@ jobs: yaml-file: ".test/esphome_idf_hw_vibration.yaml" 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: name: Bluetooth Proxy (Ard) needs: build_ard_basic @@ -253,18 +193,6 @@ jobs: yaml-file: ".test/esphome_idf_ble_proxy.yaml" 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: name: Media Player (Ard) needs: diff --git a/.test/esphome_idf53_basic.yaml b/.test/esphome_idf53_basic.yaml deleted file mode 100644 index 10024d4..0000000 --- a/.test/esphome_idf53_basic.yaml +++ /dev/null @@ -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 -... diff --git a/.test/esphome_idf53_ble_proxy.yaml b/.test/esphome_idf53_ble_proxy.yaml deleted file mode 100644 index 5acf57b..0000000 --- a/.test/esphome_idf53_ble_proxy.yaml +++ /dev/null @@ -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 -... diff --git a/.test/esphome_idf53_core.yaml b/.test/esphome_idf53_core.yaml deleted file mode 100644 index 82b38fc..0000000 --- a/.test/esphome_idf53_core.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -packages: - common_idf53: !include common_idf53.yaml - core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml -... diff --git a/.test/esphome_idf53_hw_relays.yaml b/.test/esphome_idf53_hw_relays.yaml deleted file mode 100644 index 628bb79..0000000 --- a/.test/esphome_idf53_hw_relays.yaml +++ /dev/null @@ -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 -... diff --git a/.test/esphome_idf53_hw_speaker.yaml b/.test/esphome_idf53_hw_speaker.yaml deleted file mode 100644 index 4b4581f..0000000 --- a/.test/esphome_idf53_hw_speaker.yaml +++ /dev/null @@ -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 -... diff --git a/.test/esphome_idf53_hw_vibration.yaml b/.test/esphome_idf53_hw_vibration.yaml deleted file mode 100644 index 1bc90ad..0000000 --- a/.test/esphome_idf53_hw_vibration.yaml +++ /dev/null @@ -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 -...