From 334932c6c8de811cdf0ec0e20373b42c993db92e Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:24:33 +0200 Subject: [PATCH] Completely remove media player specific tests --- .github/workflows/validate_esphome.yml | 28 -------------------------- .test/esphome_ard_media_player.yaml | 8 -------- .test/esphome_idf_media_player.yaml | 8 -------- 3 files changed, 44 deletions(-) delete mode 100644 .test/esphome_ard_media_player.yaml delete mode 100644 .test/esphome_idf_media_player.yaml diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 24d14e1..95c6de9 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -151,34 +151,6 @@ jobs: yaml-file: ".test/esphome_ard_ble_proxy.yaml" version: dev - build_ard_media_player_latest: - name: "⚡ Arduino Media Player (latest)" - needs: - - build_ard_basic - - build_ard_hw_relays - - build_ard_hw_vibration - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@main - - name: Build Arduino Media Player - latest - uses: esphome/build-action@main - with: - yaml-file: ".test/esphome_ard_media_player.yaml" - version: latest - - build_ard_media_player_dev: - name: "⚡ Arduino Media Player (dev)" - needs: build_ard_basic_dev - if: success() && !inputs.skip_dev - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@main - - name: Build Arduino Media Player - dev - uses: esphome/build-action@main - with: - yaml-file: ".test/esphome_ard_media_player.yaml" - version: dev - # IDF Framework - Foundation (latest) build_idf_core: name: "🏗️ IDF Core (latest)" diff --git a/.test/esphome_ard_media_player.yaml b/.test/esphome_ard_media_player.yaml deleted file mode 100644 index 610f2fa..0000000 --- a/.test/esphome_ard_media_player.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -packages: - common_arduino: !include common_ard.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 - standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml - standard_media_player_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml -... diff --git a/.test/esphome_idf_media_player.yaml b/.test/esphome_idf_media_player.yaml deleted file mode 100644 index d72a555..0000000 --- a/.test/esphome_idf_media_player.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -packages: - common_idf: !include common_idf.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 - standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml - standard_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_media_player.yaml -...