Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Dec 13, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@0f2b574 nrfconnect/sdk-zephyr@b6535f5 (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 13, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: cacb00fee79495570d4b5cd1d07bd6ea842bb39b
zephyr: PR head: b6535f5caeff11a44b2daf808b2ddaddcf5ba4d3

more details

sdk-nrf:

PR head: cacb00fee79495570d4b5cd1d07bd6ea842bb39b
merge base: 4500c4e6732f6f9b6f315bfe251b2bd44311b5f3
target head (main): 4500c4e6732f6f9b6f315bfe251b2bd44311b5f3
Diff

zephyr:

PR head: b6535f5caeff11a44b2daf808b2ddaddcf5ba4d3
merge base: 0f2b574e26e65fcd5aaf0b0758595913c4514527
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 (71)
west.yml
zephyr
│  ├── drivers
│  │  ├── clock_control
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_nrf2_common.c
│  │  │  │ clock_control_nrf2_global_hsfll.c
│  │  ├── pwm
│  │  │  │ pwm_nrfx.c
│  │  ├── spi
│  │  │  │ spi_nrfx_spim.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── devicetree.h
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  │  │  ├── sys
│  │  │  │  ├── util_internal.h
│  │  │  │  ├── util_internal_is_eq.h
│  │  │  │  │ util_macro.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfs
│  │  │  │  ├── backends
│  │  │  │  │  │ nrfs_backend_ipc_service.c
│  │  │  │  │ nrfs_config.h
│  ├── samples
│  │  ├── drivers
│  │  │  ├── jesd216
│  │  │  │  │ sample.yaml
│  │  │  ├── spi_flash_at45
│  │  │  │  │ sample.yaml
│  │  ├── modules
│  │  │  ├── thrift
│  │  │  │  ├── hello
│  │  │  │  │  ├── client
│  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  ├── server
│  │  │  │  │  │  │ sample.yaml
│  │  ├── net
│  │  │  ├── cloud
│  │  │  │  ├── tagoio_http_post
│  │  │  │  │  │ sample.yaml
│  │  │  ├── lwm2m_client
│  │  │  │  │ sample.yaml
│  │  │  ├── openthread
│  │  │  │  ├── coprocessor
│  │  │  │  │  │ sample.yaml
│  │  │  ├── secure_mqtt_sensor_actuator
│  │  │  │  │ sample.yaml
│  │  │  ├── sockets
│  │  │  │  ├── big_http_download
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── dumb_http_server
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── echo_client
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── echo_server
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── http_get
│  │  │  │  │  │ sample.yaml
│  │  │  ├── zperf
│  │  │  │  │ sample.yaml
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── fs_sample
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── littlefs
│  │  │  │  │  │ sample.yaml
│  │  │  ├── logging
│  │  │  │  ├── logger
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── syst
│  │  │  │  │  │ sample.yaml
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  │ sample.yaml
│  │  │  │  ├── updatehub
│  │  │  │  │  │ sample.yaml
│  │  │  ├── modbus
│  │  │  │  ├── rtu_server
│  │  │  │  │  │ sample.yaml
│  │  │  ├── shell
│  │  │  │  ├── devmem_load
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── shell_module
│  │  │  │  │  │ sample.yaml
│  │  │  ├── usb
│  │  │  │  ├── dfu
│  │  │  │  │  │ sample.yaml
│  ├── tests
│  │  ├── boot
│  │  │  ├── mcuboot_recovery_retention
│  │  │  │  │ testcase.yaml
│  │  ├── crypto
│  │  │  ├── secp256r1
│  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── bbram
│  │  │  │  │ testcase.yaml
│  │  │  ├── build_all
│  │  │  │  ├── sensor
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── eeprom
│  │  │  │  ├── api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── entropy
│  │  │  │  ├── api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── retained_mem
│  │  │  │  ├── api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  │  ├── sysbuild
│  │  │  │  │  │  ├── vpr_launcher
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │ prj.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── spi_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── apard32690_max32690_m4.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_common.dtsi
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  │  │ s32z2xxdc2_s32z270_dspi.overlay
│  │  │  │  │  ├── overlay-max32-spi-rtio.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── uart
│  │  │  │  ├── uart_basic_api
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  │ testcase.yaml
│  │  ├── lib
│  │  │  ├── gui
│  │  │  │  ├── lvgl
│  │  │  │  │  │ testcase.yaml
│  │  ├── modules
│  │  │  ├── thrift
│  │  │  │  ├── ThriftTest
│  │  │  │  │  │ testcase.yaml
│  │  ├── net
│  │  │  ├── lib
│  │  │  │  ├── tls_credentials
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── dfu
│  │  │  │  ├── img_util
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── logging
│  │  │  │  ├── log_switch_format
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── all_options
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── fs_mgmt_hash_supported
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── handler_demo
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── pm
│  │  │  │  ├── power_mgmt
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── settings
│  │  │  │  ├── functional
│  │  │  │  │  ├── nvs
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── storage
│  │  │  │  ├── flash_map
│  │  │  │  │  │ testcase.yaml

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: 160
    • sdk-zephyr test count: 6322
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ✅ test-fw-nrfconnect-boot
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-low-level
    • ✅ test-sdk-mcuboot
    • ❌ test-sdk-dfu
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-chip
    • 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_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • test-sdk-find-my
    • 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-2377 branch 2 times, most recently from 7daa31a to 2f18d10 Compare December 13, 2024 15:30
@NordicBuilder NordicBuilder removed the DNM label Dec 13, 2024
@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.

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@bjarki-andreasen bjarki-andreasen force-pushed the auto-manifest-sdk-zephyr-2377 branch from 2f18d10 to cacb00f Compare December 13, 2024 19:35
@carlescufi carlescufi merged commit 8e9f2de into nrfconnect:main Dec 13, 2024
12 of 13 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-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants