Skip to content

Conversation

@mib1-nordic
Copy link
Contributor

@mib1-nordic mib1-nordic commented Nov 5, 2025

Testing.

test-sdk-nrf: collab-nrfx-4.0

@mib1-nordic mib1-nordic requested review from a team as code owners November 5, 2025 14:26
@mib1-nordic mib1-nordic added the DNM label Nov 5, 2025
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Nov 5, 2025
@NordicBuilder
Copy link
Contributor

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

Name Old Revision New Revision Diff
nrfx https://github.com/nrfconnect/nrfx/commit/438fc5f49a2cfdef455b3f3b273814489ff7a571 (nrfx-4.0-rc1) https://github.com/nrfconnect/nrfx/commit/6c464bfd952620d44c4ac4550760b480047586c2 (4.0-dev) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@a0491b6 (collab-nrfx-4.0) nrfconnect/sdk-zephyr#3472 nrfconnect/sdk-zephyr#3472/files

DNM label due to: 1 project with PR revision

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 5, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 1

Inputs:

Sources:

hal_nordic: PR head: 71b893a8dc18c8137f4be8984434c91944cb7d5b
sdk-nrf: PR head: b1c5c1a2e57da3641d785200447bdade55b55088
zephyr: PR head: 33648fcfd431e52261d69a573061a33c669e9fbf

more details

hal_nordic:

PR head: 71b893a8dc18c8137f4be8984434c91944cb7d5b
merge base: a74256b731c022fbe7576a76b6bb62815ec1f08f
Diff

sdk-nrf:

PR head: b1c5c1a2e57da3641d785200447bdade55b55088
merge base: f2f702e7188299ce64659413e85982cf0cfafdd0
target head (collab-nrfx-4.0): f2f702e7188299ce64659413e85982cf0cfafdd0
Diff

zephyr:

PR head: 33648fcfd431e52261d69a573061a33c669e9fbf
merge base: a0491b6ceaf072ff7fa108ecfeddb7cbc6c3afa7
target head (collab-nrfx-4.0): a0491b6ceaf072ff7fa108ecfeddb7cbc6c3afa7
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 (192)
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── nrfx
│  │  │  │  ├── samples
│  │  │  │  │  ├── CHANGELOG.md
│  │  │  │  │  ├── README.md
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf52833dk_nrf52833_config.h
│  │  │  │  │  │  │  ├── nrf52840dk_nrf52840_config.h
│  │  │  │  │  │  │  ├── nrf52dk_nrf52832_config.h
│  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_config.h
│  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_config.h
│  │  │  │  │  │  │  │ nrf9160dk_nrf9160_config.h
│  │  │  │  │  │  ├── common.cmake
│  │  │  │  │  │  │ nrfx_example.h
│  │  │  │  │  ├── doc
│  │  │  │  │  │  ├── nrfx_examples.doxyfile
│  │  │  │  │  │  │ nrfx_examples_descriptions.dox
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  ├── nrfx_cracen
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_egu
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.conf
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.conf
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.conf
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_gppi
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.conf
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.conf
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.conf
│  │  │  │  │  │  │  ├── fork
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── one_to_one
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_pwm
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  ├── common_mode
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── grouped_mode
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_rng
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_saadc
│  │  │  │  │  │  │  ├── advanced_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── advanced_non_blocking_internal_timer
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.conf
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.conf
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.conf
│  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  ├── saadc_examples_common.c
│  │  │  │  │  │  │  │  │ saadc_examples_common.h
│  │  │  │  │  │  │  ├── maximum_performance
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── simple_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── simple_non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_spim
│  │  │  │  │  │  │  ├── blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  ├── non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_spim_spis
│  │  │  │  │  │  │  ├── advanced_non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_temp
│  │  │  │  │  │  │  ├── blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  ├── non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_timer
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  ├── counter
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── timer
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_twim_twis
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.conf
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.conf
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.conf
│  │  │  │  │  │  │  ├── tx_rx_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── tx_rx_non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── txrx
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── txtx
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_uarte
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.conf
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf9160dk_nrf9160.conf
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── rx_double_buffered
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── tx_rx_non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  ├── hal_nordic
│  │  │ CMakeLists.txt
scripts
│  │ quarantine_zephyr.yaml
west.yml
zephyr
│  │ west.yml

Outputs:

Toolchain

Version: 2b2cd9579a
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:2b2cd9579a_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 484
    • sdk-zephyr test count: 502
  • ❌ Integration tests
    • ❌ test-low-level
Disabled integration tests
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-rpc
    • test-sdk-wifi

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

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-nrfx manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants