Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

board default: enable Power Management per default for radio core #19021

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KyraLengfeld
Copy link
Contributor

@KyraLengfeld KyraLengfeld commented Nov 21, 2024

DNM; do not review. This commit is just to test, no plan on merging this branch.

@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 Nov 21, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 21, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@8bc628d (main) nrfconnect/sdk-zephyr#2290 nrfconnect/sdk-zephyr#2290/files

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

@KyraLengfeld KyraLengfeld force-pushed the default_enable_PM_for_54h20_cpurad branch from 787aef2 to 741ddfe Compare November 21, 2024 15:01
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 21, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: b5a699bed0f9af60fd126a5b2be3a7c01e5dcee8
zephyr: PR head: 2f914716a3d38627312eb9bc8153364098604d76

more details

sdk-nrf:

PR head: b5a699bed0f9af60fd126a5b2be3a7c01e5dcee8
merge base: c4d21873602f35d4ccddccf1fcc665b9263c060e
target head (main): 8ce5e57fe8c1569a882dfb60832c17601f2c9d01
Diff

zephyr:

PR head: 2f914716a3d38627312eb9bc8153364098604d76
merge base: 8bc628d8945cb7bb01f57c92c00b5f1550ed576c
target head (main): 8bc628d8945cb7bb01f57c92c00b5f1550ed576c
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 (6)
subsys
│  ├── mpsl
│  │  ├── pm
│  │  │  ├── Kconfig
│  │  │  │ mpsl_pm_utils.c
tests
│  ├── subsys
│  │  ├── mpsl
│  │  │  ├── pm
│  │  │  │  │ pm_test.c
west.yml
zephyr
│  ├── dts
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20.dtsi
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54h
│  │  │  │  │ Kconfig.defconfig.nrf54h20_cpurad

Outputs:

Toolchain

Version: b77d8c1312
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b77d8c1312_b7b3768ce5

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1220
    • sdk-zephyr test count: 5933
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ❌ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc - Error: Error starting job: null
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-fw-nrfconnect-zigbee
    • ✅ test-sdk-find-my
    • ✅ test-sdk-sidewalk
    • ✅ test-low-level
    • ✅ test-sdk-dfu
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
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_nrf_provisioning
    • 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_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • 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

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

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

@KyraLengfeld KyraLengfeld marked this pull request as ready for review November 22, 2024 07:04
@KyraLengfeld KyraLengfeld requested a review from a team as a code owner November 22, 2024 07:04
@KyraLengfeld KyraLengfeld force-pushed the default_enable_PM_for_54h20_cpurad branch from 741ddfe to 0b776a7 Compare November 22, 2024 10:51
@KyraLengfeld KyraLengfeld requested a review from a team as a code owner November 22, 2024 10:51
@KyraLengfeld KyraLengfeld force-pushed the default_enable_PM_for_54h20_cpurad branch from 0b776a7 to 263dca8 Compare November 26, 2024 10:12
@KyraLengfeld KyraLengfeld requested a review from a team as a code owner November 26, 2024 10:12
@KyraLengfeld KyraLengfeld force-pushed the default_enable_PM_for_54h20_cpurad branch from 263dca8 to 2872efb Compare November 27, 2024 13:25
This commit is just to test, no plan on merging this branch.

Signed-off-by: Kyra Lengfeld <[email protected]>
@KyraLengfeld KyraLengfeld force-pushed the default_enable_PM_for_54h20_cpurad branch from 2872efb to b5a699b Compare November 27, 2024 14:40
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. DNM manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants