Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners February 12, 2025 16:20
@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 Feb 12, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 12, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@0aa2141 nrfconnect/sdk-zephyr@7b4d2eb 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 Feb 12, 2025

CI Information

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

Inputs:

Sources:

nrf_hw_models: PR head: 73a5d5827a94820be65b7d276d28173ec10bab9f
sdk-nrf: PR head: ed928a012f275183631cee8227dd6e7df0fd3257
zephyr: PR head: 7b4d2ebd1efdb1397cb303638f34597e893d8d8c

more details

nrf_hw_models:

PR head: 73a5d5827a94820be65b7d276d28173ec10bab9f
merge base: 4aac556e50e5150eafc3b35f0f5c2faaef55e739
Diff

sdk-nrf:

PR head: ed928a012f275183631cee8227dd6e7df0fd3257
merge base: 683da1a3a9e4fd675f2d8e84bd81c98c86c658c2
target head (main): 683da1a3a9e4fd675f2d8e84bd81c98c86c658c2
Diff

zephyr:

PR head: 7b4d2ebd1efdb1397cb303638f34597e893d8d8c
merge base: 0aa2141d605f3b39da2b541e2fe4595d58824080
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 (54)
modules
│  ├── bsim_hw_models
│  │  ├── nrf_hw_models
│  │  │  ├── docs
│  │  │  │  │ README_impl_status.md
│  │  │  ├── src
│  │  │  │  ├── HW_models
│  │  │  │  │  ├── NHW_54L_CLOCK.c
│  │  │  │  │  ├── NHW_54_AAR_CCM_ECB.c
│  │  │  │  │  ├── NHW_CLOCK.c
│  │  │  │  │  ├── NHW_RADIO.c
│  │  │  │  │  ├── NHW_UART.c
│  │  │  │  │  ├── NHW_UART_private.h
│  │  │  │  │  │ NHW_config.h
west.yml
zephyr
│  ├── boards
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── doc
│  │  │  │  │  ├── nrf52_bsim.rst
│  │  │  │  │  │ nrf54l15bsim.rst
│  │  │  │  ├── irq_handler.c
│  │  │  │  ├── nrf52_bsim.dts
│  │  │  │  ├── nrf52_bsim_defconfig
│  │  │  │  ├── nrf5340bsim_nrf5340_cpuapp.dts
│  │  │  │  │ nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf54l09pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  │ nrf54l09_cpuapp_common.dtsi
│  │  │  ├── nrf54l20pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  │ nrf54l20_cpuapp_common.dtsi
│  ├── cmake
│  │  ├── reports
│  │  │  │ CMakeLists.txt
│  ├── drivers
│  │  ├── counter
│  │  │  │ counter_nrfx_timer.c
│  │  ├── i2c
│  │  │  ├── i2c_nrfx_twim_rtio.c
│  │  │  │ i2c_nrfx_twis.c
│  │  ├── pwm
│  │  │  │ pwm_nrfx.c
│  ├── dts
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l09.dtsi
│  │  │  │  ├── nrf54l20.dtsi
│  │  │  │  │ nrf54l_05_10_15.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── Kconfig
│  │  │  ├── nrf_802154
│  │  │  │  ├── sl_opensource
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ nrf_802154_clock_zephyr.c
│  │  │  ├── nrfx
│  │  │  │  │ CMakeLists.txt
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── bap_unicast_client
│  │  │  │  ├── src
│  │  │  │  │  │ stream_tx.c
│  │  │  ├── cap_acceptor
│  │  │  │  ├── src
│  │  │  │  │  ├── cap_acceptor_unicast.c
│  │  │  │  │  │ main.c
│  │  │  ├── cap_initiator
│  │  │  │  ├── src
│  │  │  │  │  ├── cap_initiator_unicast.c
│  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── i2c
│  │  │  │  ├── rtio_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ soc_nrf_common.h
│  │  │  ├── nrf54l
│  │  │  │  │ soc.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── i2c
│  │  │  │  ├── i2c_target_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── mspi
│  │  │  │  ├── api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  ├── kernel
│  │  │  ├── timer
│  │  │  │  ├── timer_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │ west.yml

Outputs:

Toolchain

Version: aedb4c0245
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:aedb4c0245_bece0367df

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 2007
    • sdk-zephyr test count: 2345
  • ❌ 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_thingy91
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-sdk-find-my
    • ❌ test-sdk-sidewalk
    • ❌ 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_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • 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-sdk-wifi
    • 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.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2484 branch from 76828ef to 0c22c19 Compare February 14, 2025 16:13
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2484 branch 5 times, most recently from 8d21b3e to 641f05e Compare February 20, 2025 14:01
@github-actions
Copy link

github-actions bot commented Feb 20, 2025

After documentation is built, you will find the preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2484 branch 3 times, most recently from eab6978 to 971770e Compare February 25, 2025 09:42
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2484 branch from 971770e to 7ad8fea Compare February 25, 2025 13:12
@NordicBuilder NordicBuilder removed the DNM label Feb 25, 2025
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@magp-nordic magp-nordic force-pushed the auto-manifest-sdk-zephyr-2484 branch from 7ad8fea to ed928a0 Compare February 25, 2025 16:26
@sonarqubecloud
Copy link

@magp-nordic
Copy link
Contributor

Manifest already updated by other 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.

4 participants