Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners December 4, 2025 14:31
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Dec 4, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Dec 4, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@c09c6ab (main) nrfconnect/sdk-zephyr#3606 nrfconnect/sdk-zephyr#3606/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
Contributor Author

NordicBuilder commented Dec 4, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: adc925a5b9c5f5b3f572596dd19f846b1a6a47b2
zephyr: PR head: 78d2eec5af9709aa02f386afe1ee2fd74e9d1c1e

more details

sdk-nrf:

PR head: adc925a5b9c5f5b3f572596dd19f846b1a6a47b2
merge base: 90f9611db1c826a9d28b6295a58f94f23baa9d51
target head (main): 21d701498b6b22848f66f72caa57aef41c04b1a5
Diff

zephyr:

PR head: 78d2eec5af9709aa02f386afe1ee2fd74e9d1c1e
merge base: 32a0efc4684705890b84fb824f91b6109539d3b0
target head (main): c09c6abd11695d6b9c2ea24c4e88822eee9ff3f9
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 (14)
Kconfig.nrf
applications
│  ├── nrf_desktop
│  │  ├── Kconfig
│  │  ├── configuration
│  │  │  ├── nrf52820dongle_nrf52820
│  │  │  │  │ prj.conf
│  │  │  ├── nrf52833dk_nrf52820
│  │  │  │  │ prj.conf
│  │  │  ├── nrf52833dongle_nrf52833
│  │  │  │  │ prj.conf
samples
│  ├── bluetooth
│  │  ├── direction_finding_central
│  │  │  ├── Kconfig
│  │  │  ├── boards
│  │  │  │  │ nrf52833dk_nrf52820.conf
│  │  ├── direction_finding_peripheral
│  │  │  ├── Kconfig
│  │  │  ├── boards
│  │  │  │  │ nrf52833dk_nrf52820.conf
west.yml
zephyr
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── peripheral_identity
│  │  │  │  │ prj.conf
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── Kconfig
│  │  │  │  ├── att.c
│  │  │  │  │ hci_core.c

Outputs:

Toolchain

Version: 43683a87ea
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:43683a87ea_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1372
    • sdk-zephyr test count: 691
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-apps
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-sdk-find-my
    • ❌ test-sdk-dfu
    • ⚠️ test_ble_nrf_config
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-fem
    • 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_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-mcuboot
    • 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 Dec 4, 2025

You can find the documentation preview for this PR here.

NordicBuilder and others added 2 commits December 5, 2025 14:35
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-zephyr#3606

Signed-off-by: Nordic Builder <[email protected]>
Values were derived from Thread Analyzer results.
Applying SoC-specific defaults here to avoid touching upstream Zephyr
files.
Applications can still override via prj.conf.

BT_TX_PROCESSOR_STACK_SIZE config was disabled for the
samples/applications that don't have enough RAM to support it.

Signed-off-by: Kyra Lengfeld <[email protected]>
@KyraLengfeld KyraLengfeld force-pushed the auto-manifest-sdk-zephyr-3606 branch from 943dbb8 to adc925a Compare December 5, 2025 16:02
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