Skip to content

Conversation

PavelVPV
Copy link
Contributor

@PavelVPV PavelVPV commented May 5, 2025

Task: NCSDK-31338

@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels May 5, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented May 5, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 4c1ac4d48ff0101c57dab114066dc125c692acc4
zephyr: PR head: 8b3ea7815e6896350938e61b359ed1be0987a896

more details

sdk-nrf:

PR head: 4c1ac4d48ff0101c57dab114066dc125c692acc4
merge base: 7bda400daa8a76425dc74eaeff6159d3d01558cb
target head (main): 19066dc11940919a5ccc8d38ba704f635187a3ab
Diff

zephyr:

PR head: 8b3ea7815e6896350938e61b359ed1be0987a896
merge base: 666ecc89074c708e71fa0e2f2151cefe617b3606
target head (main): 666ecc89074c708e71fa0e2f2151cefe617b3606
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 (54)
applications
│  ├── machine_learning
│  │  ├── configuration
│  │  │  ├── nrf52840dk_nrf52840
│  │  │  │  │ prj_nus.conf
│  │  │  ├── thingy53_nrf5340_cpuapp
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  │ prj_rtt.conf
│  │  │  ├── thingy53_nrf5340_cpuapp_ns
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  │ prj_rtt.conf
│  ├── nrf_desktop
│  │  ├── configuration
│  │  │  ├── nrf52840dk_nrf52840
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_fast_pair.conf
│  │  │  │  ├── prj_keyboard.conf
│  │  │  │  ├── prj_mcuboot_qspi.conf
│  │  │  │  ├── prj_mcuboot_smp.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  │ prj_wwcb.conf
│  │  │  ├── nrf52840gmouse_nrf52840
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_fast_pair.conf
│  │  │  │  ├── prj_mcuboot_smp.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  │ prj_release_fast_pair.conf
│  │  │  ├── nrf52dmouse_nrf52832
│  │  │  │  ├── prj.conf
│  │  │  │  │ prj_release.conf
│  │  │  ├── nrf52kbd_nrf52832
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  │ prj_release_fast_pair.conf
│  │  │  ├── nrf54h20dk_nrf54h20_cpuapp
│  │  │  │  ├── prj.conf
│  │  │  │  │ prj_release.conf
│  │  │  ├── nrf54l15dk_nrf54l05_cpuapp
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  ├── prj_release_fast_pair.conf
│  │  │  │  │ prj_release_keyboard.conf
│  │  │  ├── nrf54l15dk_nrf54l10_cpuapp
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_fast_pair.conf
│  │  │  │  ├── prj_keyboard.conf
│  │  │  │  │ prj_release.conf
│  │  │  ├── nrf54l15dk_nrf54l15_cpuapp
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_fast_pair.conf
│  │  │  │  ├── prj_keyboard.conf
│  │  │  │  │ prj_release.conf
doc
│  ├── nrf
│  │  ├── test_and_optimize
│  │  │  ├── optimizing
│  │  │  │  │ memory.rst
samples
│  ├── bluetooth
│  │  ├── peripheral_lbs
│  │  │  │ prj_minimal.conf
│  │  ├── peripheral_power_profiling
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── peripheral_uart
│  │  │  │ prj_minimal.conf
│  │  ├── throughput
│  │  │  │ prj.conf
│  ├── wifi
│  │  ├── ble_coex
│  │  │  │ prj.conf
west.yml
zephyr
│  ├── doc
│  │  ├── releases
│  │  │  │ release-notes-4.2.rst
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ gatt.h
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── Kconfig
│  │  │  │  ├── classic
│  │  │  │  │  │ Kconfig
│  │  │  │  ├── conn.c
│  │  │  │  │ hci_core.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── conn
│  │  │  │  │  │ prj.conf
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── host
│  │  │  │  │  ├── l2cap
│  │  │  │  │  │  ├── stress
│  │  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── misc
│  │  │  │  │  │  ├── acl_tx_frag
│  │  │  │  │  │  │  │ prj.conf

Outputs:

Toolchain

Version: 4aa3467a6d
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:4aa3467a6d_e85602c25f

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 13
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-apps
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-sdk-find-my
    • ❌ test-sdk-wifi
    • ❌ test-low-level
    • ⚠️ test-sdk-dfu
Disabled integration tests
    • doc-internal
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-boot
    • 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_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-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

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

Copy link

github-actions bot commented May 5, 2025

You can find the documentation preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-22157/nrf/test_and_optimize/optimizing/memory.html

@PavelVPV PavelVPV force-pushed the deprecated_config_bt_conn_tx_max branch from 9c81752 to 7096f1c Compare May 14, 2025 13:25
@NordicBuilder
Copy link
Contributor

NordicBuilder commented May 14, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@666ecc8 (main) nrfconnect/sdk-zephyr#2868 nrfconnect/sdk-zephyr#2868/files

DNM label due to: 1 project with PR revision

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

PavelVPV added 2 commits June 3, 2025 12:36
CONFIG_BT_CONN_TX_MAX has been deprecated. Use
CONFIG_BT_BUF_ACL_TX_COUNT instead.

Signed-off-by: Pavel Vasilyev <[email protected]>
Set head to sdk-zephyr/2868 PR.

Signed-off-by: Pavel Vasilyev <[email protected]>
@PavelVPV PavelVPV force-pushed the deprecated_config_bt_conn_tx_max branch from dd404d3 to 4c1ac4d Compare June 3, 2025 10:37
@PavelVPV
Copy link
Contributor Author

PavelVPV commented Jun 5, 2025

Will be downstreamed with upmerge

@PavelVPV PavelVPV closed this Jun 5, 2025
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 doc-required PR must not be merged without tech writer approval. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants