Skip to content

Commit

Permalink
Test with Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Dec 19, 2024
1 parent a4eff72 commit 3412e23
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/validate_esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,6 @@ name: Validate ESPHome

# yamllint disable-line rule:truthy
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:

concurrency:
Expand Down Expand Up @@ -69,14 +51,14 @@ jobs:
with:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"

build_bluetooth_proxy_5:
name: Bluetooth Proxy (IDF v5)
build_bluetooth_proxy_53:
name: Bluetooth Proxy (IDF v5.3)
needs: build_basic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build core
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"
...
20 changes: 19 additions & 1 deletion .github/workflows/validate_esphome_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ name: Validate ESPHome (Beta)

# yamllint disable-line rule:truthy
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:

concurrency:
Expand Down Expand Up @@ -86,7 +104,7 @@ jobs:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
- id: idf_v5
base: idf_v5
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"

steps:
- name: Checkout repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.0.2
platform_version: 6.3.2
version: 5.3.1
platform_version: 6.9.0
...
4 changes: 2 additions & 2 deletions ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds_light_base.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yamllint disable rule:document-start rule:document-end
---
platform: partition
default_transition_length: ${default_transition_length}
# yamllint enable rule:document-start rule:document-end
...
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yamllint disable rule:document-start rule:document-end
---
effects:
- addressable_rainbow:
name: "Rainbow"
Expand Down Expand Up @@ -37,4 +37,4 @@ effects:
intensity: 5%
- random:
name: "Random"
# yamllint enable rule:document-start rule:document-end
...
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yamllint disable rule:document-start rule:document-end
---
internal: true
disabled_by_default: true
# yamllint enable rule:document-start rule:document-end
...

0 comments on commit 3412e23

Please sign in to comment.