Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner September 24, 2024 12:44
@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 Sep 24, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 24, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@4322f51 nrfconnect/sdk-zephyr@5d10d27 (main) nrfconnect/[email protected]

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 24, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 93377d51d9e6d82e05f01ebed487935a5519db74
openthread: PR head: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
zephyr: PR head: 5d10d27a0a978816153764e8f7024cbbc3fae197

more details

sdk-nrf:

PR head: 93377d51d9e6d82e05f01ebed487935a5519db74
merge base: 0a59bda839b042c08ec52158a13653ec1f4bdeae
target head (main): 572603a98ffc995fd34efd056ebb771bbb860e4e
Diff

openthread:

PR head: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
merge base: e10a92570f94ff1e0bc5e0da9ecf0ee135d955a6
Diff

zephyr:

PR head: 5d10d27a0a978816153764e8f7024cbbc3fae197
merge base: 4322f5169f4c0f24e3712de061a2fec5a29098a7
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 (404)
modules
│  ├── lib
│  │  ├── openthread
│  │  │  ├── .code-spell-ignore
│  │  │  ├── .github
│  │  │  │  ├── workflows
│  │  │  │  │  ├── build.yml
│  │  │  │  │  ├── codeql.yml
│  │  │  │  │  ├── docker.yml
│  │  │  │  │  ├── fuzz.yml
│  │  │  │  │  ├── makefile-check.yml
│  │  │  │  │  ├── otbr.yml
│  │  │  │  │  ├── otci.yml
│  │  │  │  │  ├── otns.yml
│  │  │  │  │  ├── posix.yml
│  │  │  │  │  ├── scorecards.yml
│  │  │  │  │  ├── simulation-1.1.yml
│  │  │  │  │  ├── simulation-1.4.yml
│  │  │  │  │  ├── size.yml
│  │  │  │  │  ├── toranj.yml
│  │  │  │  │  ├── unit.yml
│  │  │  │  │  │ version.yml
│  │  │  ├── .gitignore
│  │  │  ├── CMakeLists.txt
│  │  │  ├── etc
│  │  │  │  ├── cmake
│  │  │  │  │  │ options.cmake
│  │  │  ├── examples
│  │  │  │  ├── config
│  │  │  │  │  ├── ot-core-config-check-size-br.h
│  │  │  │  │  ├── ot-core-config-check-size-ftd.h
│  │  │  │  │  │ ot-core-config-check-size-mtd.h
│  │  │  │  ├── platforms
│  │  │  │  │  ├── simulation
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── alarm.c
│  │  │  │  │  │  ├── infra_if.c
│  │  │  │  │  │  ├── openthread-core-simulation-config.h
│  │  │  │  │  │  ├── platform-config.h
│  │  │  │  │  │  ├── platform-simulation.h
│  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  ├── system.c
│  │  │  │  │  │  ├── virtual_time
│  │  │  │  │  │  │  │ alarm-sim.c
│  │  │  │  │  ├── utils
│  │  │  │  │  │  ├── mac_frame.cpp
│  │  │  │  │  │  │ mac_frame.h
│  │  │  ├── include
│  │  │  │  ├── openthread
│  │  │  │  │  ├── ble_secure.h
│  │  │  │  │  ├── border_agent.h
│  │  │  │  │  ├── border_routing.h
│  │  │  │  │  ├── coap.h
│  │  │  │  │  ├── coap_secure.h
│  │  │  │  │  ├── icmp6.h
│  │  │  │  │  ├── instance.h
│  │  │  │  │  ├── link.h
│  │  │  │  │  ├── platform
│  │  │  │  │  │  ├── dnssd.h
│  │  │  │  │  │  ├── multipan.h
│  │  │  │  │  │  ├── radio.h
│  │  │  │  │  │  │ time.h
│  │  │  │  │  ├── tcat.h
│  │  │  │  │  ├── thread.h
│  │  │  │  │  │ thread_ftd.h
│  │  │  ├── script
│  │  │  │  ├── check-arm-build
│  │  │  │  ├── check-gn-build
│  │  │  │  ├── check-scan-build
│  │  │  │  ├── check-simulation-build-cmake
│  │  │  │  ├── check-simulation-local-host
│  │  │  │  ├── cmake-build
│  │  │  │  ├── git-tool
│  │  │  │  ├── make-pretty
│  │  │  │  │ test
│  │  │  ├── src
│  │  │  │  ├── cli
│  │  │  │  │  ├── README.md
│  │  │  │  │  ├── README_BR.md
│  │  │  │  │  ├── README_TCAT.md
│  │  │  │  │  ├── cli.cpp
│  │  │  │  │  ├── cli.hpp
│  │  │  │  │  ├── cli_br.cpp
│  │  │  │  │  ├── cli_coap.cpp
│  │  │  │  │  ├── cli_coap_secure.cpp
│  │  │  │  │  ├── cli_coap_secure.hpp
│  │  │  │  │  ├── cli_dataset.cpp
│  │  │  │  │  ├── cli_dataset.hpp
│  │  │  │  │  ├── cli_dns.cpp
│  │  │  │  │  ├── cli_link_metrics.cpp
│  │  │  │  │  ├── cli_link_metrics.hpp
│  │  │  │  │  │ cli_tcat.cpp
│  │  │  │  ├── core
│  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── api
│  │  │  │  │  │  ├── border_agent_api.cpp
│  │  │  │  │  │  ├── border_routing_api.cpp
│  │  │  │  │  │  ├── channel_manager_api.cpp
│  │  │  │  │  │  ├── coap_api.cpp
│  │  │  │  │  │  ├── coap_secure_api.cpp
│  │  │  │  │  │  ├── link_api.cpp
│  │  │  │  │  │  ├── thread_api.cpp
│  │  │  │  │  │  │ thread_ftd_api.cpp
│  │  │  │  │  ├── backbone_router
│  │  │  │  │  │  ├── bbr_leader.cpp
│  │  │  │  │  │  ├── bbr_local.cpp
│  │  │  │  │  │  │ bbr_manager.cpp
│  │  │  │  │  ├── border_router
│  │  │  │  │  │  ├── infra_if.cpp
│  │  │  │  │  │  ├── routing_manager.cpp
│  │  │  │  │  │  │ routing_manager.hpp
│  │  │  │  │  ├── coap
│  │  │  │  │  │  ├── coap.cpp
│  │  │  │  │  │  ├── coap.hpp
│  │  │  │  │  │  ├── coap_message.cpp
│  │  │  │  │  │  ├── coap_message.hpp
│  │  │  │  │  │  ├── coap_secure.cpp
│  │  │  │  │  │  │ coap_secure.hpp
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── heap_string.cpp
│  │  │  │  │  │  ├── heap_string.hpp
│  │  │  │  │  │  ├── message.cpp
│  │  │  │  │  │  ├── message.hpp
│  │  │  │  │  │  ├── offset_range.cpp
│  │  │  │  │  │  ├── offset_range.hpp
│  │  │  │  │  │  ├── string.cpp
│  │  │  │  │  │  ├── string.hpp
│  │  │  │  │  │  ├── tlvs.cpp
│  │  │  │  │  │  │ tlvs.hpp
│  │  │  │  │  ├── config
│  │  │  │  │  │  ├── border_routing.h
│  │  │  │  │  │  ├── mle.h
│  │  │  │  │  │  ├── network_diagnostic.h
│  │  │  │  │  │  ├── openthread-core-config-check.h
│  │  │  │  │  │  │ srp_client.h
│  │  │  │  │  ├── diags
│  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  ├── factory_diags.cpp
│  │  │  │  │  │  │ factory_diags.hpp
│  │  │  │  │  ├── instance
│  │  │  │  │  │  ├── instance.cpp
│  │  │  │  │  │  │ instance.hpp
│  │  │  │  │  ├── mac
│  │  │  │  │  │  ├── data_poll_sender.cpp
│  │  │  │  │  │  ├── mac.cpp
│  │  │  │  │  │  ├── mac_frame.cpp
│  │  │  │  │  │  ├── mac_frame.hpp
│  │  │  │  │  │  ├── mac_header_ie.cpp
│  │  │  │  │  │  ├── mac_header_ie.hpp
│  │  │  │  │  │  ├── mac_links.hpp
│  │  │  │  │  │  ├── sub_mac.cpp
│  │  │  │  │  │  ├── sub_mac.hpp
│  │  │  │  │  │  │ sub_mac_csl_receiver.cpp
│  │  │  │  │  ├── meshcop
│  │  │  │  │  │  ├── border_agent.cpp
│  │  │  │  │  │  ├── border_agent.hpp
│  │  │  │  │  │  ├── commissioner.cpp
│  │  │  │  │  │  ├── commissioner.hpp
│  │  │  │  │  │  ├── dataset.cpp
│  │  │  │  │  │  ├── dataset.hpp
│  │  │  │  │  │  ├── dataset_manager.cpp
│  │  │  │  │  │  ├── dataset_manager.hpp
│  │  │  │  │  │  ├── dataset_manager_ftd.cpp
│  │  │  │  │  │  ├── dataset_updater.cpp
│  │  │  │  │  │  ├── joiner.cpp
│  │  │  │  │  │  ├── joiner.hpp
│  │  │  │  │  │  ├── joiner_router.cpp
│  │  │  │  │  │  ├── meshcop_tlvs.cpp
│  │  │  │  │  │  ├── meshcop_tlvs.hpp
│  │  │  │  │  │  ├── secure_transport.cpp
│  │  │  │  │  │  ├── secure_transport.hpp
│  │  │  │  │  │  ├── tcat_agent.cpp
│  │  │  │  │  │  │ tcat_agent.hpp
│  │  │  │  │  ├── net
│  │  │  │  │  │  ├── dns_client.cpp
│  │  │  │  │  │  ├── dns_client.hpp
│  │  │  │  │  │  ├── dnssd_server.cpp
│  │  │  │  │  │  ├── dnssd_server.hpp
│  │  │  │  │  │  ├── icmp6.cpp
│  │  │  │  │  │  ├── icmp6.hpp
│  │  │  │  │  │  ├── ip6.cpp
│  │  │  │  │  │  ├── ip6.hpp
│  │  │  │  │  │  ├── ip6_headers.cpp
│  │  │  │  │  │  ├── ip6_headers.hpp
│  │  │  │  │  │  ├── ip6_mpl.cpp
│  │  │  │  │  │  ├── ip6_mpl.hpp
│  │  │  │  │  │  ├── nat64_translator.cpp
│  │  │  │  │  │  ├── nat64_translator.hpp
│  │  │  │  │  │  ├── netif.cpp
│  │  │  │  │  │  ├── srp_client.cpp
│  │  │  │  │  │  │ srp_client.hpp
│  │  │  │  │  ├── openthread-core-config.h
│  │  │  │  │  ├── radio
│  │  │  │  │  │  ├── ble_secure.cpp
│  │  │  │  │  │  ├── ble_secure.hpp
│  │  │  │  │  │  ├── radio.hpp
│  │  │  │  │  │  ├── radio_callbacks.cpp
│  │  │  │  │  │  ├── radio_platform.cpp
│  │  │  │  │  │  │ trel_interface.cpp
│  │  │  │  │  ├── thread
│  │  │  │  │  │  ├── address_resolver.cpp
│  │  │  │  │  │  ├── address_resolver.hpp
│  │  │  │  │  │  ├── child_table.cpp
│  │  │  │  │  │  ├── csl_tx_scheduler.cpp
│  │  │  │  │  │  ├── csl_tx_scheduler.hpp
│  │  │  │  │  │  ├── discover_scanner.cpp
│  │  │  │  │  │  ├── dua_manager.cpp
│  │  │  │  │  │  ├── key_manager.cpp
│  │  │  │  │  │  ├── key_manager.hpp
│  │  │  │  │  │  ├── link_metrics.cpp
│  │  │  │  │  │  ├── link_metrics.hpp
│  │  │  │  │  │  ├── lowpan.cpp
│  │  │  │  │  │  ├── mesh_forwarder.cpp
│  │  │  │  │  │  ├── mesh_forwarder.hpp
│  │  │  │  │  │  ├── mesh_forwarder_ftd.cpp
│  │  │  │  │  │  ├── mle.cpp
│  │  │  │  │  │  ├── mle.hpp
│  │  │  │  │  │  ├── mle_router.cpp
│  │  │  │  │  │  ├── mle_router.hpp
│  │  │  │  │  │  ├── mle_types.cpp
│  │  │  │  │  │  ├── mle_types.hpp
│  │  │  │  │  │  ├── mlr_manager.cpp
│  │  │  │  │  │  ├── network_data_leader.cpp
│  │  │  │  │  │  ├── network_data_leader.hpp
│  │  │  │  │  │  ├── network_data_leader_ftd.cpp
│  │  │  │  │  │  ├── network_data_notifier.cpp
│  │  │  │  │  │  ├── network_data_publisher.cpp
│  │  │  │  │  │  ├── network_data_publisher.hpp
│  │  │  │  │  │  ├── network_data_service.cpp
│  │  │  │  │  │  ├── network_data_service.hpp
│  │  │  │  │  │  ├── network_data_types.hpp
│  │  │  │  │  │  ├── network_diagnostic.cpp
│  │  │  │  │  │  ├── network_diagnostic_tlvs.cpp
│  │  │  │  │  │  ├── router_table.cpp
│  │  │  │  │  │  │ tmf.cpp
│  │  │  │  │  ├── utils
│  │  │  │  │  │  ├── channel_manager.cpp
│  │  │  │  │  │  ├── channel_manager.hpp
│  │  │  │  │  │  ├── mesh_diag.cpp
│  │  │  │  │  │  ├── mesh_diag.hpp
│  │  │  │  │  │  ├── parse_cmdline.cpp
│  │  │  │  │  │  │ power_calibration.cpp
│  │  │  │  ├── lib
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── spinel
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README_RADIO_SPINEL_DIAG.md
│  │  │  │  │  │  ├── logger.cpp
│  │  │  │  │  │  ├── multi_frame_buffer.hpp
│  │  │  │  │  │  ├── openthread-spinel-config.h
│  │  │  │  │  │  ├── radio_spinel.cpp
│  │  │  │  │  │  ├── radio_spinel.hpp
│  │  │  │  │  │  ├── spi_frame.hpp
│  │  │  │  │  │  ├── spinel.c
│  │  │  │  │  │  ├── spinel.h
│  │  │  │  │  │  ├── spinel_driver.hpp
│  │  │  │  │  │  ├── spinel_helper.cpp
│  │  │  │  │  │  ├── spinel_helper.hpp
│  │  │  │  │  │  │ spinel_interface.hpp
│  │  │  │  │  ├── utils
│  │  │  │  │  │  │ endian.hpp
│  │  │  │  ├── ncp
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── changed_props_set.cpp
│  │  │  │  │  ├── ncp_base.cpp
│  │  │  │  │  ├── ncp_base.hpp
│  │  │  │  │  ├── ncp_base_dispatcher.cpp
│  │  │  │  │  ├── ncp_base_mtd.cpp
│  │  │  │  │  ├── ncp_config.h
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ infra_if.cpp
│  │  │  │  ├── posix
│  │  │  │  │  ├── platform
│  │  │  │  │  │  ├── README_RCP_CAPS_DIAG.md
│  │  │  │  │  │  ├── alarm.cpp
│  │  │  │  │  │  ├── backtrace.cpp
│  │  │  │  │  │  ├── config_file.cpp
│  │  │  │  │  │  ├── config_file.hpp
│  │  │  │  │  │  ├── hdlc_interface.cpp
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── openthread
│  │  │  │  │  │  │  │  │ openthread-system.h
│  │  │  │  │  │  ├── infra_if.cpp
│  │  │  │  │  │  ├── infra_if.hpp
│  │  │  │  │  │  ├── multicast_routing.cpp
│  │  │  │  │  │  ├── netif.cpp
│  │  │  │  │  │  ├── openthread-core-posix-config.h
│  │  │  │  │  │  ├── platform-posix.h
│  │  │  │  │  │  ├── radio.cpp
│  │  │  │  │  │  ├── radio.hpp
│  │  │  │  │  │  ├── radio_url.cpp
│  │  │  │  │  │  ├── rcp_caps_diag.cpp
│  │  │  │  │  │  ├── rcp_caps_diag.hpp
│  │  │  │  │  │  ├── resolver.cpp
│  │  │  │  │  │  ├── resolver.hpp
│  │  │  │  │  │  ├── settings.cpp
│  │  │  │  │  │  ├── spi_interface.cpp
│  │  │  │  │  │  │ system.cpp
│  │  │  ├── tests
│  │  │  │  ├── fuzz
│  │  │  │  │  │ fuzzer_platform.cpp
│  │  │  │  ├── scripts
│  │  │  │  │  ├── expect
│  │  │  │  │  │  ├── _common.exp
│  │  │  │  │  │  ├── cli-coaps.exp
│  │  │  │  │  │  ├── cli-diags.exp
│  │  │  │  │  │  ├── cli-tcat-advertisement.exp
│  │  │  │  │  │  ├── cli-tcat-decommission.exp
│  │  │  │  │  │  │ cli-tcat.exp
│  │  │  │  │  ├── thread-cert
│  │  │  │  │  │  ├── Cert_5_1_01_RouterAttach.py
│  │  │  │  │  │  ├── Cert_5_1_04_RouterAddressReallocation.py
│  │  │  │  │  │  ├── Cert_5_1_05_RouterAddressTimeout.py
│  │  │  │  │  │  ├── Cert_5_1_06_RemoveRouterId.py
│  │  │  │  │  │  ├── Cert_5_1_12_NewRouterNeighborSync.py
│  │  │  │  │  │  ├── Cert_5_1_13_RouterReset.py
│  │  │  │  │  │  ├── Cert_5_2_01_REEDAttach.py
│  │  │  │  │  │  ├── Cert_5_2_03_LeaderReject2Hops.py
│  │  │  │  │  │  ├── Cert_5_2_04_REEDUpgrade.py
│  │  │  │  │  │  ├── Cert_5_2_05_AddressQuery.py
│  │  │  │  │  │  ├── Cert_5_2_06_RouterDowngrade.py
│  │  │  │  │  │  ├── Cert_5_2_07_REEDSynchronization.py
│  │  │  │  │  │  ├── Cert_5_3_03_AddressQuery.py
│  │  │  │  │  │  ├── Cert_5_3_07_DuplicateAddress.py
│  │  │  │  │  │  ├── Cert_5_5_02_LeaderReboot.py
│  │  │  │  │  │  ├── Cert_5_5_03_SplitMergeChildren.py
│  │  │  │  │  │  ├── Cert_5_5_04_SplitMergeRouters.py
│  │  │  │  │  │  ├── Cert_5_5_07_SplitMergeThreeWay.py
│  │  │  │  │  │  ├── Cert_5_6_01_NetworkDataRegisterBeforeAttachLeader.py
│  │  │  │  │  │  ├── Cert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py
│  │  │  │  │  │  ├── Cert_5_6_03_NetworkDataRegisterAfterAttachLeader.py
│  │  │  │  │  │  ├── Cert_5_6_04_NetworkDataRegisterAfterAttachRouter.py
│  │  │  │  │  │  ├── Cert_5_6_05_NetworkDataRegisterAfterAttachRouter.py
│  │  │  │  │  │  ├── Cert_5_6_06_NetworkDataExpiration.py
│  │  │  │  │  │  ├── Cert_5_6_09_NetworkDataForwarding.py
│  │  │  │  │  │  ├── Cert_5_7_01_CoapDiagCommands.py
│  │  │  │  │  │  ├── Cert_5_8_04_SecurityPolicyTLV.py
│  │  │  │  │  │  ├── Cert_6_1_02_REEDAttach.py
│  │  │  │  │  │  ├── Cert_6_1_03_RouterAttachConnectivity.py
│  │  │  │  │  │  ├── Cert_6_1_04_REEDAttachConnectivity.py
│  │  │  │  │  │  ├── Cert_6_1_05_REEDAttachConnectivity.py
│  │  │  │  │  │  ├── Cert_6_1_07_RouterAttachLinkQuality.py
│  │  │  │  │  │  ├── Cert_6_2_02_NewPartition.py
│  │  │  │  │  │  ├── Cert_6_3_02_NetworkDataUpdate.py
│  │  │  │  │  │  ├── Cert_6_5_01_ChildResetReattach.py
│  │  │  │  │  │  ├── Cert_6_5_02_ChildResetReattach.py
│  │  │  │  │  │  ├── Cert_6_5_03_ChildResetSynchronize.py
│  │  │  │  │  │  ├── Cert_7_1_01_BorderRouterAsLeader.py
│  │  │  │  │  │  ├── Cert_7_1_02_BorderRouterAsRouter.py
│  │  │  │  │  │  ├── Cert_7_1_03_BorderRouterAsLeader.py
│  │  │  │  │  │  ├── Cert_7_1_04_BorderRouterAsRouter.py
│  │  │  │  │  │  ├── Cert_7_1_05_BorderRouterAsRouter.py
│  │  │  │  │  │  ├── Cert_7_1_06_BorderRouterAsLeader.py
│  │  │  │  │  │  ├── Cert_7_1_07_BorderRouterAsLeader.py
│  │  │  │  │  │  ├── Cert_8_1_02_Commissioning.py
│  │  │  │  │  │  ├── Cert_8_1_06_Commissioning.py
│  │  │  │  │  │  ├── Cert_8_2_01_JoinerRouter.py
│  │  │  │  │  │  ├── Cert_8_2_02_JoinerRouter.py
│  │  │  │  │  │  ├── Cert_8_2_05_JoinerRouter.py
│  │  │  │  │  │  ├── Cert_8_3_01_CommissionerPetition.py
│  │  │  │  │  │  ├── Cert_9_2_01_MGMTCommissionerGet.py
│  │  │  │  │  │  ├── Cert_9_2_02_MGMTCommissionerSet.py
│  │  │  │  │  │  ├── Cert_9_2_03_ActiveDatasetGet.py
│  │  │  │  │  │  ├── Cert_9_2_07_DelayTimer.py
│  │  │  │  │  │  ├── Cert_9_2_08_PersistentDatasets.py
│  │  │  │  │  │  ├── Cert_9_2_12_Announce.py
│  │  │  │  │  │  ├── Cert_9_2_13_EnergyScan.py
│  │  │  │  │  │  ├── Cert_9_2_15_PendingPartition.py
│  │  │  │  │  │  ├── Cert_9_2_16_ActivePendingPartition.py
│  │  │  │  │  │  ├── Cert_9_2_17_Orphan.py
│  │  │  │  │  │  ├── Cert_9_2_18_RollBackActiveTimestamp.py
│  │  │  │  │  │  ├── Cert_9_2_19_PendingDatasetGet.py
│  │  │  │  │  │  ├── border_router
│  │  │  │  │  │  │  ├── nat64
│  │  │  │  │  │  │  │  │ test_upstream_dns.py
│  │  │  │  │  │  │  ├── test_advertising_proxy.py
│  │  │  │  │  │  │  ├── test_dnssd_server.py
│  │  │  │  │  │  │  ├── test_dnssd_server_multi_border_routers.py
│  │  │  │  │  │  │  ├── test_ephemeral_key_counters.py
│  │  │  │  │  │  │  ├── test_firewall.py
│  │  │  │  │  │  │  ├── test_multi_ail.py
│  │  │  │  │  │  │  │ test_publish_meshcop_service.py
│  │  │  │  │  │  ├── command.py
│  │  │  │  │  │  ├── config.py
│  │  │  │  │  │  ├── node.py
│  │  │  │  │  │  ├── pktverify
│  │  │  │  │  │  │  ├── packet_filter.py
│  │  │  │  │  │  │  │ packet_verifier.py
│  │  │  │  │  │  ├── run_cert_suite.py
│  │  │  │  │  │  ├── test_crypto.py
│  │  │  │  │  │  ├── test_dnssd_name_with_special_chars.py
│  │  │  │  │  │  ├── test_srp_auto_host_address.py
│  │  │  │  │  │  ├── test_srp_client_remove_host.py
│  │  │  │  │  │  ├── test_srp_client_save_server_info.py
│  │  │  │  │  │  ├── test_srp_lease.py
│  │  │  │  │  │  ├── test_srp_many_services_mtu_check.py
│  │  │  │  │  │  ├── test_srp_register_services_diff_lease.py
│  │  │  │  │  │  ├── test_srp_server_anycast_mode.py
│  │  │  │  │  │  ├── test_srp_server_reboot_port.py
│  │  │  │  │  │  ├── test_srp_sub_type.py
│  │  │  │  │  │  ├── test_srp_ttl.py
│  │  │  │  │  │  ├── thread_cert.py
│  │  │  │  │  │  ├── v1_2_LowPower_7_1_01_SingleProbeLinkMetricsWithEnhancedAcks.py
│  │  │  │  │  │  ├── v1_2_LowPower_7_1_02_SingleProbeLinkMetricsWithoutEnhancedAck.py
│  │  │  │  │  │  ├── v1_2_LowPower_7_2_01_ForwardTrackingSeries.py
│  │  │  │  │  │  ├── v1_2_LowPower_test_forward_tracking_series.py
│  │  │  │  │  │  │ v1_2_test_single_probe.py
│  │  │  │  ├── toranj
│  │  │  │  │  ├── cli
│  │  │  │  │  │  ├── cli.py
│  │  │  │  │  │  ├── test-023-mesh-diag.py
│  │  │  │  │  │  ├── test-031-service-aloc-route-lookup.py
│  │  │  │  │  │  ├── test-032-leader-take-over.py
│  │  │  │  │  │  ├── test-400-srp-client-server.py
│  │  │  │  │  │  ├── test-500-two-brs-two-networks.py
│  │  │  │  │  │  ├── test-501-multi-br-failure-recovery.py
│  │  │  │  │  │  ├── test-502-multi-br-leader-failure-recovery.py
│  │  │  │  │  │  ├── test-503-peer-tbr-discovery.py
│  │  │  │  │  │  │ test-504-br-icmp-unreach-err.py
│  │  │  │  │  ├── openthread-core-toranj-config-posix.h
│  │  │  │  │  ├── openthread-core-toranj-config.h
│  │  │  │  │  │ start.sh
│  │  │  │  ├── unit
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── test_dns_client.cpp
│  │  │  │  │  ├── test_dnssd_discovery_proxy.cpp
│  │  │  │  │  ├── test_lowpan.cpp
│  │  │  │  │  ├── test_mac_frame.cpp
│  │  │  │  │  ├── test_network_data.cpp
│  │  │  │  │  ├── test_offset_range.cpp
│  │  │  │  │  ├── test_power_calibration.cpp
│  │  │  │  │  ├── test_routing_manager.cpp
│  │  │  │  │  ├── test_srp_adv_proxy.cpp
│  │  │  │  │  ├── test_srp_server.cpp
│  │  │  │  │  │ test_tlv.cpp
│  │  │  ├── tools
│  │  │  │  ├── cp-caps
│  │  │  │  │  ├── README.md
│  │  │  │  │  ├── rcp_caps_test.py
│  │  │  │  │  │ requirements.txt
│  │  │  │  ├── otci
│  │  │  │  │  ├── otci
│  │  │  │  │  │  ├── command_handlers.py
│  │  │  │  │  │  │ otci.py
│  │  │  │  ├── tcat_ble_client
│  │  │  │  │  ├── bbtc.py
│  │  │  │  │  ├── ble
│  │  │  │  │  │  ├── ble_stream.py
│  │  │  │  │  │  ├── ble_stream_secure.py
│  │  │  │  │  │  │ udp_stream.py
│  │  │  │  │  ├── cli
│  │  │  │  │  │  ├── base_commands.py
│  │  │  │  │  │  ├── cli.py
│  │  │  │  │  │  │ command.py
│  │  │  │  │  ├── tlv
│  │  │  │  │  │  ├── tcat_tlv.py
│  │  │  │  │  │  │ tlv.py
west.yml
zephyr
│  ├── include
│  │  ├── zephyr
│  │  │  ├── net
│  │  │  │  │ socket_ncs.h
│  ├── modules
│  │  ├── openthread
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.features
│  │  │  ├── Kconfig.thread
│  │  │  ├── platform
│  │  │  │  │ openthread-core-zephyr-config.h
│  │ west.yml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread
    • ◻️ test-low-level
    • ◻️ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nfc
    • 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-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • test-sdk-audio
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

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 Publishing GitHub Action.

@anhmolt anhmolt requested a review from a team September 24, 2024 13:12
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2043 branch from afae045 to 87c6bbe Compare September 25, 2024 08:14
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2043 branch from 87c6bbe to 9062364 Compare September 26, 2024 12:38
@anhmolt anhmolt force-pushed the auto-manifest-sdk-zephyr-2043 branch 2 times, most recently from 14d04f6 to b462748 Compare September 27, 2024 10:32
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2043 branch from b462748 to 40c355c Compare September 27, 2024 10:32
@anhmolt anhmolt force-pushed the auto-manifest-sdk-zephyr-2043 branch from 40c355c to e07dc16 Compare September 27, 2024 14:17
@anhmolt anhmolt force-pushed the auto-manifest-sdk-zephyr-2043 branch from e07dc16 to 2b6a2e8 Compare September 30, 2024 14:35
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2043 branch from 2b6a2e8 to 93377d5 Compare October 1, 2024 07:17
@NordicBuilder NordicBuilder removed the DNM label Oct 1, 2024
@rlubos rlubos merged commit 858a047 into nrfconnect:main Oct 1, 2024
13 of 14 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