-
Notifications
You must be signed in to change notification settings - Fork 651
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
[nrf noup] ci: Trim the Gazell change scope #1285
Open
leewkb4567
wants to merge
421
commits into
nrfconnect:main
Choose a base branch
from
leewkb4567:dev_ci_test_spec_no_gazell
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[nrf noup] ci: Trim the Gazell change scope #1285
leewkb4567
wants to merge
421
commits into
nrfconnect:main
from
leewkb4567:dev_ci_test_spec_no_gazell
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
guwa
approved these changes
Aug 24, 2023
203eb27
to
b6238e2
Compare
67e0f2c
to
a6ff472
Compare
Rebase to current main. |
… size Adding variable static auth size support to be compatible both mesh 1.0.1 and mesh 1.1. Upstream PR: zephyrproject-rtos/zephyr#63440 Signed-off-by: Alperen Şener <alperen.sener@nordicsemi.no> (cherry picked from commit cafad74)
…ecific path Added run-time BT_CENTRAL role check for the path that was central specific and did not have such check. When multi-role BT device tried to pair without bonding (peripheral role) while already previously bonded with the same device on another Bluetooth identity, pairing failed. It executed central-specific code, which should not be executed in case when the device acts as peripheral (as it is even opt-out from code when CONFIG_BT_CENTRAL is not enabled). Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no> (cherry picked from commit 7a1b194) (cherry picked from commit bbb6843)
… test Added fail on pairing_failed callback for both central and peripheral. Added pairing status checks in peripheral. It has been done to test the case when multi-role BT device tried to pair without bonding (peripheral role) while already previously bonded with the same device on another Bluetooth identity as it seems that there was an issue with it previously. Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no> (cherry picked from commit 3c0c634) (cherry picked from commit 1f6d361)
…nition Specification for MCUmgr OS group command allowing to query for bootloader information. Provide information on supported MCUboot parameters query by MCUmgr group OS. (cherry picked from commit 7668b4f) Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> (cherry picked from commit ccae85c)
For RTC0 events the RTC1 pretick event was not cleared what caused the WDT to be not stopped. This resulted in increased power usage. Upstream PR: zephyrproject-rtos/zephyr#63597 Signed-off-by: Andrzej Kuroś <andrzej.kuros@nordicsemi.no> (cherry picked from commit 6b30e02)
If the users configures this option in devicetree, ie, ``` &uicr { nfct-pins-as-gpios; }; ``` CMake will inject the HAL-specific CONFIG_NFCT_PINS_AS_GPIOS definition, so that the necessary operations are performed during system init. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com> (cherry picked from commit e43c2f3) (cherry picked from commit 0e3c0a4)
Make sure we send the entire packet buffer before bumping the packet counter, send() does not guarantee that all of the requested data will be sent at once with STREAM socket. Upstream PR: zephyrproject-rtos/zephyr#65251 Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Rebase or close. |
a6ff472
to
587cc77
Compare
Run CI Gazell tests only when the Zephyr API parts called is changed. Signed-off-by: Bernard Lee <bernard.lee@nordicsemi.no>
587cc77
to
972ad64
Compare
Rebase to current main. |
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.
Trim the Gazell change scope. Run Gazell tests only when the Zephyr API called is changed.