Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Mar 14, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@e6ab653 nrfconnect/sdk-zephyr@e48bca4 (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 Mar 14, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 92318c4e7088f73594a7ee03711f245440270f53
zephyr: PR head: e48bca44dd596dc66d71378e97bf5ceff2c483d0

more details

sdk-nrf:

PR head: 92318c4e7088f73594a7ee03711f245440270f53
merge base: 317e1ba9eda2d9acf4dfa5ca586aae6934506233
target head (main): 3e3833021260fe6c6159af66f2fb1853688ba672
Diff

zephyr:

PR head: e48bca44dd596dc66d71378e97bf5ceff2c483d0
merge base: e6ab653d822c1e8a12859b887c8f0d4dfb163e99
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 (40)
tests
│  ├── drivers
│  │  ├── audio
│  │  │  ├── pdm_loopback
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_audiopll_44k1.overlay
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_audiopll_48k.overlay
│  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp_aclk.overlay
│  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  │ nrf54h20dk_nrf54h20-common.dtsi
│  │  │  ├── nrf54l15dk
│  │  │  │  │ nrf54l15dk_common.dtsi
│  ├── drivers
│  │  ├── audio
│  │  │  │ dmic_nrfx_pdm.c
│  │  ├── wifi
│  │  │  ├── nrf_wifi
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.nrfwifi
│  │  │  │  ├── inc
│  │  │  │  │  ├── fmac_main.h
│  │  │  │  │  │ net_if.h
│  │  │  │  ├── off_raw_tx
│  │  │  │  │  ├── inc
│  │  │  │  │  │  │ off_raw_tx.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ off_raw_tx_api.c
│  │  │  │  ├── src
│  │  │  │  │  ├── coex.c
│  │  │  │  │  ├── debug_shell.c
│  │  │  │  │  ├── fmac_main.c
│  │  │  │  │  ├── net_if.c
│  │  │  │  │  ├── shell.c
│  │  │  │  │  ├── wifi_mgmt.c
│  │  │  │  │  ├── wifi_mgmt_scan.c
│  │  │  │  │  ├── wifi_util.c
│  │  │  │  │  ├── wifi_util.h
│  │  │  │  │  │ wpa_supp_if.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── clock
│  │  │  │  │ nordic,nrf-aclk.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54l20.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── wifi
│  │  │  │  │  ├── nrf_wifi
│  │  │  │  │  │  ├── off_raw_tx
│  │  │  │  │  │  │  │ off_raw_tx_api.h
│  │  │  ├── net
│  │  │  │  │ ethernet.h
│  ├── modules
│  │  ├── nrf_wifi
│  │  │  ├── bus
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ qspi_if.c
│  │  │  ├── os
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── shim.c
│  │  │  │  │ shim.h
│  ├── samples
│  │  ├── net
│  │  │  ├── zperf
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.conf
│  ├── subsys
│  │  ├── net
│  │  │  ├── l2
│  │  │  │  ├── ethernet
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ ethernet.c
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── nrf70
│  │  │  │  │  ├── bustest
│  │  │  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_fast_spis.overlay
│  │  │  ├── wifi
│  │  │  │  ├── nrf_wifi
│  │  │  │  │  │ testcase.yaml
│  │ west.yml

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: 979
    • sdk-zephyr test count: 1429
  • ❌ Integration tests
    • ❌ 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-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_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • 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-audio
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

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

@mstasiaknordic mstasiaknordic requested a review from a team as a code owner March 14, 2025 14:23
@mstasiaknordic mstasiaknordic force-pushed the auto-manifest-sdk-zephyr-2623 branch from 3f90ba6 to f486a1c Compare March 14, 2025 14:27
@sonarqubecloud
Copy link

@github-actions
Copy link

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2623 branch from f486a1c to ac15a14 Compare April 2, 2025 09:03
@mstasiaknordic mstasiaknordic force-pushed the auto-manifest-sdk-zephyr-2623 branch from fe69206 to 0361287 Compare April 2, 2025 10:02
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2623 branch from 0361287 to e04f39b Compare April 2, 2025 10:56
@mstasiaknordic mstasiaknordic added this to the 3.0.0 milestone Apr 2, 2025
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2623 branch 3 times, most recently from af2b27d to 4843f26 Compare April 3, 2025 10:28
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2623 branch from 4843f26 to 48b8ed4 Compare April 3, 2025 11:41
NordicBuilder and others added 2 commits April 3, 2025 15:15
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Test frequency of PDM audio clock on nRF54L20.

Signed-off-by: Michał Stasiak <[email protected]>
@mstasiaknordic mstasiaknordic force-pushed the auto-manifest-sdk-zephyr-2623 branch from 48b8ed4 to 689c4a7 Compare April 3, 2025 13:16
@mstasiaknordic
Copy link
Contributor

Please note that failing CI is not related to this PR. Build #9 https://jenkins-ncs.nordicsemi.no/job/latest/job/sdk-nrf/job/PR-20954/9/ failed on uart_pm test, which was a regression after merge of PM related changes.

Test frequency of PDM audio clock on nRF54H20.

Signed-off-by: Michał Stasiak <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2623 branch from 689c4a7 to 92318c4 Compare April 3, 2025 15:04
@mstasiaknordic
Copy link
Contributor

Manifest updated and tests added in separate PR

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