Skip to content

Conversation

NordicBuilder
Copy link
Contributor

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

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder requested a review from a team as a code owner October 30, 2024 15:32
@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 30, 2024
@NordicBuilder
Copy link
Contributor Author

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@e409c24 (v3.7.99-ncs1-branch) nrfconnect/sdk-zephyr#2202 nrfconnect/sdk-zephyr#2202/files

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

@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: 2

Inputs:

Sources:

sdk-nrf: PR head: cf69a685fc63b55d7c52ca2cee03148bb7950411
zephyr: PR head: 0b1c23bd03802465f13ced56c465623a30ed9fce

more details

sdk-nrf:

PR head: cf69a685fc63b55d7c52ca2cee03148bb7950411
merge base: b683449ffb4e5bc0be08524df6eae5fd1171b9af
target head (v2.8-branch): 9ddff2b8f1ca138e6386e678bad6fab8784df2f4
Diff

zephyr:

PR head: 0b1c23bd03802465f13ced56c465623a30ed9fce
merge base: e409c241400a56ad3e34eb2e944e6476cffd5f01
target head (v3.7.99-ncs1-branch): e409c241400a56ad3e34eb2e944e6476cffd5f01
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 (88)
west.yml
zephyr
│  ├── MAINTAINERS.yml
│  ├── doc
│  │  ├── hardware
│  │  │  ├── peripherals
│  │  │  │  ├── comparator.rst
│  │  │  │  │ index.rst
│  │  ├── releases
│  │  │  ├── migration-guide-4.0.rst
│  │  │  │ release-notes-4.0.rst
│  ├── drivers
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── comparator
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.fake_comp
│  │  │  ├── Kconfig.mcux_acmp
│  │  │  ├── Kconfig.nrf_comp
│  │  │  ├── Kconfig.nrf_lpcomp
│  │  │  ├── Kconfig.shell
│  │  │  ├── comparator_fake_comp.c
│  │  │  ├── comparator_handlers.c
│  │  │  ├── comparator_mcux_acmp.c
│  │  │  ├── comparator_nrf_comp.c
│  │  │  ├── comparator_nrf_lpcomp.c
│  │  │  │ comparator_shell.c
│  │  ├── sensor
│  │  │  ├── nxp
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── mcux_acmp
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ mcux_acmp.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf52810.dtsi
│  │  │  │  ├── nrf52811.dtsi
│  │  │  │  ├── nrf52820.dtsi
│  │  │  │  ├── nrf52832.dtsi
│  │  │  │  ├── nrf52833.dtsi
│  │  │  │  ├── nrf52840.dtsi
│  │  │  │  │ nrf5340_cpuapp_peripherals.dtsi
│  │  │  ├── nxp
│  │  │  │  ├── nxp_ke1xf.dtsi
│  │  │  │  ├── nxp_ke1xz.dtsi
│  │  │  │  ├── nxp_rt118x.dtsi
│  │  │  │  │ nxp_rt11xx.dtsi
│  │  ├── bindings
│  │  │  ├── comparator
│  │  │  │  ├── nordic,nrf-comp.yaml
│  │  │  │  ├── nordic,nrf-lpcomp.yaml
│  │  │  │  ├── nxp,kinetis-acmp.yaml
│  │  │  │  │ zephyr,comp-fake.yaml
│  │  │  ├── sensor
│  │  │  │  ├── nordic,nrf-comp.yaml
│  │  │  │  ├── nordic,nrf-lpcomp.yaml
│  │  │  │  │ nxp,kinetis-acmp.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── nrf54l15.dtsi
│  │  │  │  │ nrf9280.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── comparator.h
│  │  │  │  ├── comparator
│  │  │  │  │  ├── fake_comp.h
│  │  │  │  │  ├── mcux_acmp.h
│  │  │  │  │  ├── nrf_comp.h
│  │  │  │  │  │ nrf_lpcomp.h
│  ├── modules
│  │  ├── hal_nxp
│  │  │  │ Kconfig
│  ├── samples
│  │  ├── sensor
│  │  │  ├── mcux_acmp
│  │  │  │  ├── prj.conf
│  │  │  │  │ sample.yaml
│  ├── tests
│  │  ├── drivers
│  │  │  ├── build_all
│  │  │  │  ├── comparator
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── mcux_acmp
│  │  │  │  │  │  ├── mimxrt1176_mux_dac.dts
│  │  │  │  │  │  ├── mimxrt1176_mux_mux.dts
│  │  │  │  │  │  ├── mke15z7_mux_dac.dts
│  │  │  │  │  │  ├── mke15z7_mux_mux.dts
│  │  │  │  │  │  │ mke15z7_pinctrl.dtsi
│  │  │  │  │  ├── nrf_comp
│  │  │  │  │  │  ├── diff.overlay
│  │  │  │  │  │  ├── se.overlay
│  │  │  │  │  │  │ se_aref.overlay
│  │  │  │  │  ├── nrf_lpcomp
│  │  │  │  │  │  ├── ext_ref.overlay
│  │  │  │  │  │  │ int_ref.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── comparator
│  │  │  │  ├── gpio_loopback
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_ke15z.overlay
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── snippets
│  │  │  │  │  │  ├── nrf_comp
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │ snippet.yml
│  │  │  │  │  │  ├── nrf_lpcomp
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │ snippet.yml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── shell
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test.c
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: b44b7a08c9
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b44b7a08c9_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 1
  • ❌ Integration tests
    • ✅ test_ble_nrf_config - Skipped: Job was skipped as it succeeded in a previous run
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_crypto - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rs - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-fem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-tfm - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-low-level - Skipped: Job was skipped as it succeeded in a previous run
    • ❌ 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-chip
    • test-fw-nrfconnect-nfc
    • 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_zephyr_lwm2m
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-audio
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • 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.

@rlubos rlubos closed this Oct 30, 2024
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.

2 participants