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

TESTING: manifest: sdk-zephyr: Bluetooth: Host: Fix deadlock when failing to alloc on BT RX thread #20654

Conversation

NordicBuilder
Copy link
Contributor

@NordicBuilder NordicBuilder commented Feb 27, 2025

NOTE: This is for testing a change from upstream with our downstream applications and tests. DNM. Added label.

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

@NordicBuilder NordicBuilder requested review from a team as code owners February 27, 2025 12:15
@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 27, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 27, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@7fe2732 (main) nrfconnect/sdk-zephyr#2563 nrfconnect/sdk-zephyr#2563/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 27, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: dcf9882baa99c23a22332ca3bc53734ffd04cd40
zephyr: PR head: b2eb415705180e0acc262978cd681fb2daed2b6f

more details

sdk-nrf:

PR head: dcf9882baa99c23a22332ca3bc53734ffd04cd40
merge base: dee8fe4fcea4fad45b36fcb14d7a10c0cca5bbcb
target head (main): 91da6869a73291f908c68386e78e5edfefca0d42
Diff

zephyr:

PR head: b2eb415705180e0acc262978cd681fb2daed2b6f
merge base: 7fe2732d7bee0b6825fc30871e95c2a72e641475
target head (main): 10eb60b48111d529ab30bae2a344226accb3ded6
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 (2)
west.yml
zephyr
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  │ att.c

Outputs:

Toolchain

Version: aedb4c0245
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:aedb4c0245_bece0367df

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ✅ desktop52_verification
    • ✅ test-fw-nrfconnect-boot
    • ✅ test-fw-nrfconnect-apps
    • ✅ test-fw-nrfconnect-ble_mesh
    • ✅ test-fw-nrfconnect-ble_samples
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • ✅ test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ✅ test-fw-nrfconnect-nrf-iot_lwm2m
    • ✅ doc-internal
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-proprietary_esb
    • ✅ test-fw-nrfconnect-rpc
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-tfm
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-fw-nrfconnect-zigbee
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-fw-nrfconnect-nrf-iot_positioning
    • ✅ test-sdk-sidewalk
    • ✅ test-sdk-wifi
    • ❌ test-low-level
    • ✅ test-sdk-pmic-samples
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
    • ✅ test-fw-nrfconnect-ps
    • ✅ test-secdom-samples-public
    • ⚠️ test_ble_nrf_config

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2563 branch 5 times, most recently from 1b23bb0 to ea1ff9e Compare February 27, 2025 12:34
@KyraLengfeld KyraLengfeld changed the title manifest: sdk-zephyr: Bluetooth: Host: Fix deadlock when failing to alloc on BT RX thread TESTING: manifest: sdk-zephyr: Bluetooth: Host: Fix deadlock when failing to alloc on BT RX thread Feb 27, 2025
Copy link

You can find the documentation preview for this PR here.

@KyraLengfeld KyraLengfeld reopened this Mar 3, 2025
Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2563 branch from ea1ff9e to dcf9882 Compare March 3, 2025 09:49
Copy link

sonarqubecloud bot commented Mar 3, 2025

@nordic-piks nordic-piks added CI-all-test Run All integration tests and removed upmerge labels Mar 3, 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. CI-all-test Run All integration tests DNM manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants