Test with Beta

This commit is contained in:
Edward Firmo
2024-12-19 21:25:58 +01:00
parent a4eff7276a
commit 3412e2389a
6 changed files with 30 additions and 30 deletions

View File

@@ -3,24 +3,6 @@ name: Validate ESPHome
# yamllint disable-line rule:truthy # yamllint disable-line rule:truthy
on: on:
push:
paths:
- "*.yaml"
- "prebuilt/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.py"
pull_request:
paths:
- "*.yaml"
- "prebuilt/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.py"
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
@@ -69,8 +51,8 @@ jobs:
with: with:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml" yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
build_bluetooth_proxy_5: build_bluetooth_proxy_53:
name: Bluetooth Proxy (IDF v5) name: Bluetooth Proxy (IDF v5.3)
needs: build_basic needs: build_basic
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -78,5 +60,5 @@ jobs:
- name: Build core - name: Build core
uses: esphome/build-action@main uses: esphome/build-action@main
with: with:
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml" yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"
... ...

View File

@@ -3,6 +3,24 @@ name: Validate ESPHome (Beta)
# yamllint disable-line rule:truthy # yamllint disable-line rule:truthy
on: on:
push:
paths:
- "*.yaml"
- "ESPHome/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.py"
pull_request:
paths:
- "*.yaml"
- "ESPHome/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.py"
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
@@ -86,7 +104,7 @@ jobs:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml" yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
- id: idf_v5 - id: idf_v5
base: idf_v5 base: idf_v5
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml" yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -6,6 +6,6 @@ packages:
esp32: esp32:
framework: framework:
type: esp-idf type: esp-idf
version: 5.0.2 version: 5.3.1
platform_version: 6.3.2 platform_version: 6.9.0
... ...

View File

@@ -1,4 +1,4 @@
# yamllint disable rule:document-start rule:document-end ---
platform: partition platform: partition
default_transition_length: ${default_transition_length} default_transition_length: ${default_transition_length}
# yamllint enable rule:document-start rule:document-end ...

View File

@@ -1,4 +1,4 @@
# yamllint disable rule:document-start rule:document-end ---
effects: effects:
- addressable_rainbow: - addressable_rainbow:
name: "Rainbow" name: "Rainbow"
@@ -37,4 +37,4 @@ effects:
intensity: 5% intensity: 5%
- random: - random:
name: "Random" name: "Random"
# yamllint enable rule:document-start rule:document-end ...

View File

@@ -1,4 +1,4 @@
# yamllint disable rule:document-start rule:document-end ---
internal: true internal: true
disabled_by_default: true disabled_by_default: true
# yamllint enable rule:document-start rule:document-end ...