Skip to content

Commit 34d7c1b

Browse files
committed
ci(common): Ignore nearly full partition on C6 builds
1 parent 6766be6 commit 34d7c1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/examples_build-host-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ jobs:
1414
strategy:
1515
matrix:
1616
idf_ver: ["latest", "release-v5.1", "release-v5.2", "release-v5.3"]
17+
include:
18+
- idf_ver: "latest"
19+
warning: "Warning: The smallest app partition is nearly full"
1720
runs-on: ubuntu-22.04
1821
container: espressif/idf:${{ matrix.idf_ver }}
1922
steps:
2023
- name: Checkout esp-protocols
2124
uses: actions/checkout@v4
2225
- name: Build with IDF-${{ matrix.idf_ver }}
26+
env:
27+
EXPECTED_WARNING: ${{ matrix.warning }}
2328
shell: bash
2429
run: |
2530
. ${IDF_PATH}/export.sh

0 commit comments

Comments
 (0)