Skip to content

Commit 6f8f13f

Browse files
Merge pull request #278 from espressif/ci/remove_usb_native_idf_lates
feat(ci): Remove CI build/run for usb native component in IDF latest
2 parents cfeab26 + 0dd58fe commit 6f8f13f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build_and_run_test_app_usb.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
idf_ver: "release-v5.2"
4747
- test_app: host_managed
4848
idf_ver: "release-v5.3"
49-
# TODO: Exclude native usb component for IDF Latest, once the USB component is removed from the esp-idf Jira issue IDF-14051
49+
#Exclude native usb component for IDF Latest (usb component has been removed from esp-idf)
50+
- test_app: host_native
51+
idf_ver: "latest"
5052

5153
runs-on: ubuntu-latest
5254
container: espressif/idf:${{ matrix.idf_ver }}
@@ -114,7 +116,9 @@ jobs:
114116
idf_ver: "release-v5.2"
115117
- test_app: host_managed
116118
idf_ver: "release-v5.3"
117-
# TODO: Exclude native usb component for IDF Latest, once the USB component is removed from the esp-idf: Jira issue IDF-14051
119+
#Exclude native usb component for IDF Latest (usb component has been removed from esp-idf)
120+
- test_app: host_native
121+
idf_ver: "latest"
118122

119123
runs-on: [self-hosted, linux, docker, "${{ matrix.idf_target }}", "${{ matrix.runner_tag }}"]
120124
container:

0 commit comments

Comments
 (0)