Skip to content

Commit

Permalink
Merge branch 'ci/esp32p4' into 'master'
Browse files Browse the repository at this point in the history
Ci/esp32p4

See merge request speech-recognition-framework/esp-skainet!46
  • Loading branch information
sun-xiangyu committed Sep 5, 2024
2 parents b5b1e6a + 7b59d24 commit a7fdf56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ before_script:
- "components/esp-sr/model/wakenet_model/**/*"
- "test/wakenet/**/*"

build_idf_v4.4:
build_idf_v5.3:
extends: .build_examples_template
image: espressif/idf:release-v4.4
image: espressif/idf:release-v5.3

build_idf_v5.0:
extends: .build_examples_template
Expand Down
10 changes: 5 additions & 5 deletions examples/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

examples/chinese_tts:
enable:
- if: IDF_TARGET in ["esp32", "esp32s3"]
- if: IDF_TARGET in ["esp32", "esp32s3", "esp32p4"]
temporary: false
reason: the other targets are not tested yet

examples/cn_speech_commands_recognition:
enable:
- if: IDF_TARGET in ["esp32", "esp32s3"]
- if: IDF_TARGET in ["esp32", "esp32s3", "esp32p4"]
temporary: false
reason: the other targets are not tested yet

examples/en_speech_commands_recognition:
enable:
- if: IDF_TARGET == "esp32s3"
- if: IDF_TARGET in ["esp32s3", "esp32p4"]
temporary: false
reason: the other targets are not tested yet

Expand All @@ -26,12 +26,12 @@ examples/usb_mic_recorder:

examples/voice_communication:
enable:
- if: IDF_TARGET == "esp32s3"
- if: IDF_TARGET in ["esp32s3", "esp32p4"]
temporary: false
reason: the other targets are not tested yet

examples/wake_word_detection:
enable:
- if: IDF_TARGET in ["esp32", "esp32s3"]
- if: IDF_TARGET in ["esp32", "esp32s3", "esp32p4"]
temporary: false
reason: the other targets are not tested yet

0 comments on commit a7fdf56

Please sign in to comment.