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-sidewalk: Update revision #19726

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-sidewalk#669

@NordicBuilder NordicBuilder requested a review from a team as a code owner January 2, 2025 12:33
@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 Jan 2, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jan 2, 2025

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

Name Old Revision New Revision Diff
sidewalk nrfconnect/sdk-sidewalk@1a811c3 nrfconnect/sdk-sidewalk#669 nrfconnect/sdk-sidewalk#669/files

DNM label due to: 1 project with PR revision

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

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-sidewalk-669 branch from 98deadf to 97dd8c5 Compare January 2, 2025 12:35
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jan 2, 2025

CI Information

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

Inputs:

Sources:

sidewalk: PR head: 35f24701a4ea24ec66b8c7013e5450c20475b9fc
sdk-nrf: PR head: 97dd8c529893f7f679e21860943b58a0bb5596ba

more details

sidewalk:

PR head: 35f24701a4ea24ec66b8c7013e5450c20475b9fc
merge base: 1a811c356150a4ccc58d644d110524c33342e3a1
target head (main): f274ce8ab97d1504de4c6b372bb98d4dc41bacc5
Diff

sdk-nrf:

PR head: 97dd8c529893f7f679e21860943b58a0bb5596ba
merge base: 9abba2029b75e5b4f8990f7b55b28817ed01a0e1
target head (main): 9abba2029b75e5b4f8990f7b55b28817ed01a0e1
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 (147)
sidewalk
│  ├── .github
│  │  ├── workflows
│  │  │  ├── compare_config.yml
│  │  │  ├── on-commit.yml
│  │  │  ├── on-pr.yml
│  │  │  ├── on-pr_dnm.yml
│  │  │  ├── on-pr_labeler.yml
│  │  │  ├── on-pr_nrf_manifest_update_PR.yml
│  │  │  ├── on-pr_publish_comment.yml
│  │  │  ├── on-push-tag.yml
│  │  │  ├── on_docker_change.yml
│  │  │  ├── publish_documentation.yml
│  │  │  ├── run_tests.yml
│  │  │  ├── run_tests_dut.yml
│  │  │  ├── samples_build.yml
│  │  │  │ validate_code_style.yml
│  ├── doc
│  │  ├── additional_resources.rst
│  │  ├── compatibility_matrix.rst
│  │  ├── links.rst
│  │  │ testing.rst
│  ├── samples
│  │  ├── sid_end_device
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── Kconfig.sysbuild
│  │  │  │ sample.yaml
│  ├── subsys
│  │  ├── sal
│  │  │  ├── sid_pal
│  │  │  │  ├── src
│  │  │  │  │  │ CMakeLists.txt
│  ├── test_config.yaml
│  ├── tests
│  │  ├── functional
│  │  │  ├── critical_region
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── crypto
│  │  │  │  │ prj.conf
│  │  │  ├── mfg_storage
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── spi_bus
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_ns.conf
│  │  │  │  │ testcase.yaml
│  │  │  ├── storage
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_ns.overlay
│  │  │  │  │ testcase.yaml
│  │  │  ├── temperature
│  │  │  │  │ testcase.yaml
│  │  │  ├── time
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ prj.conf
│  │  ├── integration
│  │  │  ├── crypto
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── native_sim.conf
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_ns.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── mfg
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_ns.overlay
│  │  │  │  ├── pm_static.yml
│  │  │  │  ├── pm_static_nrf54l15dk_nrf54l10_cpuapp.yml
│  │  │  │  ├── pm_static_nrf54l15dk_nrf54l15_cpuapp.yml
│  │  │  │  ├── pm_static_nrf54l15dk_nrf54l15_cpuapp_ns.yml
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── spi
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ns.conf
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_ns.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── storage
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  ├── manual
│  │  │  ├── simple_bootloader
│  │  │  │  │ Kconfig.sysbuild
│  │  ├── unit_tests
│  │  │  ├── mfg_parsers
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_assert
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_ble_adapter
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_crypto
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_log
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_mfg_storage
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_storage_kv
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_sw_interrupts
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_temperature
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_timer
│  │  │  │  │ testcase.yaml
│  │  │  ├── pal_uptime
│  │  │  │  │ testcase.yaml
│  │  │  ├── scratch_buffer
│  │  │  │  │ testcase.yaml
│  │  │  ├── sid_ace_alloc
│  │  │  │  │ testcase.yaml
│  │  │  ├── sid_ble_adapter_callbacks
│  │  │  │  │ testcase.yaml
│  │  │  ├── sid_ble_advert
│  │  │  │  │ testcase.yaml
│  │  │  ├── sid_ble_connection
│  │  │  │  │ testcase.yaml
│  │  │  ├── sid_ble_service
│  │  │  │  │ testcase.yaml
│  │  │  ├── sid_dut_shell
│  │  │  │  │ testcase.yaml
│  │  │  ├── sid_pal_gpio
│  │  │  │  │ testcase.yaml
│  │  │  ├── state_notifier
│  │  │  │  │ testcase.yaml
│  │  │  ├── tlv
│  │  │  │  │ testcase.yaml
│  │  ├── validation
│  │  │  ├── crypto
│  │  │  │  │ testcase.yaml
│  │  │  ├── storage_kv
│  │  │  │  │ testcase.yaml
│  │  │  ├── timer
│  │  │  │  │ testcase.yaml
│  ├── tests_new
│  │  ├── integration
│  │  │  ├── assert
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── critical_region
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── crypto_keys
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_ns.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── delay
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  │ native_sim.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── interrupts
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── mfg
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── temperature
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── timer
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  ├── main.c
│  │  │  │  │  │ sid_timer_stub.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── uptime
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
west.yml

Outputs:

Toolchain

Version: b77d8c1312
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b77d8c1312_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 98
  • ❌ Integration tests
    • ❌ test-sdk-sidewalk
Disabled integration tests
    • 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-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • 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_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • 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-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • 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

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

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-sidewalk
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant