Remove build tests on beta environment
This commit is contained in:
41
.github/workflows/validate_esphome.yml
vendored
41
.github/workflows/validate_esphome.yml
vendored
@@ -103,47 +103,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml"
|
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml"
|
||||||
|
|
||||||
build_core_beta:
|
|
||||||
name: Beta - Core
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
needs:
|
|
||||||
- build_core
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4.1.0
|
|
||||||
- name: Build core
|
|
||||||
uses: esphome/build-action@v1.8.0
|
|
||||||
with:
|
|
||||||
yaml_file: "./.test/esphome_core.yaml"
|
|
||||||
version: beta
|
|
||||||
|
|
||||||
build_climate_heat_advanced_beta:
|
|
||||||
name: Beta - Advanced+climate (heat)
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
needs:
|
|
||||||
- build_core_beta
|
|
||||||
- build_climate_heat_advanced
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4.1.0
|
|
||||||
- name: Build core+advanced+climate_heat
|
|
||||||
uses: esphome/build-action@v1.8.0
|
|
||||||
with:
|
|
||||||
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
|
|
||||||
version: beta
|
|
||||||
|
|
||||||
build_climate_cool_advanced_esp_idf_beta:
|
|
||||||
name: Beta - esp-idf & Bluetooth proxy
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
needs:
|
|
||||||
- build_core_beta
|
|
||||||
- build_climate_cool_advanced_esp_idf
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4.1.0
|
|
||||||
- name: Build core+advanced+climate_cool+esp_idf
|
|
||||||
uses: esphome/build-action@v1.8.0
|
|
||||||
with:
|
|
||||||
yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml"
|
|
||||||
version: beta
|
|
||||||
|
|
||||||
#build_climate_cool_advanced_esp_idf5:
|
#build_climate_cool_advanced_esp_idf5:
|
||||||
# name: esp-idf v5 & Bluetooth proxy
|
# name: esp-idf v5 & Bluetooth proxy
|
||||||
# runs-on: "ubuntu-latest"
|
# runs-on: "ubuntu-latest"
|
||||||
|
|||||||
1
.github/workflows/validate_esphome_beta.yml
vendored
1
.github/workflows/validate_esphome_beta.yml
vendored
@@ -121,3 +121,4 @@ jobs:
|
|||||||
# uses: esphome/build-action@v1.8.0
|
# uses: esphome/build-action@v1.8.0
|
||||||
# with:
|
# with:
|
||||||
# yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml"
|
# yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml"
|
||||||
|
# version: beta
|
||||||
|
|||||||
Reference in New Issue
Block a user