-
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] CLI option to set delayed action time in OTA Provider app and restart OTA Requestor once ApplyUpdate is successful #13620
Merged
carol-apple
merged 5 commits into
project-chip:master
from
shubhamdp:delayed_action_time
Jan 21, 2022
Merged
[ESP32] CLI option to set delayed action time in OTA Provider app and restart OTA Requestor once ApplyUpdate is successful #13620
carol-apple
merged 5 commits into
project-chip:master
from
shubhamdp:delayed_action_time
Jan 21, 2022
Conversation
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
pullapprove
bot
requested review from
anush-apple,
austinh0,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi and
electrocucaracha
January 16, 2022 15:36
PR #13620: Size comparison from 8bdff01 to 165b8c5 Full report (19 builds for efr32, k32w, linux, mbed, p6, qpg, telink)
|
shubhamdp
force-pushed
the
delayed_action_time
branch
from
January 18, 2022 03:23
165b8c5
to
1e695c4
Compare
PR #13620: Size comparison from 628d7ba to 1e695c4 Full report (30 builds for efr32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
/rebase |
woody-apple
force-pushed
the
delayed_action_time
branch
from
January 18, 2022 15:33
1e695c4
to
3168263
Compare
PR #13620: Size comparison from be806bb to 3168263 Full report (14 builds for efr32, k32w, linux, p6, qpg, telink)
|
carol-apple
reviewed
Jan 18, 2022
carol-apple
reviewed
Jan 18, 2022
carol-apple
reviewed
Jan 18, 2022
PR #13620: Size comparison from be806bb to b0c6eae Full report (11 builds for nrfconnect)
|
/rebase |
woody-apple
force-pushed
the
delayed_action_time
branch
from
January 20, 2022 11:33
b0c6eae
to
adfbf36
Compare
PR #13620: Size comparison from 914ba3e to adfbf36 Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
dhrishi
approved these changes
Jan 20, 2022
Also, modify Linux OTA Provider help for delayedActionTime cli option
Also, Apply suggestion from project-chip#13484 in lighting-app
shubhamdp
force-pushed
the
delayed_action_time
branch
from
January 20, 2022 14:36
adfbf36
to
4b6c2d7
Compare
PR #13620: Size comparison from 786fdfa to 4b6c2d7 Full report (27 builds for efr32, esp32, k32w, linux, nrfconnect, p6, qpg, telink)
|
carol-apple
approved these changes
Jan 20, 2022
Co-authored-by: Carol Yang <[email protected]>
PR #13620: Size comparison from 786fdfa to 0b90b1e Increases above 0.2%:
Increases (23 builds for efr32, esp32, k32w, linux, nrfconnect, p6, qpg, telink)
Full report (27 builds for efr32, esp32, k32w, linux, nrfconnect, p6, qpg, telink)
|
holbrookt
approved these changes
Jan 20, 2022
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this pull request
Jan 28, 2022
… restart OTA Requestor once ApplyUpdate is successful (project-chip#13620) * [ESP32] CLI option to set delayedActionTime in OTA Provider app Also, modify Linux OTA Provider help for delayedActionTime cli option * [ESP32] Schedule the restart once OTA image apply is successful Also, Apply suggestion from project-chip#13484 in lighting-app * Review comments * Fix a small typo * Apply suggestions from code review Co-authored-by: Carol Yang <[email protected]> Co-authored-by: Carol Yang <[email protected]>
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.
Problem
Change overview
Testing