Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner October 11, 2024 10:27
@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 Oct 11, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 11, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@6b4c840 nrfconnect/sdk-zephyr@e46d2e6 (main) nrfconnect/[email protected]

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 11, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 0dce0231bacc192cefaec8b52875d0537fe756e8
hostap: PR head: 9896a2ea803ec62e0998c0e569f12af88537d647
zephyr: PR head: e46d2e6eb6befc4f3ac9b267c2188fa62a7ea61b

more details

sdk-nrf:

PR head: 0dce0231bacc192cefaec8b52875d0537fe756e8
merge base: 678514e395cf54968863bdbe878aa1314856c69b
target head (main): 678514e395cf54968863bdbe878aa1314856c69b
Diff

hostap:

PR head: 9896a2ea803ec62e0998c0e569f12af88537d647
merge base: cbae0170437dbe196d436b2b53d7aefb97044b0c
Diff

zephyr:

PR head: e46d2e6eb6befc4f3ac9b267c2188fa62a7ea61b
merge base: 6b4c8404d24374b63546044c2e5752678ede1441
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 (185)
modules
│  ├── lib
│  │  ├── hostap
│  │  │  ├── hostapd
│  │  │  │  │ sae_pk_gen.c
│  │  │  ├── hs20
│  │  │  │  ├── client
│  │  │  │  │  ├── est.c
│  │  │  │  │  │ osu_client.c
│  │  │  │  ├── server
│  │  │  │  │  │ spp_server.c
│  │  │  ├── src
│  │  │  │  ├── common
│  │  │  │  │  ├── dpp.c
│  │  │  │  │  ├── dpp_crypto.c
│  │  │  │  │  │ sae_pk.c
│  │  │  │  ├── crypto
│  │  │  │  │  ├── crypto_mbedtls_alt.c
│  │  │  │  │  │ tls_mbedtls_alt.c
│  │  │  │  ├── drivers
│  │  │  │  │  ├── driver_zephyr.c
│  │  │  │  │  │ driver_zephyr.h
│  │  │  │  ├── eap_peer
│  │  │  │  │  │ tncc.c
│  │  │  │  ├── eap_server
│  │  │  │  │  │ tncs.c
│  │  │  │  ├── tls
│  │  │  │  │  │ tlsv1_cred.c
│  │  │  │  ├── utils
│  │  │  │  │  ├── base64.c
│  │  │  │  │  ├── base64.h
│  │  │  │  │  ├── json.c
│  │  │  │  │  ├── utils_module_tests.c
│  │  │  │  │  │ xml_libxml2.c
│  │  │  │  ├── wps
│  │  │  │  │  ├── upnp_xml.c
│  │  │  │  │  ├── wps_er.c
│  │  │  │  │  ├── wps_registrar.c
│  │  │  │  │  ├── wps_upnp.c
│  │  │  │  │  │ wps_upnp_web.c
│  │  │  ├── tests
│  │  │  │  ├── hwsim
│  │  │  │  │  ├── test_ap_wps.py
│  │  │  │  │  │ test_tnc.py
│  │  │  │  │ test-base64.c
│  │  │  ├── wpa_supplicant
│  │  │  │  ├── config_file.c
│  │  │  │  ├── dpp_supplicant.c
│  │  │  │  ├── eapol_test.c
│  │  │  │  │ hs20_supplicant.c
west.yml
zephyr
│  ├── .github
│  │  ├── workflows
│  │  │  │ commit-tags.yml
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54l20pdk
│  │  │  │  │ nrf54l20_cpuapp_common.dtsi
│  ├── cmake
│  │  ├── linker_script
│  │  │  ├── common
│  │  │  │  ├── common-ram.cmake
│  │  │  │  │ common-rom.cmake
│  ├── drivers
│  │  ├── flash
│  │  │  │ nrf_qspi_nor.c
│  │  ├── mbox
│  │  │  │ mbox_nrf_vevif_task_rx.c
│  ├── dts
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54l20.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── logging
│  │  │  │  │ log_output.h
│  │  │  ├── net
│  │  │  │  ├── mld.h
│  │  │  │  │ net_if.h
│  ├── samples
│  │  ├── basic
│  │  │  ├── blinky
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_egpio.overlay
│  │  ├── net
│  │  │  ├── common
│  │  │  │  ├── common.cmake
│  │  │  │  ├── net_sample_common.c
│  │  │  │  │ net_sample_common.h
│  │  │  ├── dhcpv4_client
│  │  │  │  │ overlay-nrf700x.conf
│  │  │  ├── dns_resolve
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── gptp
│  │  │  │  ├── boards
│  │  │  │  │  │ native_posix.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── ipv4_autoconf
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── lldp
│  │  │  │  │ sample.yaml
│  │  │  ├── lwm2m_client
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  ├── src
│  │  │  │  │  │ lwm2m-client.c
│  │  │  ├── mdns_responder
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mqtt_publisher
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mqtt_sn_publisher
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │ overlay-nrf700x.conf
│  │  │  ├── sockets
│  │  │  │  ├── coap_client
│  │  │  │  │  │ overlay-nrf700x.conf
│  │  │  │  ├── coap_server
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── echo
│  │  │  │  │  │ overlay-nrf700x.conf
│  │  │  │  ├── echo_async
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ socket_echo.c
│  │  │  │  ├── echo_client
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  ├── tcp.c
│  │  │  │  │  │  │ udp.c
│  │  │  │  ├── echo_server
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │ overlay-nrf700x.conf
│  │  │  │  ├── http_get
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ http_get.c
│  │  │  │  ├── sntp_client
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── syslog_net
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── telnet
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── overlay-nrf700x.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ telnet.c
│  ├── scripts
│  │  ├── logging
│  │  │  ├── dictionary
│  │  │  │  ├── log_parser.py
│  │  │  │  ├── log_parser_uart.py
│  │  │  │  │ parserlib.py
│  ├── snippets
│  │  ├── wifi-ipv4
│  │  │  ├── README.rst
│  │  │  ├── snippet.yml
│  │  │  │ wifi-ipv4.conf
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  │ id.c
│  │  ├── debug
│  │  │  │ mipi_stp_decoder.c
│  │  ├── logging
│  │  │  ├── Kconfig.template.log_format_config
│  │  │  ├── backends
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.adsp
│  │  │  │  ├── Kconfig.adsp_mtrace
│  │  │  │  ├── Kconfig.ble
│  │  │  │  ├── Kconfig.efi_console
│  │  │  │  ├── Kconfig.fs
│  │  │  │  ├── Kconfig.native_posix
│  │  │  │  ├── Kconfig.net
│  │  │  │  ├── Kconfig.rtt
│  │  │  │  ├── Kconfig.semihost
│  │  │  │  ├── Kconfig.spinel
│  │  │  │  ├── Kconfig.swo
│  │  │  │  ├── Kconfig.uart
│  │  │  │  ├── Kconfig.xtensa_sim
│  │  │  │  ├── log_backend_net.c
│  │  │  │  │ log_backend_semihost.c
│  │  │  ├── log_output.c
│  │  │  │ log_output_dict.c
│  │  ├── net
│  │  │  ├── conn_mgr
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── ip
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.ipv4
│  │  │  │  ├── ipv6.h
│  │  │  │  ├── ipv6_mld.c
│  │  │  │  ├── net_context.c
│  │  │  │  ├── net_core.c
│  │  │  │  ├── net_if.c
│  │  │  │  ├── net_private.h
│  │  │  │  │ utils.c
│  │  │  ├── l2
│  │  │  │  ├── wifi
│  │  │  │  │  │ CMakeLists.txt
│  │  │  ├── lib
│  │  │  │  ├── dns
│  │  │  │  │  ├── dispatcher.c
│  │  │  │  │  ├── llmnr_responder.c
│  │  │  │  │  │ mdns_responder.c
│  │  │  │  ├── shell
│  │  │  │  │  ├── iface.c
│  │  │  │  │  ├── ipv4.c
│  │  │  │  │  │ ipv6.c
│  │  │  │  ├── sockets
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── sockets.c
│  │  │  │  │  │ sockets_inet.c
│  │  │  │  ├── zperf
│  │  │  │  │  │ zperf_udp_receiver.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── id
│  │  │  │  │  ├── bt_id_set_scan_own_addr
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ test_suite_invalid_inputs.c
│  │  ├── misc
│  │  │  ├── iterable_sections
│  │  │  │  │ CMakeLists.txt
│  │  ├── net
│  │  │  ├── ipv6
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── lib
│  │  │  │  ├── http_server
│  │  │  │  │  ├── common
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  ├── core
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  ├── crime
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  ├── tls
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  ├── mld
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── offloaded_netdev
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │ west.yml

Outputs:

Toolchain

Version: 3dd8985b56
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:3dd8985b56_81ed5a52d6

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1706
    • sdk-zephyr test count: 7511
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ❌ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-fw-nrfconnect-nrf-iot_positioning
    • ✅ test-sdk-sidewalk
    • ✅ test-sdk-wifi
    • ✅ test-low-level
    • ✅ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • 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-mcuboot
    • test-sdk-pmic-samples
    • 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.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2096 branch from 2c0b9d6 to d8b8d24 Compare October 11, 2024 12:14
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2096 branch from d8b8d24 to 0ecaee8 Compare October 16, 2024 14:49
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2096 branch from 0ecaee8 to 0dce023 Compare October 16, 2024 14:53
@NordicBuilder NordicBuilder removed the DNM label Oct 16, 2024
@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.

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 Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants