-
Notifications
You must be signed in to change notification settings - Fork 7.8k
ci(p4): Change default revision for P4 #12119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Hello lucasssvaz, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 167 files 167 suites 1h 6m 11s ⏱️ For more details on these failures, see this check. Results for commit f6c2eb8. ♻️ This comment has been updated with latest results. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
f6c2eb8 to
e8caadf
Compare
Description of Change
This pull request updates the configuration for the ESP32-P4 board to explicitly specify the
ChipVariant=postv3option in all build scripts, documentation, and CI configuration files. This ensures that builds for ESP32-P4 target the correct chip variant and are consistent across the project.Build and configuration updates:
.github/scripts/sketch_utils.shto includeChipVariant=postv3, ensuring the correct chip variant is set during sketch builds.Documentation updates:
docs/en/contributing.rstto showChipVariant=postv3for ESP32-P4, reflecting the new standard configuration.CI configuration updates:
libraries/ESP_SR/examples/Basic/ci.ymlto includeChipVariant=postv3for all build variants.tests/validation/nvs/ci.ymlto includeChipVariant=postv3for all build variants, ensuring consistency in validation tests.Test Scenarios
CI