mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-24 19:29:22 +01:00
ci(examples): Fix examples CI to build/test on supported releases
Ignore "The smallest app partition is nearly full" unconditionally as most stable releases produce this on most projects
This commit is contained in:
@@ -13,10 +13,7 @@ jobs:
|
|||||||
name: Build examples
|
name: Build examples
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
idf_ver: ["latest", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4"]
|
idf_ver: ["latest", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "release-v5.5", "release-v6.0"]
|
||||||
include:
|
|
||||||
- idf_ver: "latest"
|
|
||||||
warning: "Warning: The smallest app partition is nearly full"
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: espressif/idf:${{ matrix.idf_ver }}
|
container: espressif/idf:${{ matrix.idf_ver }}
|
||||||
env:
|
env:
|
||||||
@@ -27,7 +24,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build with IDF-${{ matrix.idf_ver }}
|
- name: Build with IDF-${{ matrix.idf_ver }}
|
||||||
env:
|
env:
|
||||||
EXPECTED_WARNING: ${{ matrix.warning }}
|
EXPECTED_WARNING: "Warning: The smallest app partition is nearly full"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. ${IDF_PATH}/export.sh
|
. ${IDF_PATH}/export.sh
|
||||||
@@ -75,7 +72,7 @@ jobs:
|
|||||||
needs: build_all_examples
|
needs: build_all_examples
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
idf_ver: ["release-v5.4", "latest"]
|
idf_ver: ["release-v5.5", "latest"]
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
- modem
|
- modem
|
||||||
|
|||||||
Reference in New Issue
Block a user