-
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
Run media cluster tests in tv-app in CI. #19325
Run media cluster tests in tv-app in CI. #19325
Conversation
PR #19325: Size comparison from 10f620e to 7b467cf Increases (3 builds for cc13x2_26x2, esp32, nrfconnect)
Decreases (2 builds for cc13x2_26x2, telink)
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
@lazarkov @chrisdecenzo The YAML tests are expecting "Application Basic" on endpoint 1, which is not the case for tv-app, of course. Should that just be changed to use endpoint 3 by default? |
Yes, that should work |
7b467cf
to
32bd54e
Compare
PR #19325: Size comparison from 2593ab9 to 32bd54e Increases (1 build for nrfconnect)
Decreases (2 builds for linux, telink)
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments, but otherwise approved.
all-clusters-app does not have the media clusters configured in a spec-compliant way (e.g. is missing mandatory things), and definitely does not have them implemented in a spec-compliant way.
9daba99
to
ee2f718
Compare
PR #19325: Size comparison from ac7e2f7 to ee2f718 Increases (4 builds for cc13x2_26x2, esp32)
Decreases (5 builds for cc13x2_26x2, linux, telink)
Full report (25 builds for cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
* Run media cluster tests in tv-app in CI. all-clusters-app does not have the media clusters configured in a spec-compliant way (e.g. is missing mandatory things), and definitely does not have them implemented in a spec-compliant way. * Address review comments.
* Run media cluster tests in tv-app in CI. all-clusters-app does not have the media clusters configured in a spec-compliant way (e.g. is missing mandatory things), and definitely does not have them implemented in a spec-compliant way. * Address review comments.
all-clusters-app does not have the media clusters configured in a
spec-compliant way (e.g. is missing mandatory things), and definitely
does not have them implemented in a spec-compliant way.
Problem
Tests running against an example app that cannot possibly have them pass sanely.
Change overview
Run against a different example app.
Testing
See how CI does.