-
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
enable TC_RR_1_1 python test #22143
Merged
woody-apple
merged 1 commit into
project-chip:master
from
yunhanw-google:feature/enable_python_test
Aug 25, 2022
Merged
enable TC_RR_1_1 python test #22143
woody-apple
merged 1 commit into
project-chip:master
from
yunhanw-google:feature/enable_python_test
Aug 25, 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,
arkq,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
gjc13,
harsha-rajendran,
hawk248,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jtung-apple,
kghost,
lazarkov,
LuDuda,
mrjerryjohns,
msandstedt,
rgoliver and
robszewczyk
August 24, 2022 23:41
PR #22143: Size comparison from b4776ad to 758a568 Increases (1 build for psoc6)
Decreases (5 builds for cc13x2_26x2, cyw30739, psoc6, telink)
Full report (25 builds for bl602, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
yunhanw-google
force-pushed
the
feature/enable_python_test
branch
2 times, most recently
from
August 25, 2022 00:52
4d4225f
to
3672b58
Compare
PR #22143: Size comparison from b4776ad to 3672b58 Increases (3 builds for cc13x2_26x2, esp32, psoc6)
Decreases (6 builds for bl602, cc13x2_26x2, psoc6, telink)
Full report (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
yunhanw-google
force-pushed
the
feature/enable_python_test
branch
from
August 25, 2022 02:30
3672b58
to
138771b
Compare
PR #22143: Size comparison from b4776ad to 138771b Increases (1 build for psoc6)
Decreases (1 build for psoc6)
Full report (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
yunhanw-google
force-pushed
the
feature/enable_python_test
branch
from
August 25, 2022 05:53
138771b
to
676d9c7
Compare
PR #22143: Size comparison from a1d25d5 to 676d9c7 Increases (3 builds for cyw30739, telink)
Decreases (3 builds for bl602, cc13x2_26x2, psoc6)
Full report (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
andy31415
approved these changes
Aug 25, 2022
andy31415
reviewed
Aug 25, 2022
yunhanw-google
force-pushed
the
feature/enable_python_test
branch
from
August 25, 2022 16:56
676d9c7
to
e24d7b3
Compare
yunhanw-google
force-pushed
the
feature/enable_python_test
branch
from
August 25, 2022 17:31
e24d7b3
to
c9243a5
Compare
woody-apple
approved these changes
Aug 25, 2022
PR #22143: Size comparison from b0e5559 to c9243a5 Increases (3 builds for cyw30739, efr32, esp32)
Decreases (6 builds for bl602, psoc6, telink)
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
tcarmelveilleux
added a commit
to tcarmelveilleux/connectedhomeip
that referenced
this pull request
Aug 31, 2022
- A regression had occured on RR-1.1 in master before CI was attempted in project-chip#22143 which prevented the CI test to be enabled This PR: - Fixes TC-RR-1.1 - Enables TC-RR-1.1, TC-SC-3.6 and TC-DA-1.7 to keep them fresh and improve integration test coverage (TC-RR-1.1 tests a lot) - Improve run_python_test.py to do better factory reset Fixes project-chip#21736 Testing done: - Manually tested the fix of TC-RR-1.1 on ESP32 and Linux - CI tests of the above is automated
tcarmelveilleux
added a commit
that referenced
this pull request
Sep 1, 2022
* Re-enable TC-RR-1.1 in CI - A regression had occured on RR-1.1 in master before CI was attempted in #22143 which prevented the CI test to be enabled This PR: - Fixes TC-RR-1.1 - Enables TC-RR-1.1, TC-SC-3.6 and TC-DA-1.7 to keep them fresh and improve integration test coverage (TC-RR-1.1 tests a lot) - Improve run_python_test.py to do better factory reset Fixes #21736 Testing done: - Manually tested the fix of TC-RR-1.1 on ESP32 and Linux - CI tests of the above is automated * Attempt to pass CI * Debug CI * More debug of CI * More CI fixes * Fix more CI
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this pull request
Sep 16, 2022
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this pull request
Sep 16, 2022
* Re-enable TC-RR-1.1 in CI - A regression had occured on RR-1.1 in master before CI was attempted in project-chip#22143 which prevented the CI test to be enabled This PR: - Fixes TC-RR-1.1 - Enables TC-RR-1.1, TC-SC-3.6 and TC-DA-1.7 to keep them fresh and improve integration test coverage (TC-RR-1.1 tests a lot) - Improve run_python_test.py to do better factory reset Fixes project-chip#21736 Testing done: - Manually tested the fix of TC-RR-1.1 on ESP32 and Linux - CI tests of the above is automated * Attempt to pass CI * Debug CI * More debug of CI * More CI fixes * Fix more CI
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
enable TC_RR_1_1 python tests
Change overview
see above
Testing
see above