-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[ESP32] Add ESP32 OTA provider and requestor app to CI builds #13212
[ESP32] Add ESP32 OTA provider and requestor app to CI builds #13212
Conversation
@bzbarsky-apple, @dhrishi, fortunately even after adding these two examples to ci, ESP-32 workflow in this PR was completed in 78 minutes. Anyway I have bumped it to 95 minutes. I think ~15 minutes of head room should be enough for now. |
Raised an issue #13221, will add a follow-up PR |
PR #13212: Size comparison from 9a80f75 to 8f36494 Decreases (5 builds for esp32, linux, mbed, p6)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
8f36494
to
a9598c0
Compare
PR #13212: Size comparison from 3a617aa to a9598c0 Full report (29 builds for efr32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
a9598c0
to
6a86eec
Compare
PR #13212: Size comparison from 83b2f46 to 6a86eec Full report (18 builds for k32w, nrfconnect, p6, qpg)
|
/rebase |
6a86eec
to
8d236d5
Compare
PR #13212: Size comparison from 83b2f46 to 8d236d5 Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@shubhamdp Please resolve the conflict |
Its good that we have a conflict as the ota-provider-app/esp32 build is broken due to changes in #13329. Now, this MR has the dependency on #13394, its good to resolve the conflict once esp32-ota-provider build is fixed. |
8d236d5
to
6b006fc
Compare
PR #13212: Size comparison from 466ee90 to 6b006fc Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
…t-chip#13212) * Add ESP32 OTA provider and requestor app to CI builds * Rename ESP32 OTA requestor project * Increase the timeout to 95 minutes * Split examples-esp32 workflow in two jobs
Problem
ESP32 OTA requestor and provider app are not present in CI builds
Fixes #13221
Change overview
Added ESP32 OTA Requestor and provider apps to examples-esp32.yaml
Testing