Skip to content

Conversation

@nordic-segl
Copy link
Contributor

Extend power consumption tests with configuration that uses SPI driver on PPR core.

@NordicBuilder NordicBuilder added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 27, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 27, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 506d434fbd7e9a32091a3bb1980898ac7e16cbfd

more details

sdk-nrf:

PR head: 506d434fbd7e9a32091a3bb1980898ac7e16cbfd
merge base: af968a64c46189e5edd72d3fc22f437baac984c0
target head (main): 6016d5c6d0511178e1d28af5254c8fd76905fc04
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 (11)
tests
│  ├── benchmarks
│  │  ├── multicore
│  │  │  ├── idle_spim
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr.conf
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  ├── sysbuild
│  │  │  │  │  ├── vpr_launcher
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: cfa6b06338
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:cfa6b06338_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 4
  • ✅ Integration tests
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • 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-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

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

@nordic-segl nordic-segl force-pushed the NRFX-8410_Run-idle_spi-on-H20-PPR branch 2 times, most recently from fb69c73 to a8ad3b2 Compare October 27, 2025 11:37
@github-actions
Copy link

You can find the documentation preview for this PR here.

@nordic-segl nordic-segl force-pushed the NRFX-8410_Run-idle_spi-on-H20-PPR branch from a8ad3b2 to d35ffd0 Compare October 27, 2025 12:46
Extend power consumption tests with configuration that
uses SPI driver on PPR core.

Signed-off-by: Sebastian Głąb <[email protected]>
@nordic-segl nordic-segl force-pushed the NRFX-8410_Run-idle_spi-on-H20-PPR branch from d35ffd0 to 506d434 Compare October 27, 2025 13:29
@nordic-segl nordic-segl marked this pull request as ready for review October 27, 2025 13:40
@nordic-segl nordic-segl requested review from a team as code owners October 27, 2025 13:40
@nordic-segl
Copy link
Contributor Author

Works in CI

14:34:35  INFO    - 1/3 [email protected]/nrf54h20/cpuppr benchmarks.multicore.idle_spim.nrf54h20dk_cpuppr.s2ram PASSED (device: 001051180995, 18.132s <zephyr>)
14:34:35  INFO    -                                    benchmarks.multicore.idle_spim.nrf54h20dk_cpuppr.s2ram.test_measure_and_data_dump_power_consumption_spim_ppr PASSED
14:35:09  INFO    - 2/3 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim.nrf54h20dk_cpuapp_cpurad.s2ram.mcuboot PASSED (device: 001051180995, 38.288s <zephyr>)
14:35:09  INFO    -                                    benchmarks.multicore.idle_spim.nrf54h20dk_cpuapp_cpurad.s2ram.mcuboot.test_measure_and_data_dump_power_consumption_spim PASSED
14:36:05  INFO    - 3/3 [email protected]/nrf54h20/cpuapp benchmarks.multicore.idle_spim.nrf54h20dk_cpuapp_cpurad.s2ram PASSED (device: 001051180995, 37.705s <zephyr>)
14:36:05  INFO    -                                    benchmarks.multicore.idle_spim.nrf54h20dk_cpuapp_cpurad.s2ram.test_measure_and_data_dump_power_consumption_spim PASSED

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants