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-zephyr: EngB support #18245

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner October 28, 2024 05:42
@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 Oct 28, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 28, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@33919fc nrfconnect/sdk-zephyr#2171 nrfconnect/sdk-zephyr#2171/files

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 28, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 7a3a075bfc9781a91050150355f7b30505074b64
zephyr: PR head: e7d45d077951464ddf43533d8ceb87eb5dac853b

more details

sdk-nrf:

PR head: 7a3a075bfc9781a91050150355f7b30505074b64
merge base: b3c444792a8fe4b53ba62881996644e69859c8ca
target head (main): ae9c56ca2bfce8f04819ec382e64b02a737e7155
Diff

zephyr:

PR head: e7d45d077951464ddf43533d8ceb87eb5dac853b
merge base: 33919fc981c12469ea96f987c23b90bfa5a8ebea
target head (main): 055d020877e43430585cc670b433675309622dc7
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 (40)
west.yml
zephyr
│  ├── boards
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  │ CMakeLists.txt
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── nrf54h20dk_nrf54h20-ipc_conf.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20_0_8_0.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_0_8_0.overlay
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_0_8_0.overlay
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_0_8_0.overlay
│  │  │  │  │ nrf54h20dk_nrf54h20_cpurad_0_8_0.overlay
│  │  │  ├── nrf9280pdk
│  │  │  │  │ nrf9280pdk_nrf9280-ipc_conf.dtsi
│  ├── doc
│  │  ├── releases
│  │  │  │ release-notes-4.0.rst
│  │  ├── services
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── backends
│  │  │  │  │  │  ├── icbmsg_flows.svg
│  │  │  │  │  │  ├── icbmsg_memory.svg
│  │  │  │  │  │  ├── icbmsg_message.svg
│  │  │  │  │  │  ├── ipc_service_icbmsg.rst
│  │  │  │  │  │  │ ipc_service_icmsg.rst
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── cache
│  │  │  │ Kconfig.nrf
│  │  ├── serial
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── Kconfig.nrfx_uart_instance
│  │  │  ├── uart_nrfx_uart.c
│  │  │  ├── uart_nrfx_uarte.c
│  │  │  │ uart_nrfx_uarte2.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── arm
│  │  │  │  │ nordic,nrf-uicr-v2.yaml
│  │  │  ├── serial
│  │  │  │  │ nordic,nrf-uarte.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── nrf54l15.dtsi
│  │  │  │  ├── nrf54l20.dtsi
│  │  │  │  │ nrf9280.dtsi
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── nrfs
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dvfs
│  │  │  │  │  │ ld_dvfs.c
│  ├── scripts
│  │  ├── west_commands
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── vpr
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── nrf54h
│  │  │  │  │ power.c
│  ├── subsys
│  │  ├── logging
│  │  │  ├── frontends
│  │  │  │  │ Kconfig
│  ├── tests
│  │  ├── drivers
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_uart_async.c

Outputs:

Toolchain

Version: add720b6d9
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:add720b6d9_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1385
    • sdk-zephyr test count: 6259
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ❌ 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
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_zephyr_lwm2m
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi

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 Publishing GitHub Action.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2171 branch 2 times, most recently from 46348e2 to 60846a6 Compare October 28, 2024 11:28
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2171 branch from 60846a6 to 7a3a075 Compare October 28, 2024 12:17
@NordicBuilder
Copy link
Contributor Author

Automatically closed by action-manifest-pr GH 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-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant