Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-nrfxlib#1804

@NordicBuilder NordicBuilder requested review from a team as code owners July 21, 2025 10:13
@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 Jul 21, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 21, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: b6018a80c460128e97ca98578a2c7bf4533b15ec
nrfxlib: PR head: f4d1c3bf64690cf87f681bf2efea6a3d9d92f34c

more details

sdk-nrf:

PR head: b6018a80c460128e97ca98578a2c7bf4533b15ec
merge base: cf431dcd5ac6a2a861ab460ada421dc2cb7ce624
target head (main): 27bd6be1ccdbf4b434f450ef8eaf6e2e3a0bfe4d
Diff

nrfxlib:

PR head: f4d1c3bf64690cf87f681bf2efea6a3d9d92f34c
merge base: fcfcdb776fa016a1357c0a85bbc1fa04d37538f7
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 (13)
nrfxlib
│  ├── .github
│  │  │ test-spec.yml
│  ├── nrf_802154
│  │  ├── README.rst
│  │  ├── doc
│  │  │  ├── CHANGELOG.rst
│  │  │  │ rd_service_layer_lib.rst
│  │  ├── driver
│  │  │  ├── src
│  │  │  │  │ nrf_802154.c
│  │  ├── sl
│  │  │  ├── sl
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf52833
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  ├── nrf52840
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  ├── nrf5340_cpunet
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
west.yml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread-main
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nfc
    • 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_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-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-low-level
    • test-sdk-audio
    • test-sdk-find-my
    • 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 Author

NordicBuilder commented Jul 21, 2025

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

Name Old Revision New Revision Diff
nrf-802154 https://github.com/nrfconnect/sdk-nrf-802154/commit/8ff9ecc7a1bbfb781a4898a73332f17eb1d41fe6 https://github.com/nrfconnect/sdk-nrf-802154/commit/7ad2d539ca888dc24b3695c1258b2c62e5814154 (main) nrfconnect/[email protected]
nrfxlib nrfconnect/sdk-nrfxlib@fcfcdb7 nrfconnect/sdk-nrfxlib@f4d1c3b (main) nrfconnect/[email protected]

All manifest checks OK

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

@github-actions
Copy link

You can find the documentation preview for this PR here.

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-nrfxlib-1804 branch from 6bca373 to b6018a8 Compare July 21, 2025 13:28
@NordicBuilder NordicBuilder removed the DNM label Jul 21, 2025
@rlubos rlubos merged commit cb22c94 into nrfconnect:main Jul 21, 2025
13 of 14 checks passed
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. manifest manifest-nrf-802154 manifest-nrfxlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants