Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder requested a review from a team as a code owner November 20, 2024 17:04
@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 Nov 20, 2024
@NordicBuilder
Copy link
Contributor Author

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@3d0bbe4 nrfconnect/sdk-zephyr#2287 nrfconnect/sdk-zephyr#2287/files

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Nov 20, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: be434842f80293ed823a149c990c6a79414a3a0a
zephyr: PR head: 77805e732691fbf2d4ff698be28277b6d0472e18

more details

sdk-nrf:

PR head: be434842f80293ed823a149c990c6a79414a3a0a
merge base: c01d9380ddf82e8204098b3b08a7f423d5db292c
target head (main): 761d71096f5d40cc1be42854b785dc3001bfb342
Diff

zephyr:

PR head: 77805e732691fbf2d4ff698be28277b6d0472e18
merge base: 3d0bbe4b8ddbbb4645f5b7178afe5ad24864ae22
target head (main): 89bad3f2d60239a2e3503d7d79e4f92eeba0a5ba
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 (141)
applications
│  ├── connectivity_bridge
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  │ ble_handler.c
│  ├── nrf5340_audio
│  │  ├── src
│  │  │  ├── bluetooth
│  │  │  │  ├── bt_management
│  │  │  │  │  ├── bt_mgmt.h
│  │  │  │  │  ├── dfu
│  │  │  │  │  │  │ bt_mgmt_dfu.c
samples
│  ├── bluetooth
│  │  ├── central_and_peripheral_hr
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── channel_sounding_ras_reflector
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── conn_time_sync
│  │  │  ├── src
│  │  │  │  │ peripheral.c
│  │  ├── direction_finding_peripheral
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── event_trigger
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── fast_pair
│  │  │  ├── input_device
│  │  │  │  ├── src
│  │  │  │  │  │ bt_adv_helper.c
│  │  │  ├── locator_tag
│  │  │  │  ├── src
│  │  │  │  │  │ fp_adv.c
│  │  ├── iso_time_sync
│  │  │  ├── src
│  │  │  │  │ cis_peripheral.c
│  │  ├── llpm
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── mesh
│  │  │  ├── ble_peripheral_lbs_coex
│  │  │  │  ├── src
│  │  │  │  │  │ lb_service_handler.c
│  │  │  ├── common
│  │  │  │  │ smp_bt.c
│  │  ├── multiple_adv_sets
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── nrf_dm
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_ams_client
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_ancs_client
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_bms
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_cgms
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_cts_client
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_gatt_dm
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_hids_keyboard
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_hids_mouse
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_hr_coded
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_lbs
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_mds
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_nfc_pairing
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_power_profiling
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_rscs
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_status
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_uart
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── radio_notification_cb
│  │  │  ├── src
│  │  │  │  │ peripheral.c
│  │  ├── shell_bt_nus
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── subrating
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── throughput
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── openthread
│  │  ├── cli
│  │  │  ├── src
│  │  │  │  │ ble.c
│  │  ├── coap_client
│  │  │  ├── src
│  │  │  │  │ ble_utils.c
│  ├── wifi
│  │  ├── ble_coex
│  │  │  ├── src
│  │  │  │  │ bt_throughput_test.c
│  │  ├── provisioning
│  │  │  ├── ble
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  ├── zigbee
│  │  ├── light_switch
│  │  │  ├── src
│  │  │  │  │ nus_cmd.c
subsys
│  ├── bluetooth
│  │  ├── services
│  │  │  ├── fast_pair
│  │  │  │  ├── fmdn
│  │  │  │  │  │ state.c
│  ├── caf
│  │  ├── modules
│  │  │  │ ble_adv.c
tests
│  ├── bluetooth
│  │  ├── iso
│  │  │  ├── modules
│  │  │  │  │ peripheral.c
west.yml
zephyr
│  ├── doc
│  │  ├── releases
│  │  │  │ migration-guide-4.0.rst
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ bluetooth.h
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── direct_adv
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── direction_finding_peripheral
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── eddystone
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── encrypted_advertising
│  │  │  │  ├── peripheral
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ peripheral_ead.c
│  │  │  ├── hci_pwr_ctrl
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── iso_connected_benchmark
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── iso_peripheral
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mtu_update
│  │  │  │  ├── peripheral
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ peripheral_mtu_update.c
│  │  │  ├── periodic_sync_rsp
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_accept_list
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_csc
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_dis
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_esp
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_gatt_write
│  │  │  │  ├── src
│  │  │  │  │  │ peripheral_gatt_write.c
│  │  │  ├── peripheral_hids
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_hr
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_ht
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_identity
│  │  │  │  ├── src
│  │  │  │  │  │ peripheral_identity.c
│  │  │  ├── peripheral_nus
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_ots
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_past
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_sc_only
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── st_ble_sensor
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── boards
│  │  │  ├── bbc
│  │  │  │  ├── microbit
│  │  │  │  │  ├── pong
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ ble.c
│  │  │  ├── phytec
│  │  │  │  ├── reel_board
│  │  │  │  │  ├── mesh_badge
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  ├── subsys
│  │  │  ├── logging
│  │  │  │  ├── ble_backend
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ bluetooth.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── adv.c
│  │  │  │  │ id.c
│  │  │  ├── mesh
│  │  │  │  ├── pb_gatt_srv.c
│  │  │  │  │ proxy_srv.c
│  │  │  ├── services
│  │  │  │  ├── nus
│  │  │  │  │  │ bt_nus_auto_start_bt.c
│  │  │  ├── shell
│  │  │  │  │ bt.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── common
│  │  │  │  ├── testlib
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ adv.c
│  │  │  ├── host
│  │  │  │  ├── id
│  │  │  │  │  ├── bt_id_adv_random_addr_check
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── bt_id_set_adv_own_addr
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │ test_suite_invalid_inputs.c
│  │  │  ├── shell
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── tester
│  │  │  │  ├── src
│  │  │  │  │  │ btp_gap.c
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── audio
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── bap_scan_delegator_test.c
│  │  │  │  │  │  ├── bap_unicast_server_test.c
│  │  │  │  │  │  ├── cap_acceptor_test.c
│  │  │  │  │  │  ├── csip_notify_server_test.c
│  │  │  │  │  │  ├── csip_set_member_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
│  │  │  │  │  │  ├── tbs_client_test.c
│  │  │  │  │  │  │ vcp_vol_rend_test.c
│  │  │  │  ├── host
│  │  │  │  │  ├── adv
│  │  │  │  │  │  ├── encrypted
│  │  │  │  │  │  │  ├── css_sample_data
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  ├── att
│  │  │  │  │  │  ├── eatt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ common.c
│  │  │  │  │  │  ├── eatt_notif
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ server_test.c
│  │  │  │  │  │  ├── pipeline
│  │  │  │  │  │  │  ├── dut
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── central
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ dummy_peripheral.c
│  │  │  │  │  ├── gatt
│  │  │  │  │  │  ├── authorization
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── caching
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── ccc_store
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  ├── general
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── notify
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── notify_multiple
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── sc_indicate
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ bs_bt_utils.c
│  │  │  │  │  │  ├── settings
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ utils.c
│  │  │  │  │  ├── iso
│  │  │  │  │  │  ├── cis
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ cis_peripheral.c
│  │  │  │  │  ├── l2cap
│  │  │  │  │  │  ├── credits
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── credits_seg_recv
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── general
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main_l2cap_ecred.c
│  │  │  │  │  │  ├── many_conns
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── multilink_peripheral
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ dut.c
│  │  │  │  │  │  ├── send_on_connect
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main_l2cap_send_on_connect.c
│  │  │  │  │  │  ├── stress
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── userdata
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main_l2cap_userdata.c
│  │  │  │  │  ├── misc
│  │  │  │  │  │  ├── conn_stress
│  │  │  │  │  │  │  ├── peripheral
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── disable
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── hfc
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── unregister_conn_cb
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── privacy
│  │  │  │  │  │  ├── central
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ tester.c
│  │  │  │  │  │  ├── device
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ test_undirected_peripheral.c
│  │  │  │  │  │  ├── legacy
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ dut.c
│  │  │  │  │  ├── security
│  │  │  │  │  │  ├── bond_overwrite_allowed
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ bs_bt_utils.c
│  │  │  │  │  │  ├── bond_overwrite_denied
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ bs_bt_utils.c
│  │  │  │  │  │  ├── bond_per_connection
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ bs_bt_utils.c
│  │  │  │  │  │  ├── ccc_update
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  ├── id_addr_update
│  │  │  │  │  │  │  ├── peripheral
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ utils.c
│  │  │  │  │  │  ├── security_changed_callback
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ bs_bt_utils.c
│  │  │  │  ├── ll
│  │  │  │  │  ├── advx
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── cis
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── conn
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ test_connect2.c
│  │  │  │  │  ├── edtt
│  │  │  │  │  │  ├── gatt_test_app
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  ├── samples
│  │  │  │  │  ├── battery_service
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ peripheral_test.c

Outputs:

Toolchain

Version: b77d8c1312
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b77d8c1312_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1147
    • sdk-zephyr test count: 6351
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-boot
    • ❌ test-fw-nrfconnect-apps
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-ble_mesh
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-fw-nrfconnect-zigbee
    • ❌ test-sdk-find-my
    • ❌ test-sdk-sidewalk
    • ❌ test-sdk-wifi
    • ❌ test-low-level
    • ❌ test-sdk-mcuboot
    • ❌ test-sdk-dfu
    • ❌ test-secdom-samples-public
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
Disabled integration tests
    • doc-internal
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • 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-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-pmic-samples

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

@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

@sean-madigan sean-madigan force-pushed the auto-manifest-sdk-zephyr-2287 branch 2 times, most recently from 61f12af to 8801b15 Compare November 20, 2024 21:13
zephyr commit 8cfad44
removed the auto adv resume and deprecated the options that
were using this.

So this commit updates all uses of the deprecated options
in nrf.

Signed-off-by: Sean Madigan <[email protected]>
@sean-madigan sean-madigan force-pushed the auto-manifest-sdk-zephyr-2287 branch from 8801b15 to be43484 Compare November 21, 2024 09:50
@sean-madigan
Copy link
Contributor

Updates will have to be made to find-my and openthread

@sean-madigan
Copy link
Contributor

@alwa-nordic I guess some of these uses may need to be updated to start advertising after disconnect manually?

Copy link
Contributor

@kapi-no kapi-no left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving HIDS mouse samples and Fast Pair samples (+FMDN)

Copy link
Contributor

@leewkb4567 leewkb4567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ANCS, AMS, and CTS client samples have a test step to reconnect after disconnection. Therefore, the samples need to resume advertising somehow.

@github-actions
Copy link

This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Jan 13, 2025
@github-actions github-actions bot closed this Jan 24, 2025
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. DNM manifest manifest-zephyr Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants