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

manifest: sdk-zephyr: [nrf fromtree] Bluetooth: TMAP: Remove double definitions of TMAP rol… #20547

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

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners February 21, 2025 11:20
@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 Feb 21, 2025
Copy link

After documentation is built, you will find the preview for this PR here.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 21, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@b91aa4f nrfconnect/sdk-zephyr#2543 nrfconnect/sdk-zephyr#2543/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 Feb 21, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 3da05ea6c83b817abff9a967c5eecf39089f7258
zephyr: PR head: 70b23cb29a7764fd187bdb449cdd01bab2208f11

more details

sdk-nrf:

PR head: 3da05ea6c83b817abff9a967c5eecf39089f7258
merge base: a95e127c906afef92e36e79120d2ec127c250b87
target head (main): a95e127c906afef92e36e79120d2ec127c250b87
Diff

zephyr:

PR head: 70b23cb29a7764fd187bdb449cdd01bab2208f11
merge base: b91aa4fec5484f6cd076c9333bb474a7f5c002c1
target head (main): cd78af582fee0167a0d0038b6197e86dba90272f
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 (12)
west.yml
zephyr
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  ├── audio
│  │  │  │  │  │ tmap.h
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── audio
│  │  │  │  ├── shell
│  │  │  │  │  │ tmap.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── tester
│  │  │  │  ├── overlay-le-audio.conf
│  │  │  │  ├── src
│  │  │  │  │  ├── audio
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── btp
│  │  │  │  │  │  │  │ btp_pbp.h
│  │  │  │  │  │  ├── btp_cap.c
│  │  │  │  │  │  ├── btp_pbp.c
│  │  │  │  │  │  │ btp_tmap.c
│  │  │  │  │  ├── btp
│  │  │  │  │  │  ├── btp.h
│  │  │  │  │  │  │ bttester.h
│  │  │  │  │  │ btp_core.c

Outputs:

Toolchain

Version:
Build docker image:

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

  • 🟠 Toolchain
  • 🟠 Build twister
  • 🟠 Integration tests
    • 🟠 test-sdk-audio
    • 🟠 test_ble_nrf_config
    • 🟠 test-fw-nrfconnect-ble_samples
    • 🟠 test-fw-nrfconnect-nfc
    • 🟠 test-fw-nrfconnect-nrf-iot_thingy91
    • 🟠 test-sdk-find-my
    • 🟠 test-low-level
    • 🟠 test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nrf-iot_cloud
    • 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
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2543 branch 2 times, most recently from ce7cd69 to 64b923a Compare February 21, 2025 11:37
@koffes koffes added DNM and removed DNM labels Feb 21, 2025
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2543 branch 3 times, most recently from 9415ae5 to ffed2b5 Compare February 21, 2025 13:48
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2543 branch from ffed2b5 to 3da05ea Compare February 24, 2025 07:49
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