-
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
all-clusters-app: Disable OTA Provider Server #13454
Merged
bzbarsky-apple
merged 4 commits into
project-chip:master
from
shubhamdp:remove_ota_provider_server_all_clusters_app
Jan 12, 2022
Merged
all-clusters-app: Disable OTA Provider Server #13454
bzbarsky-apple
merged 4 commits into
project-chip:master
from
shubhamdp:remove_ota_provider_server_all_clusters_app
Jan 12, 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
andy31415,
anush-apple,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kghost,
kpschoedel,
LuDuda,
lzgrablic02,
mlepage-google,
mrjerryjohns,
msandstedt,
pan-apple,
robszewczyk and
sagar-apple
January 11, 2022 14:31
pullapprove
bot
requested review from
vivien-apple,
wbschiller,
woody-apple,
xylophone21 and
yunhanw-google
January 11, 2022 14:31
PR #13454: Size comparison from f1e33cc to 71326a3 Decreases (1 build for p6)
Full report (14 builds for efr32, k32w, linux, p6, qpg, telink)
|
dhrishi
approved these changes
Jan 11, 2022
Damian-Nordic
approved these changes
Jan 11, 2022
shubhamdp
force-pushed
the
remove_ota_provider_server_all_clusters_app
branch
from
January 11, 2022 15:45
1708c0d
to
a9a839f
Compare
tima-q
approved these changes
Jan 11, 2022
PR #13454: Size comparison from 79530ef to a9a839f Decreases (3 builds for esp32, p6)
Full report (25 builds for efr32, esp32, k32w, nrfconnect, p6, qpg, telink)
|
andy31415
approved these changes
Jan 11, 2022
tima-q
added a commit
to tima-q/connectedhomeip
that referenced
this pull request
Jan 11, 2022
Having same cluster's client and server in same app is not supported in the zap. Removed OTA provider server from all-clusters-app
shubhamdp
force-pushed
the
remove_ota_provider_server_all_clusters_app
branch
from
January 12, 2022 04:01
0b34729
to
c8f84de
Compare
PR #13454: Size comparison from 6e7ad99 to c8f84de Decreases (4 builds for esp32, mbed, p6)
Full report (30 builds for efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
|
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this pull request
Jan 28, 2022
* all-clusters-app: Disable OTA Provider Server Having same cluster's client and server in same app is not supported in the zap. Removed OTA provider server from all-clusters-app * Remove OTA Provider server test cases * Remove OTA Provider files from all-clusters-app/mbed CMakeLists.txt * Disable OtaSoftwareUpdateProvider cluster tests for Darwin
step0035
pushed a commit
to hank820/connectedhomeip
that referenced
this pull request
Feb 8, 2022
* all-clusters-app: Disable OTA Provider Server Having same cluster's client and server in same app is not supported in the zap. Removed OTA provider server from all-clusters-app * Remove OTA Provider server test cases * Remove OTA Provider files from all-clusters-app/mbed CMakeLists.txt * Disable OtaSoftwareUpdateProvider cluster tests for Darwin
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
ZAP CI in non determinism due co existence of OTA provider client and server in same app
Change overview
Having same cluster's client and server in same app is not supported in the zap.
Disabled OTA provider server from all-clusters-app. So, that OTA requestor functionality can work.
Testing