feat(ci): Fix CI build and Run#79
Merged
Merged
Conversation
2c16219 to
f417bfc
Compare
f417bfc to
b90c2e2
Compare
- Fix building of network examples by using manifest file
- Build network examples for all capable targets
- Conditional run for build and run of esp-idf and esp-iot-solution examples
- Improve build of esp-usb test apps by using esp-usb manifest and config files
- Remove unnecessary build of esp-usb test apps (usb_cv)
- Don't use esp-idf container to run target jobs
- Don't build apps for esp32s31 target
39ea178 to
dce38d7
Compare
tore-espressif
approved these changes
Apr 10, 2026
6 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixing leftovers from CI-related PR #78
esp-idfnetwork examples:.build-test-rules.yml(error aboutcommon_componentsnot being defined).github/workflows/ciBUILD_AND_TEST_EXTERNAL_EXAMPLESPR label to offload CIesp-idfdevice examples run:esp-usbtest apps:esp-iot-solutionsBUILD_AND_TEST_EXTERNAL_EXAMPLESPR label to offload CIThe
initialize containersstep in run IDF examples job was failing wit:... : no space left on deviceBecause it was using idf container to run tests on target runner.
Related