Skip to content

Commit fd2d69e

Browse files
committed
fix: update simple ota ci 1
1 parent 6fffc1b commit fd2d69e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitlab/ci/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,10 @@ build_example_ota_simple_ota_example:
690690
matrix:
691691
- IMAGE: espressif/idf:release-v5.0
692692
- IMAGE: espressif/idf:release-v5.1
693+
- IMAGE: espressif/idf:release-v5.2
694+
- IMAGE: espressif/idf:release-v5.3
695+
- IMAGE: espressif/idf:release-v5.4
696+
- IMAGE: espressif/idf:release-v5.5
693697
variables:
694698
EXAMPLE_DIR: examples/ota/simple_ota_example
695699
WARNING_STR: "1/2 app partitions are too small"

examples/.build-rules.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ examples/motor/servo_control:
278278
examples/ota/simple_ota_example:
279279
enable:
280280
- if: IDF_TARGET in ["esp32c2","esp32c3","esp32"] and (IDF_VERSION_MAJOR == 5 and IDF_VERSION_MINOR == 0)
281-
- if: IDF_TARGET in ["esp32c2","esp32c3","esp32","esp32c6"] and (IDF_VERSION_MAJOR == 5 and IDF_VERSION_MINOR == 1)
281+
- if: IDF_TARGET in ["esp32c2","esp32c3","esp32","esp32c6","esp32h2"] and (IDF_VERSION_MAJOR == 5 and IDF_VERSION_MINOR == 1)
282+
- if: IDF_TARGET in ["esp32c61","esp32c5"] and (IDF_VERSION_MAJOR == 5 and IDF_VERSION_MINOR == 5)
282283

283284
examples/screen:
284285
enable:

0 commit comments

Comments
 (0)