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: cmake: reports: Fix report targets #20525

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners February 20, 2025 11: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 Feb 20, 2025
Copy link

After documentation is built, you will find the preview for this PR here.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 20, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@0aa2141 nrfconnect/sdk-zephyr@dab6e40 (main) nrfconnect/sdk-zephyr@0aa2141d..dab6e403

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 20, 2025

CI Information

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

Inputs:

Sources:

nrf_hw_models: PR head: 73a5d5827a94820be65b7d276d28173ec10bab9f
sdk-nrf: PR head: cd8c281e759c77764e6781c7b48bcf3d4e74133b
zephyr: PR head: dab6e4030986ddc4618a1d60b90a8d3d50b22628

more details

nrf_hw_models:

PR head: 73a5d5827a94820be65b7d276d28173ec10bab9f
merge base: 4aac556e50e5150eafc3b35f0f5c2faaef55e739
Diff

sdk-nrf:

PR head: cd8c281e759c77764e6781c7b48bcf3d4e74133b
merge base: b4c191712e4cbc361558b12e8f3f800e7ad5a481
target head (main): b4c191712e4cbc361558b12e8f3f800e7ad5a481
Diff

zephyr:

PR head: dab6e4030986ddc4618a1d60b90a8d3d50b22628
merge base: 0aa2141d605f3b39da2b541e2fe4595d58824080
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 (53)
modules
│  ├── bsim_hw_models
│  │  ├── nrf_hw_models
│  │  │  ├── docs
│  │  │  │  │ README_impl_status.md
│  │  │  ├── src
│  │  │  │  ├── HW_models
│  │  │  │  │  ├── NHW_54L_CLOCK.c
│  │  │  │  │  ├── NHW_54_AAR_CCM_ECB.c
│  │  │  │  │  ├── NHW_CLOCK.c
│  │  │  │  │  ├── NHW_RADIO.c
│  │  │  │  │  ├── NHW_UART.c
│  │  │  │  │  ├── NHW_UART_private.h
│  │  │  │  │  │ NHW_config.h
west.yml
zephyr
│  ├── boards
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── doc
│  │  │  │  │  ├── nrf52_bsim.rst
│  │  │  │  │  │ nrf54l15bsim.rst
│  │  │  │  ├── irq_handler.c
│  │  │  │  ├── nrf52_bsim.dts
│  │  │  │  ├── nrf52_bsim_defconfig
│  │  │  │  ├── nrf5340bsim_nrf5340_cpuapp.dts
│  │  │  │  │ nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf54l09pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  │ nrf54l09_cpuapp_common.dtsi
│  │  │  ├── nrf54l20pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  │ nrf54l20_cpuapp_common.dtsi
│  ├── cmake
│  │  ├── reports
│  │  │  │ CMakeLists.txt
│  ├── drivers
│  │  ├── counter
│  │  │  │ counter_nrfx_timer.c
│  │  ├── i2c
│  │  │  ├── i2c_nrfx_twim_rtio.c
│  │  │  │ i2c_nrfx_twis.c
│  │  ├── pwm
│  │  │  │ pwm_nrfx.c
│  ├── dts
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l09.dtsi
│  │  │  │  ├── nrf54l20.dtsi
│  │  │  │  │ nrf54l_05_10_15.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── Kconfig
│  │  │  ├── nrf_802154
│  │  │  │  ├── sl_opensource
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ nrf_802154_clock_zephyr.c
│  │  │  ├── nrfx
│  │  │  │  │ CMakeLists.txt
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── bap_unicast_client
│  │  │  │  ├── src
│  │  │  │  │  │ stream_tx.c
│  │  │  ├── cap_acceptor
│  │  │  │  ├── src
│  │  │  │  │  ├── cap_acceptor_unicast.c
│  │  │  │  │  │ main.c
│  │  │  ├── cap_initiator
│  │  │  │  ├── src
│  │  │  │  │  ├── cap_initiator_unicast.c
│  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── i2c
│  │  │  │  ├── rtio_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ soc_nrf_common.h
│  │  │  ├── nrf54l
│  │  │  │  │ soc.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── i2c
│  │  │  │  ├── i2c_target_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  ├── kernel
│  │  │  ├── timer
│  │  │  │  ├── timer_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │ west.yml

Outputs:

Toolchain

Version: aedb4c0245
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:aedb4c0245_bece0367df

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 2006
    • sdk-zephyr test count: 2343
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-sdk-find-my
    • ❌ test-sdk-sidewalk
    • ❌ test-low-level
    • ❌ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • 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-proprietary_esb
    • 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

Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2535 branch from 2ad4b99 to cd8c281 Compare February 25, 2025 12:18
@NordicBuilder NordicBuilder removed the DNM label Feb 25, 2025
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 Mar 28, 2025
@github-actions github-actions bot closed this Apr 5, 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.

4 participants