Skip to content

manifest: sdk-zephyr: [nrf noup] soc: nrf54h: work around missing power domain handling#29032

Open
NordicBuilder wants to merge 1 commit into
nrfconnect:mainfrom
NordicBuilder:auto-manifest-sdk-zephyr-4120
Open

manifest: sdk-zephyr: [nrf noup] soc: nrf54h: work around missing power domain handling#29032
NordicBuilder wants to merge 1 commit into
nrfconnect:mainfrom
NordicBuilder:auto-manifest-sdk-zephyr-4120

Conversation

@NordicBuilder
Copy link
Copy Markdown
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners May 27, 2026 09:05
@NordicBuilder
Copy link
Copy Markdown
Contributor Author

NordicBuilder commented May 27, 2026

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@db7fef4 nrfconnect/sdk-zephyr#4120 nrfconnect/sdk-zephyr#4120/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
Copy Markdown
Contributor Author

NordicBuilder commented May 27, 2026

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 3f8df75d5431066e9dd4b22c4158fe370aa0a683
zephyr: PR head: d875166559b4fe99602dcbcc99f06393a3bdf919

more details

sdk-nrf:

PR head: 3f8df75d5431066e9dd4b22c4158fe370aa0a683
merge base: d0925e8a606051b8752a1647597bfe7c7c04bd99
target head (main): d0925e8a606051b8752a1647597bfe7c7c04bd99
Diff

zephyr:

PR head: d875166559b4fe99602dcbcc99f06393a3bdf919
merge base: db7fef406c7cd80a5ca27148407323b5e185a1fc
target head (main): 2091bad8d2809d4a27ff4f1ebfe74c132ee6812a
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 (72)
west.yml
zephyr
│  ├── doc
│  │  ├── develop
│  │  │  ├── test
│  │  │  │  ├── pytest.rst
│  │  │  │  ├── twister.rst
│  │  │  │  ├── twister
│  │  │  │  │  ├── sample_blackbox_test.py
│  │  │  │  │  │ twister_blackbox.rst
│  ├── scripts
│  │  ├── ci
│  │  │  ├── pylintrc
│  │  │  │ test_plan.py
│  │  ├── footprint
│  │  │  │ pack_as_twister.py
│  │  ├── pylib
│  │  │  ├── pytest-twister-harness
│  │  │  │  ├── src
│  │  │  │  │  ├── twister_harness
│  │  │  │  │  │  ├── device
│  │  │  │  │  │  │  ├── device_connection.py
│  │  │  │  │  │  │  │ hardware_adapter.py
│  │  │  │  │  │  ├── fixtures.py
│  │  │  │  │  │  ├── plugin.py
│  │  │  │  │  │  │ twister_harness_config.py
│  │  │  │  ├── tests
│  │  │  │  │  │ twister_harness_config_test.py
│  │  │  ├── twister
│  │  │  │  ├── scl.py
│  │  │  │  ├── twisterlib
│  │  │  │  │  ├── config_parser.py
│  │  │  │  │  ├── constants.py
│  │  │  │  │  ├── error.py
│  │  │  │  │  ├── handlers.py
│  │  │  │  │  ├── hardwaredata.py
│  │  │  │  │  ├── hardwaremap.py
│  │  │  │  │  ├── hardwareutil.py
│  │  │  │  │  ├── harness.py
│  │  │  │  │  ├── runner.py
│  │  │  │  │  ├── testinstance.py
│  │  │  │  │  ├── testplan.py
│  │  │  │  │  ├── testsuite.py
│  │  │  │  │  ├── testsuitedata.py
│  │  │  │  │  │ twister_main.py
│  │  ├── schemas
│  │  │  ├── twister
│  │  │  │  │ testsuite-schema.yaml
│  │  ├── tests
│  │  │  ├── twister
│  │  │  │  ├── conftest.py
│  │  │  │  ├── pytest_integration
│  │  │  │  │  │ test_harness_pytest.py
│  │  │  │  ├── test_handlers.py
│  │  │  │  ├── test_hardwaremap.py
│  │  │  │  ├── test_hardwareutil.py
│  │  │  │  ├── test_harness.py
│  │  │  │  ├── test_runner.py
│  │  │  │  ├── test_testinstance.py
│  │  │  │  ├── test_testplan.py
│  │  │  │  ├── test_testsuite.py
│  │  │  │  │ test_twister.py
│  │  │  ├── twister_blackbox
│  │  │  │  ├── conftest.py
│  │  │  │  ├── test_addon.py
│  │  │  │  ├── test_config.py
│  │  │  │  ├── test_coverage.py
│  │  │  │  ├── test_data
│  │  │  │  │  ├── samples
│  │  │  │  │  │  ├── hello_world
│  │  │  │  │  │  │  │ test_data.yaml
│  │  │  │  │  │  ├── pytest
│  │  │  │  │  │  │  ├── shell
│  │  │  │  │  │  │  │  │ test_data.yaml
│  │  │  │  ├── test_device.py
│  │  │  │  ├── test_disable.py
│  │  │  │  ├── test_error.py
│  │  │  │  ├── test_filter.py
│  │  │  │  ├── test_footprint.py
│  │  │  │  ├── test_hardwaremap.py
│  │  │  │  ├── test_outfile.py
│  │  │  │  ├── test_output.py
│  │  │  │  ├── test_platform.py
│  │  │  │  ├── test_printouts.py
│  │  │  │  ├── test_quarantine.py
│  │  │  │  ├── test_report.py
│  │  │  │  ├── test_runner.py
│  │  │  │  ├── test_shuffle.py
│  │  │  │  ├── test_testlist.py
│  │  │  │  ├── test_testplan.py
│  │  │  │  │ test_tooling.py
│  │  ├── twister
│  │  ├── west_commands
│  │  │  │ build.py
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54h
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  ├── tests
│  │  ├── subsys
│  │  │  ├── testsuite
│  │  │  │  ├── multidut
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── pytest
│  │  │  │  │  │  │ test_multiple_duts.py
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: b819b2845f
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b819b2845f_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1475
    • sdk-zephyr test count: 273
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread-main
    • ❌ test-sdk-find-my
    • ❌ test-low-level
    • ❌ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-apps_nrfdesktop
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

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

@github-actions
Copy link
Copy Markdown

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-4120 branch from 8f8f464 to 3c9a324 Compare June 2, 2026 06:42
@mstasiaknordic mstasiaknordic force-pushed the auto-manifest-sdk-zephyr-4120 branch from 3c9a324 to 6f2f92f Compare June 2, 2026 08:46
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-4120 branch 2 times, most recently from 574ae05 to 41a21de Compare June 3, 2026 05:47
@mstasiaknordic mstasiaknordic force-pushed the auto-manifest-sdk-zephyr-4120 branch from 41a21de to 55ec9c8 Compare June 3, 2026 08:38
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#4120

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-4120 branch from 55ec9c8 to 3f8df75 Compare June 3, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant