Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2659

@NordicBuilder NordicBuilder requested review from a team as code owners March 21, 2025 14:10
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Mar 21, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Mar 21, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@89fe459 nrfconnect/sdk-zephyr@3fef3bd (main) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Mar 21, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 7

Inputs:

Sources:

sdk-nrf: PR head: 15543e1d2e0a9e908265a4eb04720a3d4f5e7afa
zephyr: PR head: 3fef3bd6ec5cc3eb18776de621326ff2eb0ea0bb

more details

sdk-nrf:

PR head: 15543e1d2e0a9e908265a4eb04720a3d4f5e7afa
merge base: 831d14c8a32905b89d6cadb9f01b94facb403865
target head (main): bb30f3a00e9acd5b23b403308cbf926d8b66da8e
Diff

zephyr:

PR head: 3fef3bd6ec5cc3eb18776de621326ff2eb0ea0bb
merge base: 89fe459c07368c8cefc16eb8e49858a091390507
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (108)
subsys
│  ├── bluetooth
│  │  ├── rpc
│  │  │  │ Kconfig
west.yml
zephyr
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── shell
│  │  │  │  │  ├── audio
│  │  │  │  │  │  ├── cap.rst
│  │  │  │  │  │  │ csip.rst
│  │  ├── releases
│  │  │  ├── migration-guide-4.2.rst
│  │  │  │ release-notes-4.2.rst
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  ├── audio
│  │  │  │  │  ├── bap.h
│  │  │  │  │  │ csip.h
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── bap_broadcast_assistant
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── bap_broadcast_sink
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── bap_broadcast_source
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── bap_unicast_client
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── bap_unicast_server
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── cap_acceptor
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── cap_initiator
│  │  │  │  ├── src
│  │  │  │  │  ├── cap_initiator_broadcast.c
│  │  │  │  │  │ cap_initiator_unicast.c
│  │  │  ├── hap_ha
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── pbp_public_broadcast_source
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── tmap_bms
│  │  │  │  ├── src
│  │  │  │  │  │ cap_initiator.c
│  │  │  ├── tmap_central
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── tmap_peripheral
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── Kconfig
│  │  │  ├── audio
│  │  │  │  ├── Kconfig.csip
│  │  │  │  ├── csip_set_coordinator.c
│  │  │  │  ├── csip_set_member.c
│  │  │  │  ├── shell
│  │  │  │  │  ├── audio.h
│  │  │  │  │  ├── bap.c
│  │  │  │  │  ├── bap_broadcast_assistant.c
│  │  │  │  │  ├── bap_scan_delegator.c
│  │  │  │  │  ├── cap_acceptor.c
│  │  │  │  │  ├── cap_commander.c
│  │  │  │  │  ├── cap_initiator.c
│  │  │  │  │  ├── csip_set_coordinator.c
│  │  │  │  │  ├── csip_set_member.c
│  │  │  │  │  ├── gmap.c
│  │  │  │  │  ├── has.c
│  │  │  │  │  ├── has_client.c
│  │  │  │  │  ├── mcc.c
│  │  │  │  │  ├── media_controller.c
│  │  │  │  │  ├── micp_mic_ctlr.c
│  │  │  │  │  ├── micp_mic_dev.c
│  │  │  │  │  ├── mpl.c
│  │  │  │  │  ├── pbp.c
│  │  │  │  │  ├── tmap.c
│  │  │  │  │  ├── vcp_vol_ctlr.c
│  │  │  │  │  │ vcp_vol_rend.c
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── bt_shell_private.c
│  │  │  │  │ bt_shell_private.h
│  │  │  ├── host
│  │  │  │  ├── shell
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── bt.c
│  │  │  │  │  ├── cs.c
│  │  │  │  │  ├── gatt.c
│  │  │  │  │  ├── iso.c
│  │  │  │  │  │ l2cap.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── shell
│  │  │  │  │ audio.conf
│  │  │  ├── tester
│  │  │  │  ├── overlay-le-audio.conf
│  │  │  │  ├── src
│  │  │  │  │  ├── audio
│  │  │  │  │  │  │ btp_bap_broadcast.c
│  │  │  │  │  │ btp_gap.c
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── audio
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── bap_bass_broadcaster_test.c
│  │  │  │  │  │  ├── bap_broadcast_assistant_test.c
│  │  │  │  │  │  ├── bap_broadcast_sink_test.c
│  │  │  │  │  │  ├── bap_broadcast_source_test.c
│  │  │  │  │  │  ├── bap_common.h
│  │  │  │  │  │  ├── bap_scan_delegator_test.c
│  │  │  │  │  │  ├── bap_unicast_client_test.c
│  │  │  │  │  │  ├── bap_unicast_server_test.c
│  │  │  │  │  │  ├── cap_acceptor_test.c
│  │  │  │  │  │  ├── cap_commander_test.c
│  │  │  │  │  │  ├── cap_initiator_broadcast_test.c
│  │  │  │  │  │  ├── cap_initiator_unicast_test.c
│  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  ├── csip_notify_server_test.c
│  │  │  │  │  │  ├── csip_set_coordinator_test.c
│  │  │  │  │  │  ├── csip_set_member_test.c
│  │  │  │  │  │  ├── gmap_ugg_test.c
│  │  │  │  │  │  ├── gmap_ugt_test.c
│  │  │  │  │  │  ├── has_test.c
│  │  │  │  │  │  ├── ias_test.c
│  │  │  │  │  │  ├── mcs_test.c
│  │  │  │  │  │  ├── media_controller_test.c
│  │  │  │  │  │  ├── micp_mic_dev_test.c
│  │  │  │  │  │  ├── pacs_notify_server_test.c
│  │  │  │  │  │  ├── pbp_public_broadcast_source_test.c
│  │  │  │  │  │  ├── tbs_client_test.c
│  │  │  │  │  │  ├── tmap_client_test.c
│  │  │  │  │  │  ├── tmap_server_test.c
│  │  │  │  │  │  │ vcp_vol_rend_test.c
│  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  ├── _bap_bass.sh
│  │  │  │  │  │  ├── bap_broadcast_audio_assistant.sh
│  │  │  │  │  │  ├── ccp.sh
│  │  │  │  │  │  ├── csip.sh
│  │  │  │  │  │  ├── csip_encrypted_sirk.sh
│  │  │  │  │  │  ├── csip_forced_release.sh
│  │  │  │  │  │  ├── csip_new_sirk.sh
│  │  │  │  │  │  ├── csip_new_size_and_rank.sh
│  │  │  │  │  │  ├── csip_no_lock.sh
│  │  │  │  │  │  ├── csip_no_rank.sh
│  │  │  │  │  │  │ csip_no_size.sh
│  │  │  │  ├── audio_samples
│  │  │  │  │  ├── bap_unicast_client
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ unicast_client_sample_test.c

Outputs:

Toolchain

Version: 4ffa2202d5
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:4ffa2202d5_8bf7ca4353

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 6
  • ✅ Integration tests
    • ✅ test-sdk-audio - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ desktop52_verification - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ble_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-chip - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nfc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-find-my - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-low-level - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-dfu
    • ⚠️ test_ble_nrf_config
Disabled integration tests
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@sonarqubecloud
Copy link

@github-actions
Copy link

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2659 branch from 0b3666e to f118e43 Compare March 24, 2025 09:10
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2659 branch 2 times, most recently from 4629234 to d9b0ab1 Compare March 24, 2025 14:07
@koffes koffes requested a review from a team as a code owner March 24, 2025 16:08
@koffes koffes requested a review from Damian-Nordic March 24, 2025 21:11
NordicBuilder and others added 2 commits March 25, 2025 08:29
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
- Due to cherry-picks, BT_PRIVATE_SHELL is required
- OCT-3354

Signed-off-by: Kristoffer Rist Skøien <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2659 branch from 92be70d to 15543e1 Compare March 25, 2025 08:29
@NordicBuilder NordicBuilder removed the DNM label Mar 25, 2025
@rlubos rlubos merged commit b4b0ece into nrfconnect:main Mar 25, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants