Skip to content

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners April 10, 2025 12:56
@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 Apr 10, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Apr 10, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@eb778e8 nrfconnect/sdk-zephyr@c9a539d (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 Apr 10, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 2a88981b863423f5606c46d4feb49b25d046e259
zephyr: PR head: c9a539dac2900d053e57d80c6f381f1b6e46dbd6

more details

sdk-nrf:

PR head: 2a88981b863423f5606c46d4feb49b25d046e259
merge base: ccc6ea882bd8da4212bf16c55cf954aef92f5b71
target head (main): 0abbf6e7ad7a8de6dbc83227a735ac63144ce6f4
Diff

zephyr:

PR head: c9a539dac2900d053e57d80c6f381f1b6e46dbd6
merge base: eb778e882c293b37176a316361e87c08b8386d93
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 (57)
west.yml
zephyr
│  ├── boards
│  │  ├── microchip
│  │  │  ├── mec15xxevb_assy6853
│  │  │  │  │ mec15xxevb_assy6853.dts
│  │  ├── qemu
│  │  │  ├── x86
│  │  │  │  │ qemu_x86_atom_nommu_defconfig
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── networking
│  │  │  │  ├── api
│  │  │  │  │  ├── sockets.rst
│  │  │  │  │  │ wifi.rst
│  │  ├── kernel
│  │  │  ├── services
│  │  │  │  ├── scheduling
│  │  │  │  │  │ index.rst
│  │  │  │  ├── smp
│  │  │  │  │  │ smp.rst
│  │  ├── releases
│  │  │  ├── migration-guide-4.2.rst
│  │  │  │ release-notes-4.2.rst
│  ├── drivers
│  │  ├── flash
│  │  │  ├── flash_mspi_nor.c
│  │  │  ├── flash_mspi_nor.h
│  │  │  │ flash_mspi_nor_quirks.h
│  │  ├── wifi
│  │  │  ├── eswifi
│  │  │  │  │ eswifi_socket_offload.c
│  │  │  ├── nrf_wifi
│  │  │  │  │ Kconfig.nrfwifi
│  │  │  ├── simplelink
│  │  │  │  │ simplelink_sockets.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── microchip
│  │  │  │  │ mec1501hsz.dtsi
│  │  ├── bindings
│  │  │  ├── spi
│  │  │  │  │ microchip,xec-qmspi.yaml
│  ├── include
│  │  ├── zephyr
│  │  │  ├── kernel_structs.h
│  │  │  ├── net
│  │  │  │  │ tls_credentials.h
│  ├── kernel
│  │  ├── Kconfig
│  │  ├── include
│  │  │  │ priority_q.h
│  ├── modules
│  │  ├── thrift
│  │  │  ├── src
│  │  │  │  ├── thrift
│  │  │  │  │  ├── transport
│  │  │  │  │  │  │ TSSLSocket.cpp
│  ├── samples
│  │  ├── basic
│  │  │  ├── minimal
│  │  │  │  │ mt.conf
│  │  ├── drivers
│  │  │  ├── espi
│  │  │  │  ├── boards
│  │  │  │  │  ├── mec1501modular_assy6885.overlay
│  │  │  │  │  │ mec15xxevb_assy6853.overlay
│  │  ├── net
│  │  │  ├── prometheus
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── sockets
│  │  │  │  ├── dumb_http_server_mt
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── echo_server
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ echo-server.c
│  │  │  │  ├── http_server
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── wifi
│  │  │  │  ├── test_certs
│  │  │  │  │  ├── install_certs.py
│  │  │  │  │  │ install_certs.sh
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── updatehub
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  ├── soc
│  │  ├── espressif
│  │  │  ├── esp32
│  │  │  │  │ Kconfig.defconfig
│  ├── subsys
│  │  ├── net
│  │  │  ├── l2
│  │  │  │  ├── wifi
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ wifi_shell.c
│  │  │  ├── lib
│  │  │  │  ├── lwm2m
│  │  │  │  │  │ lwm2m_engine.c
│  │  │  │  ├── sockets
│  │  │  │  │  │ sockets_tls.c
│  │  │  │  ├── tls_credentials
│  │  │  │  │  ├── Kconfig.shell
│  │  │  │  │  │ tls_credentials_shell.c
│  ├── tests
│  │  ├── benchmarks
│  │  │  ├── sched
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── sched_queues
│  │  │  │  ├── README.rst
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── wait_queues
│  │  │  │  ├── README.rst
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  ├── boards
│  │  │  ├── mec15xxevb_assy6853
│  │  │  │  ├── qspi
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ mec15xxevb_assy6853.overlay
│  │  ├── kernel
│  │  │  ├── sched
│  │  │  │  ├── deadline
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── schedule_api
│  │  │  │  │  ├── prj_simple.conf
│  │  │  │  │  │ testcase.yaml
│  │  ├── lib
│  │  │  ├── p4workq
│  │  │  │  │ prj.conf
│  │  ├── net
│  │  │  ├── lib
│  │  │  │  ├── http_server
│  │  │  │  │  ├── tls
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  ├── lwm2m
│  │  │  │  │  ├── lwm2m_engine
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  ├── tls_credentials
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── socket
│  │  │  │  ├── tls_ext
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── wifi
│  │  │  │  ├── configs
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 7cbc0036f4
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:7cbc0036f4_8bf7ca4353

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 871
    • sdk-zephyr test count: 2715
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ 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-wifi
    • ❌ 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-nrf-iot_libmodem-nrf
    • 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-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

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

Copy link

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2745 branch 2 times, most recently from a458458 to 6e589ca Compare April 11, 2025 07:45
@tomchy tomchy added this to the 3.0.0 milestone Apr 11, 2025
@tomchy tomchy added bugfix Fixes a known bug backport v3.0-branch labels Apr 11, 2025
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2745 branch 2 times, most recently from 217fa2b to 5877475 Compare April 11, 2025 12:09
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@nordicjm
Copy link
Contributor

No backport label for manifest update, they must be manually made to v3.0-branch

@tomchy
Copy link
Contributor

tomchy commented Apr 16, 2025

Replaced by: #21734

@tomchy tomchy closed this Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fixes a known bug 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.

3 participants