mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 19:54:41 +02:00
ci(common): Ignore nearly full partition on C6 builds
This commit is contained in:
@@ -14,12 +14,17 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
idf_ver: ["latest", "release-v5.1", "release-v5.2", "release-v5.3"]
|
idf_ver: ["latest", "release-v5.1", "release-v5.2", "release-v5.3"]
|
||||||
|
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 }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout esp-protocols
|
- name: Checkout esp-protocols
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build with IDF-${{ matrix.idf_ver }}
|
- name: Build with IDF-${{ matrix.idf_ver }}
|
||||||
|
env:
|
||||||
|
EXPECTED_WARNING: ${{ matrix.warning }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. ${IDF_PATH}/export.sh
|
. ${IDF_PATH}/export.sh
|
||||||
|
Reference in New Issue
Block a user