Test with Beta
This commit is contained in:
24
.github/workflows/validate_esphome.yml
vendored
24
.github/workflows/validate_esphome.yml
vendored
@@ -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"
|
||||||
...
|
...
|
||||||
|
|||||||
20
.github/workflows/validate_esphome_beta.yml
vendored
20
.github/workflows/validate_esphome_beta.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
...
|
...
|
||||||
@@ -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
|
...
|
||||||
|
|||||||
@@ -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
|
...
|
||||||
|
|||||||
@@ -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
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user