Skip to content

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners June 2, 2025 12:41
@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 Jun 2, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jun 2, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@247ef30 nrfconnect/sdk-zephyr@63b28ba (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 Jun 2, 2025

CI Information

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

Inputs:

Sources:

hal_nordic: PR head: 1f169d927e367eb1e161972e9504da5aa1f10c42
sdk-nrf: PR head: ce1f8cccf399121f768ab3387eb7834e325051ff
zephyr: PR head: 63b28baebfc909e707d34c9d41f5fd4ef7aa47c7

more details

hal_nordic:

PR head: 1f169d927e367eb1e161972e9504da5aa1f10c42
merge base: 4eafaa44a55a557595e529f8cbdfc8dc1248da36
Diff

sdk-nrf:

PR head: ce1f8cccf399121f768ab3387eb7834e325051ff
merge base: 900df0379b8ef9f3d5e62a16fe3cc1d060ad40a1
target head (main): 900df0379b8ef9f3d5e62a16fe3cc1d060ad40a1
Diff

zephyr:

PR head: 63b28baebfc909e707d34c9d41f5fd4ef7aa47c7
merge base: 247ef302c2269d63b8957e5a346ab42a5f0b3bc8
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 (167)
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── nrfx
│  │  │  │  ├── CHANGELOG.md
│  │  │  │  ├── README
│  │  │  │  ├── doc
│  │  │  │  │  ├── drv_supp_matrix.dox
│  │  │  │  │  ├── nrf7120_enga.dox
│  │  │  │  │  ├── nrfx.doxyfile
│  │  │  │  │  │ nrfx_api.dox
│  │  │  │  ├── drivers
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrfx_clock.h
│  │  │  │  │  │  ├── nrfx_dppi.h
│  │  │  │  │  │  ├── nrfx_grtc.h
│  │  │  │  │  │  ├── nrfx_mramc.h
│  │  │  │  │  │  │ nrfx_saadc.h
│  │  │  │  │  ├── nrfx_common.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrfx_clock.c
│  │  │  │  │  │  ├── nrfx_dppi.c
│  │  │  │  │  │  ├── nrfx_gpiote.c
│  │  │  │  │  │  ├── nrfx_grtc.c
│  │  │  │  │  │  ├── nrfx_mramc.c
│  │  │  │  │  │  ├── nrfx_nvmc.c
│  │  │  │  │  │  ├── nrfx_pwm.c
│  │  │  │  │  │  ├── nrfx_rramc.c
│  │  │  │  │  │  ├── nrfx_saadc.c
│  │  │  │  │  │  ├── nrfx_spim.c
│  │  │  │  │  │  ├── nrfx_spis.c
│  │  │  │  │  │  │ nrfx_usbd.c
│  │  │  │  ├── hal
│  │  │  │  │  ├── nrf_aar.h
│  │  │  │  │  ├── nrf_auxpll.h
│  │  │  │  │  ├── nrf_cache.h
│  │  │  │  │  ├── nrf_ccm.h
│  │  │  │  │  ├── nrf_clock.h
│  │  │  │  │  ├── nrf_common.h
│  │  │  │  │  ├── nrf_cracen_cm.h
│  │  │  │  │  ├── nrf_dppi.h
│  │  │  │  │  ├── nrf_ecb.h
│  │  │  │  │  ├── nrf_egu.h
│  │  │  │  │  ├── nrf_gpio.h
│  │  │  │  │  ├── nrf_gpiote.h
│  │  │  │  │  ├── nrf_grtc.h
│  │  │  │  │  ├── nrf_i2s.h
│  │  │  │  │  ├── nrf_ipc.h
│  │  │  │  │  ├── nrf_ipct.h
│  │  │  │  │  ├── nrf_lpcomp.h
│  │  │  │  │  ├── nrf_mpc.h
│  │  │  │  │  ├── nrf_mramc.h
│  │  │  │  │  ├── nrf_mvdma.h
│  │  │  │  │  ├── nrf_pdm.h
│  │  │  │  │  ├── nrf_power.h
│  │  │  │  │  ├── nrf_ppib.h
│  │  │  │  │  ├── nrf_pwm.h
│  │  │  │  │  ├── nrf_qspi.h
│  │  │  │  │  ├── nrf_radio.h
│  │  │  │  │  ├── nrf_reset.h
│  │  │  │  │  ├── nrf_rng.h
│  │  │  │  │  ├── nrf_rramc.h
│  │  │  │  │  ├── nrf_rtc.h
│  │  │  │  │  ├── nrf_saadc.h
│  │  │  │  │  ├── nrf_spim.h
│  │  │  │  │  ├── nrf_spis.h
│  │  │  │  │  ├── nrf_tdm.h
│  │  │  │  │  ├── nrf_temp.h
│  │  │  │  │  ├── nrf_timer.h
│  │  │  │  │  ├── nrf_twim.h
│  │  │  │  │  ├── nrf_twis.h
│  │  │  │  │  ├── nrf_uarte.h
│  │  │  │  │  │ nrf_wdt.h
│  │  │  │  ├── haly
│  │  │  │  │  ├── nrfy_mramc.h
│  │  │  │  │  ├── nrfy_pdm.h
│  │  │  │  │  │ nrfy_saadc.h
│  │  │  │  ├── helpers
│  │  │  │  │  ├── nrfx_ids.h
│  │  │  │  │  ├── nrfx_ram_ctrl.c
│  │  │  │  │  ├── nrfx_ram_ctrl.h
│  │  │  │  │  │ nrfx_reset_reason.h
│  │  │  │  ├── mdk
│  │  │  │  │  ├── nrf.h
│  │  │  │  │  ├── nrf51.h
│  │  │  │  │  ├── nrf52.h
│  │  │  │  │  ├── nrf52805.h
│  │  │  │  │  ├── nrf52810.h
│  │  │  │  │  ├── nrf52811.h
│  │  │  │  │  ├── nrf52820.h
│  │  │  │  │  ├── nrf52833.h
│  │  │  │  │  ├── nrf52840.h
│  │  │  │  │  ├── nrf5340_application.h
│  │  │  │  │  ├── nrf5340_network.h
│  │  │  │  │  ├── nrf54h20_application.h
│  │  │  │  │  ├── nrf54h20_application.svd
│  │  │  │  │  ├── nrf54h20_application_peripherals.h
│  │  │  │  │  ├── nrf54h20_flpr.h
│  │  │  │  │  ├── nrf54h20_flpr.svd
│  │  │  │  │  ├── nrf54h20_flpr_peripherals.h
│  │  │  │  │  ├── nrf54h20_global.h
│  │  │  │  │  ├── nrf54h20_interim.h
│  │  │  │  │  ├── nrf54h20_ppr.h
│  │  │  │  │  ├── nrf54h20_ppr.svd
│  │  │  │  │  ├── nrf54h20_ppr_peripherals.h
│  │  │  │  │  ├── nrf54h20_radiocore.h
│  │  │  │  │  ├── nrf54h20_radiocore.svd
│  │  │  │  │  ├── nrf54h20_radiocore_peripherals.h
│  │  │  │  │  ├── nrf54h20_types.h
│  │  │  │  │  ├── nrf54h20_version.h
│  │  │  │  │  ├── nrf54h_erratas.h
│  │  │  │  │  ├── nrf54l05_application.svd
│  │  │  │  │  ├── nrf54l05_application_peripherals.h
│  │  │  │  │  ├── nrf54l05_flpr.svd
│  │  │  │  │  ├── nrf54l05_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l05_interim.h
│  │  │  │  │  ├── nrf54l05_types.h
│  │  │  │  │  ├── nrf54l10_application.svd
│  │  │  │  │  ├── nrf54l10_application_peripherals.h
│  │  │  │  │  ├── nrf54l10_flpr.svd
│  │  │  │  │  ├── nrf54l10_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l10_interim.h
│  │  │  │  │  ├── nrf54l10_types.h
│  │  │  │  │  ├── nrf54l15_application.svd
│  │  │  │  │  ├── nrf54l15_application_peripherals.h
│  │  │  │  │  ├── nrf54l15_flpr.svd
│  │  │  │  │  ├── nrf54l15_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l15_interim.h
│  │  │  │  │  ├── nrf54l15_types.h
│  │  │  │  │  ├── nrf54l15_version.h
│  │  │  │  │  ├── nrf54l_erratas.h
│  │  │  │  │  ├── nrf54lm20a_enga_application.svd
│  │  │  │  │  ├── nrf54lm20a_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54lm20a_enga_flpr.svd
│  │  │  │  │  ├── nrf54lm20a_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf54lm20a_enga_global.h
│  │  │  │  │  ├── nrf54lm20a_enga_interim.h
│  │  │  │  │  ├── nrf54lm20a_enga_types.h
│  │  │  │  │  ├── nrf54lm20a_enga_version.h
│  │  │  │  │  ├── nrf54lv10a_enga_application.svd
│  │  │  │  │  ├── nrf54lv10a_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54lv10a_enga_flpr.svd
│  │  │  │  │  ├── nrf54lv10a_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf54lv10a_enga_interim.h
│  │  │  │  │  ├── nrf54lv10a_enga_types.h
│  │  │  │  │  ├── nrf54lv10a_enga_version.h
│  │  │  │  │  ├── nrf7120_enga_application.h
│  │  │  │  │  ├── nrf7120_enga_application.svd
│  │  │  │  │  ├── nrf7120_enga_application_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_flpr.h
│  │  │  │  │  ├── nrf7120_enga_flpr.svd
│  │  │  │  │  ├── nrf7120_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_global.h
│  │  │  │  │  ├── nrf7120_enga_lmac.h
│  │  │  │  │  ├── nrf7120_enga_lmac.svd
│  │  │  │  │  ├── nrf7120_enga_lmac_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_types.h
│  │  │  │  │  ├── nrf7120_enga_umac.h
│  │  │  │  │  ├── nrf7120_enga_umac.svd
│  │  │  │  │  ├── nrf7120_enga_umac_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_version.h
│  │  │  │  │  ├── nrf7120_enga_wificore.h
│  │  │  │  │  ├── nrf7120_enga_wificore.svd
│  │  │  │  │  ├── nrf7120_enga_wificore_peripherals.h
│  │  │  │  │  ├── nrf9120.h
│  │  │  │  │  ├── nrf9160.h
│  │  │  │  │  ├── system_nrf54l.c
│  │  │  │  │  │ system_nrf7120_enga.c
│  │  │  │  ├── templates
│  │  │  │  │  ├── nrfx_config_common.h
│  │  │  │  │  ├── nrfx_config_nrf54l15_application.h
│  │  │  │  │  ├── nrfx_config_nrf7120_enga_application.h
│  │  │  │  │  │ nrfx_config_nrf7120_enga_flpr.h
samples
│  ├── bluetooth
│  │  ├── direct_test_mode
│  │  │  ├── src
│  │  │  │  ├── dtm_hw.c
│  │  │  │  │ dtm_hw.h
tests
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_accuracy_test
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
west.yml
zephyr
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │ west.yml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-low-level
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_cloud
    • 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_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • 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

Copy link

github-actions bot commented Jun 2, 2025

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2930 branch from 12acf22 to 28cc9e6 Compare June 2, 2025 13:58
@miha-nordic miha-nordic added this to the 3.1.0-preview2 milestone Jun 2, 2025
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2930 branch 2 times, most recently from 9042c44 to 4b6e5f9 Compare June 3, 2025 06:29
@nika-nordic nika-nordic added the CI-all-test Run All integration tests label Jun 3, 2025
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2930 branch from 4b6e5f9 to 56b9d17 Compare June 3, 2025 07:51
@nika-nordic nika-nordic requested a review from a team as a code owner June 3, 2025 07:52
@nika-nordic nika-nordic requested a review from a team as a code owner June 3, 2025 11:34
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2930 branch from d25bc1b to 495f2d7 Compare June 3, 2025 14:17
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2930 branch from 495f2d7 to 4553fef Compare June 3, 2025 14:18
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jun 3, 2025

Memory footprint analysis revealed the following potential issues

applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9090[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 5846[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12430[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 9178[B] - link (cc: @nrfconnect/ncs-ll-ursus)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-22603/15)

@nika-nordic nika-nordic removed the CI-all-test Run All integration tests label Jun 4, 2025
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2930 branch from 4553fef to d0e6537 Compare June 4, 2025 09:27
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2930 branch from d0e6537 to 3a1e244 Compare June 4, 2025 09:28
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
This SoC supports gain equal to `1` only.

Signed-off-by: Nikodem Kastelik <[email protected]>
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2930 branch from 3a1e244 to 5998088 Compare June 4, 2025 12:51
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2930 branch from 5998088 to a94f4c2 Compare June 4, 2025 12:52
Some devices has `7` DFE GPIOs rather than `8`.

Signed-off-by: Nikodem Kastelik <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2930 branch from a94f4c2 to ce1f8cc Compare June 4, 2025 14:36
@NordicBuilder NordicBuilder removed the DNM label Jun 4, 2025
@nordic-piks nordic-piks merged commit ebf24f5 into nrfconnect:main Jun 5, 2025
14 of 15 checks passed
@e-rk
Copy link
Contributor

e-rk commented Jun 6, 2025

This PR causes test failures in nrf-802154. Wasn't test-fw-nrfconnect-rs within the test scope of nrfx changes? I see that only test-low-level was executed, which is really bad for such a large change.
@miha-nordic @nordic-piks @nika-nordic

@miha-nordic
Copy link

This PR causes test failures in nrf-802154. Wasn't test-fw-nrfconnect-rs within the test scope of nrfx changes? I see that only test-low-level was executed, which is really bad for such a large change. @miha-nordic @nordic-piks @nika-nordic

It has label CI-all-test at the beginning which was removed at the end for some reason. But yes NRFX update should be tested with CI-all-test label always.

@nika-nordic
Copy link
Contributor

I have added CI-all-test label initially to verify the nrfx in broader scope: https://jenkins-ncs.nordicsemi.no/job/latest/job/sdk-nrf/job/PR-22603/9/ . There was a failure in test-fw-nrfconnect-rs/main RS , however I was told it is related to missing rebase. On subsequent PR update I have removed the label to obtain CI result quicker.

@nordic-piks
Copy link
Contributor

I have added CI-all-test label initially to verify the nrfx in broader scope: https://jenkins-ncs.nordicsemi.no/job/latest/job/sdk-nrf/job/PR-22603/9/ . There was a failure in test-fw-nrfconnect-rs/main RS , however I was told it is related to missing rebase. On subsequent PR update I have removed the label to obtain CI result quicker.

Indeed, there was failure related to missing rebase, however it was related to building, thus testing on targets was not performed at all. That is why we did not catch those regression.

@dawidprzybylo
Copy link
Contributor

dawidprzybylo commented Jun 13, 2025

I have added CI-all-test label initially to verify the nrfx in broader scope: https://jenkins-ncs.nordicsemi.no/job/latest/job/sdk-nrf/job/PR-22603/9/ . There was a failure in test-fw-nrfconnect-rs/main RS , however I was told it is related to missing rebase. On subsequent PR update I have removed the label to obtain CI result quicker.

Indeed, there was failure related to missing rebase, however it was related to building, thus testing on targets was not performed at all. That is why we did not catch those regression.

https://jenkins-ncs.nordicsemi.no/blue/organizations/jenkins/latest%2Fsub%2Ftest-fw-nrfconnect-rs/detail/main/12397/tests -> ncs.nordicsemi.no/job/latest/job/sdk-nrf/job/PR-22603/9/
tests was failing here so regression was already catched,
rebase was needed only on next build: https://jenkins-ncs.nordicsemi.no/job/latest/job/sdk-nrf/job/PR-22603/10/display/redirect?provider=blueocean and it was related to Kconfig name change in main NCS.
However main point: removing specific testing should be approved by related team and not for "faster CI results"...

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.

10 participants