Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Apr 7, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@a4c6476 nrfconnect/sdk-zephyr@06c6605 (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 7, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: df242f68229a49e7c6d4bd0969024361cb3bfff4
zephyr: PR head: 06c6605ca152de466718b0cb3f73ae7bba17e6ff

more details

sdk-nrf:

PR head: df242f68229a49e7c6d4bd0969024361cb3bfff4
merge base: 55a1058915bb921f68ca2960e91ee2bbd5f84dbf
target head (main): 55a1058915bb921f68ca2960e91ee2bbd5f84dbf
Diff

zephyr:

PR head: 06c6605ca152de466718b0cb3f73ae7bba17e6ff
merge base: a4c6476531c1c3054d7ff44b905105aadd47411e
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 (46)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf52840dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── support
│  │  │  │  │  │ nrf52840dk_qspi_nrfutil_config.json
│  │  │  ├── nrf5340dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── support
│  │  │  │  │  │ nrf5340dk_qspi_nrfutil_config.json
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.dts
│  │  │  ├── nrf7002dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── support
│  │  │  │  │  │ nrf7002dk_spi_nrfutil_config.json
│  │  │  ├── nrf9280pdk
│  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.dts
│  │  │  ├── thingy53
│  │  │  │  ├── board.cmake
│  │  │  │  ├── support
│  │  │  │  │  │ thingy53_qspi_nrfutil_config.json
│  ├── drivers
│  │  ├── clock_control
│  │  │  ├── Kconfig.nrf
│  │  │  │ clock_control_nrf.c
│  │  ├── flash
│  │  │  ├── flash_mspi_nor.c
│  │  │  ├── flash_mspi_nor.h
│  │  │  ├── flash_mspi_nor_quirks.h
│  │  │  │ spi_nor.h
│  │  ├── timer
│  │  │  ├── nrf_grtc_timer.c
│  │  │  │ nrf_rtc_timer.c
│  │  ├── usb
│  │  │  ├── udc
│  │  │  │  ├── udc_ambiq.c
│  │  │  │  ├── udc_common.c
│  │  │  │  ├── udc_common.h
│  │  │  │  ├── udc_dwc2.c
│  │  │  │  ├── udc_it82xx2.c
│  │  │  │  ├── udc_kinetis.c
│  │  │  │  ├── udc_mcux_ehci.c
│  │  │  │  ├── udc_mcux_ip3511.c
│  │  │  │  ├── udc_nrf.c
│  │  │  │  ├── udc_numaker.c
│  │  │  │  ├── udc_renesas_ra.c
│  │  │  │  ├── udc_rpi_pico.c
│  │  │  │  ├── udc_skeleton.c
│  │  │  │  ├── udc_smartbond.c
│  │  │  │  ├── udc_stm32.c
│  │  │  │  │ udc_virtual.c
│  ├── include
│  │  ├── zephyr
│  │  │  │ sys_clock.h
│  ├── kernel
│  │  ├── nothread.c
│  │  ├── sched.c
│  │  ├── timeout.c
│  │  │ timer.c
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54h
│  │  │  │  │ Kconfig.defconfig
│  ├── subsys
│  │  ├── net
│  │  │  ├── l2
│  │  │  │  ├── openthread
│  │  │  │  │  │ openthread.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── timer
│  │  │  │  ├── nrf_grtc_timer
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_uart_async.c
│  │  │  │  ├── uart_pm
│  │  │  │  │  │ prj.conf

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: 1581
    • sdk-zephyr test count: 2930
  • ❌ 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_thingy91
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-tfm
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-fw-nrfconnect-nrf-iot_positioning
    • ❌ 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_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • 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

@github-actions
Copy link

github-actions bot commented Apr 7, 2025

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2718 branch from f964fa2 to b766d8d Compare April 7, 2025 14:35
@NordicBuilder NordicBuilder removed the DNM label Apr 7, 2025
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@rlubos rlubos force-pushed the auto-manifest-sdk-zephyr-2718 branch from b766d8d to df242f6 Compare April 8, 2025 07:49
@rlubos
Copy link
Contributor

rlubos commented Apr 10, 2025

Manifest will udpate in #21430

@rlubos rlubos closed this Apr 10, 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. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants