forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ci/migrate_wifi_unit_test_app' into 'master'
CI: Migrate wifi unit tests to componment_ut Closes IDF-5586 See merge request espressif/esp-idf!20787
- Loading branch information
Showing
22 changed files
with
780 additions
and
765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps | ||
|
||
components/esp_wifi/test_apps/wifi_connect: | ||
disable: | ||
- if: IDF_TARGET == "esp32c6" | ||
temporary: true | ||
reason: target esp32c6 is not supported yet | ||
disable_test: | ||
- if: IDF_TARGET not in ["esp32", "esp32c3"] | ||
reason: leak of runner | ||
components/esp_wifi/test_apps/wifi_function: | ||
disable: | ||
- if: IDF_TARGET == "esp32c6" | ||
temporary: true | ||
reason: target esp32c6 is not supported yet |
Oops, something went wrong.