Skip to content

Conversation

@tomchy
Copy link
Contributor

@tomchy tomchy commented Apr 4, 2025

Align overlays inside tests with the reverted RAM memory map.

Ref: NCSDK-32650

@tomchy tomchy requested review from a team and adamkondraciuk as code owners April 4, 2025 09:35
@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 4, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 4, 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@a4c30ef nrfconnect/[email protected]

All manifest checks OK

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

@tomchy tomchy changed the title tests: Align with memory ranges revert tests: Align with reverted memory ranges Apr 4, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 4, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: a780aec5566d1206f6e0cc589cbb0f7bde8f0cc4
zephyr: PR head: a4c30ef0bda4bfe77e61f5db4b7f53df8f414301

more details

sdk-nrf:

PR head: a780aec5566d1206f6e0cc589cbb0f7bde8f0cc4
merge base: 4177fe2e5b97ea38b435c27fc811a41501786fc8
target head (main): f4c0cc0f5dd647889655c9feb7123800ee01974c
Diff

zephyr:

PR head: a4c30ef0bda4bfe77e61f5db4b7f53df8f414301
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 (25)
tests
│  ├── benchmarks
│  │  ├── multicore
│  │  │  ├── idle
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_ram_high_usage.overlay
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_ram_low_usage.overlay
│  │  │  │  ├── remote
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
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
│  │  │  ├── nrf7002dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── support
│  │  │  │  │  │ nrf7002dk_spi_nrfutil_config.json
│  │  │  ├── thingy53
│  │  │  │  ├── board.cmake
│  │  │  │  ├── support
│  │  │  │  │  │ thingy53_qspi_nrfutil_config.json
│  ├── drivers
│  │  ├── timer
│  │  │  ├── nrf_grtc_timer.c
│  │  │  │ nrf_rtc_timer.c
│  ├── include
│  │  ├── zephyr
│  │  │  │ sys_clock.h
│  ├── kernel
│  │  ├── nothread.c
│  │  ├── sched.c
│  │  ├── timeout.c
│  │  │ timer.c
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54h
│  │  │  │  │ Kconfig.defconfig
│  ├── 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 - Skipped: Skipping Build & Test as it succeeded in a previous run: 8
  • ✅ Integration tests
    • ✅ test-sdk-audio - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-chip - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nfc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_cloud - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_crypto - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rs - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-fem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-tfm - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-thread - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-find-my - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-low-level - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-dfu - Skipped: Job was skipped as it succeeded in a previous run
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_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-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 4, 2025

You can find the documentation preview for this PR here.

@tomchy tomchy force-pushed the bugfix/nrf54/NCSDK-32650_Revert_incompatible_memory_changes branch 3 times, most recently from da92820 to 7348697 Compare April 4, 2025 12:58
@tomchy tomchy added this to the 3.0.0 milestone Apr 4, 2025
@tomchy tomchy added bugfix Fixes a known bug backport v3.0-branch labels Apr 4, 2025
@tomchy tomchy force-pushed the bugfix/nrf54/NCSDK-32650_Revert_incompatible_memory_changes branch from 7348697 to 518228c Compare April 7, 2025 09:38
@NordicBuilder NordicBuilder removed the DNM label Apr 7, 2025
@tomchy tomchy force-pushed the bugfix/nrf54/NCSDK-32650_Revert_incompatible_memory_changes branch from 518228c to b71800d Compare April 8, 2025 07:18
Align overlays inside tests with the reverted RAM memory map.

Ref: NCSDK-32650

Signed-off-by: Tomasz Chyrowicz <[email protected]>
@tomchy tomchy force-pushed the bugfix/nrf54/NCSDK-32650_Revert_incompatible_memory_changes branch from b71800d to a780aec Compare April 8, 2025 09:25
@nordic-piks nordic-piks merged commit 05bd917 into nrfconnect:main Apr 9, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v3.0-branch bugfix Fixes a known bug 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.

6 participants