Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner December 14, 2024 14:58
@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 Dec 14, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Dec 14, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@b6535f5 nrfconnect/sdk-zephyr@36a1e64 (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Dec 14, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 563d77b0e83c88fd2bbc41d24031f3ebea5ec041
zephyr: PR head: 36a1e64bc8414029324cb4e8a4828c13c170f3fc

more details

sdk-nrf:

PR head: 563d77b0e83c88fd2bbc41d24031f3ebea5ec041
merge base: 05b9d9e0086ba57b92ae817632a41265b8bcabc4
target head (main): 05b9d9e0086ba57b92ae817632a41265b8bcabc4
Diff

zephyr:

PR head: 36a1e64bc8414029324cb4e8a4828c13c170f3fc
merge base: b6535f5caeff11a44b2daf808b2ddaddcf5ba4d3
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 (41)
west.yml
zephyr
│  ├── boards
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  │ nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  │  │ nrf54h20dk_nrf54h20-pinctrl.dtsi
│  │  │  ├── nrf54l15dk
│  │  │  │  │ nrf54l15dk_nrf54l_05_10_15-pinctrl.dtsi
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ nrf_clock_calibration.c
│  │  ├── counter
│  │  │  ├── Kconfig.nrfx
│  │  │  │ counter_nrfx_timer.c
│  │  ├── hwinfo
│  │  │  │ hwinfo_nrf.c
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  │  ├── power_domain
│  │  │  ├── Kconfig
│  │  │  │ power_domain_gpio_monitor.c
│  │  ├── serial
│  │  │  ├── Kconfig.nrfx
│  │  │  │ uart_nrfx_uarte.c
│  │  ├── timer
│  │  │  │ nrf_grtc_timer.c
│  │  ├── usb
│  │  │  ├── udc
│  │  │  │  │ udc_common.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── timer
│  │  │  │  │ nordic,nrf-grtc.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── nrf54l20.dtsi
│  │  │  │  │ nrf54l_05_10_15.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfs
│  │  │  │  ├── dvfs
│  │  │  │  │  │ ld_dvfs_handler.c
│  ├── scripts
│  │  ├── west_commands
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54h
│  │  │  │  │ pm_s2ram.c
│  ├── subsys
│  │  ├── usb
│  │  │  ├── device_next
│  │  │  │  ├── class
│  │  │  │  │  ├── bt_hci.c
│  │  │  │  │  ├── loopback.c
│  │  │  │  │  ├── usbd_cdc_acm.c
│  │  │  │  │  │ usbd_cdc_ecm.c
│  │  │  │  │ usbd_init.c
│  ├── tests
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_interrupt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  ├── arm_irq_vector_table
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  ├── arm_thread_swap
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  ├── drivers
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf52840dk_nrf52840.overlay
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_common.dtsi
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_uart_async.c

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: 1658
    • sdk-zephyr test count: 6086
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-sdk-find-my
    • ❌ test-fw-nrfconnect-nrf-iot_mosh
    • ❌ test-sdk-sidewalk
    • ❌ test-low-level
    • ❌ test-sdk-dfu
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
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-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • 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_zephyr_lwm2m
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • 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.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2385 branch 3 times, most recently from b33cacb to a65596b Compare December 15, 2024 11:01
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2385 branch from a65596b to 563d77b Compare December 15, 2024 11:08
@NordicBuilder NordicBuilder removed the DNM label Dec 15, 2024
@github-actions
Copy link

This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Jan 21, 2025
@github-actions github-actions bot closed this Jan 29, 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. manifest manifest-zephyr Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants