Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Oct 29, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@91e394a nrfconnect/sdk-zephyr@40ac0cc (main) nrfconnect/[email protected]

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

@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-2195 branch from a9ba6b9 to f95d88b Compare October 30, 2024 15:39
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 30, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 4d28fdbd0da465d2eb2539feb47effeb5a7f8150
zephyr: PR head: 40ac0cca86ebc2a7af34221f643ec616804a02fa

more details

sdk-nrf:

PR head: 4d28fdbd0da465d2eb2539feb47effeb5a7f8150
merge base: 8d5676897c7a93e96b31692b66ef3b72a54933d6
target head (main): 8d5676897c7a93e96b31692b66ef3b72a54933d6
Diff

zephyr:

PR head: 40ac0cca86ebc2a7af34221f643ec616804a02fa
merge base: 91e394a6321c8dae05131e704b7c8c0fd570f31f
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 (81)
samples
│  ├── suit
│  │  ├── flash_companion
│  │  │  │ prj.conf
scripts
│  ├── requirements-build.txt
│  │ requirements-fixed.txt
west.yml
zephyr
│  ├── boards
│  │  ├── intel
│  │  │  ├── adsp
│  │  │  │  ├── Kconfig.intel_adsp
│  │  │  │  ├── board.yml
│  │  │  │  ├── intel_adsp_ace30_defconfig
│  │  │  │  ├── intel_adsp_ace30_ptl.yaml
│  │  │  │  │ intel_adsp_ace30_ptl_sim.yaml
│  │  ├── nordic
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  ├── doc
│  │  ├── services
│  │  │  ├── pm
│  │  │  │  ├── device_runtime.rst
│  │  │  │  │ power_domain.rst
│  ├── drivers
│  │  ├── dai
│  │  │  ├── intel
│  │  │  │  ├── dmic
│  │  │  │  │  ├── dmic.c
│  │  │  │  │  ├── dmic.h
│  │  │  │  │  │ dmic_nhlt.c
│  │  │  │  ├── ssp
│  │  │  │  │  ├── dai-params-intel-ipc4.h
│  │  │  │  │  ├── ssp.c
│  │  │  │  │  │ ssp.h
│  │  ├── dma
│  │  │  │ dma_intel_adsp_hda.c
│  │  ├── gpio
│  │  │  │ gpio_nrfx.c
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  │  ├── serial
│  │  │  │ uart_nrfx_uarte.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── base
│  │  │  │  ├── base.yaml
│  │  │  │  │ pm.yaml
│  │  │  ├── power-domain
│  │  │  │  ├── intel,adsp-power-domain.yaml
│  │  │  │  ├── nxp,scu-pd.yaml
│  │  │  │  ├── power-domain-gpio-monitor.yaml
│  │  │  │  ├── power-domain-gpio.yaml
│  │  │  │  │ power-domain.yaml
│  │  │  ├── power
│  │  │  │  │ nordic,nrf-gpd.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20.dtsi
│  │  ├── xtensa
│  │  │  ├── intel
│  │  │  │  ├── intel_adsp_ace15_mtpm.dtsi
│  │  │  │  ├── intel_adsp_ace20_lnl.dtsi
│  │  │  │  ├── intel_adsp_ace30.dtsi
│  │  │  │  │ intel_adsp_ace30_ptl.dtsi
│  │  │  ├── nxp
│  │  │  │  │ nxp_imx8.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── dt-bindings
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  │  │  │  ├── power
│  │  │  │  │  │ nordic-nrf-gpd.h
│  │  │  ├── pm
│  │  │  │  │ device.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  │ CMakeLists.txt
│  ├── scripts
│  │  ├── checkpatch
│  │  │  │ typedefsfile
│  ├── soc
│  │  ├── intel
│  │  │  ├── intel_adsp
│  │  │  │  ├── ace
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.defconfig.ace30
│  │  │  │  │  ├── Kconfig.soc
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── ace30
│  │  │  │  │  │  │  ├── adsp_boot.h
│  │  │  │  │  │  │  ├── adsp_interrupt.h
│  │  │  │  │  │  │  ├── adsp_ipc_regs.h
│  │  │  │  │  │  │  ├── adsp_power.h
│  │  │  │  │  │  │  ├── adsp_shim.h
│  │  │  │  │  │  │  │ dmic_regs_ace3x.h
│  │  │  │  │  │  │ dmic_regs.h
│  │  │  │  ├── common
│  │  │  │  │  │ clk.c
│  │  │  │  │ soc.yml
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ pinctrl_soc.h
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── gpd
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── gpd.c
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrf
│  │  │  │  │  │  │  │ gpd.h
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── qdec
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_common.dtsi
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  ├── drivers
│  │  │  ├── build_all
│  │  │  │  ├── power_domain
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── counter
│  │  │  │  ├── counter_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  │ README.txt
│  │  ├── kernel
│  │  │  ├── device
│  │  │  │  ├── app.overlay
│  │  │  │  ├── boards
│  │  │  │  │  │ hifive_unmatched.overlay
│  │  │  ├── mem_protect
│  │  │  │  ├── sys_sem
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── mutex
│  │  │  │  ├── sys_mutex
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── queue
│  │  │  │  ├── boards
│  │  │  │  │  │ intel_adsp_ace30.conf
│  │  ├── lib
│  │  │  ├── c_lib
│  │  │  │  ├── thrd
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  ├── subsys
│  │  │  ├── pm
│  │  │  │  ├── device_driver_init
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── device_power_domains
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── power_domain
│  │  │  │  │  │ app.overlay

Outputs:

Toolchain

Version: b81a7cd864
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b81a7cd864_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1518
    • sdk-zephyr test count: 6438
  • ✅ 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
    • ⚠️ 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 NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2195 branch from f95d88b to 7cad774 Compare October 30, 2024 15:50
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2195 branch from 7cad774 to 56772b0 Compare October 30, 2024 15:52
@gmarull gmarull requested review from a team as code owners October 30, 2024 15:52
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2195 branch 2 times, most recently from 0cdf723 to 96fd19f Compare October 30, 2024 17:40
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2195 branch 2 times, most recently from a16d327 to fedc76e Compare October 31, 2024 09:27
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2195 branch 4 times, most recently from be904e7 to 050a47d Compare November 4, 2024 16:19
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2195 branch from 050a47d to 1c942b4 Compare November 5, 2024 09:19
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2195 branch 3 times, most recently from 49f9172 to fb10f2b Compare November 5, 2024 10:46
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2195 branch from fb10f2b to 84b65e1 Compare November 5, 2024 13:37
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2195 branch from 84b65e1 to 1a6810b Compare November 5, 2024 13:39
@gmarull gmarull requested a review from a team November 5, 2024 13:39
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2195 branch from 1a6810b to 8814a4b Compare November 5, 2024 13:50
tomchy
tomchy previously requested changes Nov 5, 2024
@gmarull gmarull requested a review from tomchy November 5, 2024 19:56
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2195 branch 2 times, most recently from 8b628c1 to 72e485b Compare November 5, 2024 19:58
@jangalda-nsc
Copy link
Contributor

Please rebase on top of main to include changes from following commit:
e7d86bb

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2195 branch from 72e485b to 80ce91b Compare November 6, 2024 11:46
@gmarull gmarull force-pushed the auto-manifest-sdk-zephyr-2195 branch from 80ce91b to 3d401c0 Compare November 6, 2024 11:55
@ns-tolu ns-tolu added this to the 2.8.0 milestone Nov 6, 2024
@gmarull gmarull dismissed tomchy’s stale review November 6, 2024 15:30

addressed, please, block again if still not happy

NordicBuilder and others added 3 commits November 7, 2024 07:23
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
It is required due to Zephyr changes.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
Otherwise flash overflows.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2195 branch from 3d401c0 to 4d28fdb Compare November 7, 2024 07:23
@NordicBuilder NordicBuilder removed the DNM label Nov 7, 2024
@rlubos
Copy link
Contributor

rlubos commented Nov 7, 2024

Agreed with @ns-tolu and @jangalda-nsc to merge with the failure.

@rlubos rlubos merged commit 62795c3 into nrfconnect:main Nov 7, 2024
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v2.8-branch auto-create a PR with same commits to v2.8-branch 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.

8 participants