Skip to content

Conversation

NordicBuilder
Copy link
Contributor

@NordicBuilder NordicBuilder commented Oct 1, 2025

test-sdk-nrf: collab-nrfx-4.0

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

@NordicBuilder NordicBuilder requested review from a team as code owners October 1, 2025 09:11
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 1, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 1, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@3c9c5b7 nrfconnect/sdk-zephyr@ad7fb2d (collab-nrfx-4.0) 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 Oct 1, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 19e64d3c6a0e82951d3f208cca59557c49354b83
zephyr: PR head: ad7fb2d1d1dff32666b50fc48b87219481bd54ce

more details

sdk-nrf:

PR head: 19e64d3c6a0e82951d3f208cca59557c49354b83
merge base: 4dc0eca8f0536066b82a949aefac5941e479b87b
target head (collab-nrfx-4.0): 4dc0eca8f0536066b82a949aefac5941e479b87b
Diff

zephyr:

PR head: ad7fb2d1d1dff32666b50fc48b87219481bd54ce
merge base: 3c9c5b7ad4a520e0f0945b8a18c79082db398c29
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 (46)
tests
│  ├── benchmarks
│  │  ├── current_consumption
│  │  │  ├── system_off
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_lpcomp_wakeup.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_lpcomp_wakeup.overlay
│  │  │  │  │  ├── nrf54lm20dk_nrf54lm20a_cpuapp_lpcomp_wakeup.overlay
│  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp_lpcomp_wakeup.overlay
│  │  ├── multicore
│  │  │  ├── idle_comp
│  │  │  │  ├── boards
│  │  │  │  │  ├── comp.overlay
│  │  │  │  │  │ lpcomp.overlay
│  │  ├── power_consumption
│  │  │  ├── lpcomp
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── nrf54lm20dk_nrf54lm20a_cpuapp.overlay
│  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  ├── zephyr
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── comp
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  ├── drivers
│  │  │  ├── comparator
│  │  │  │  ├── gpio_loopback
│  │  │  │  │  ├── snippets
│  │  │  │  │  │  ├── nrf_comp
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  │  │  │  │  ├── nrf_lpcomp
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
west.yml
zephyr
│  ├── drivers
│  │  ├── comparator
│  │  │  ├── comparator_nrf_comp.c
│  │  │  │ comparator_nrf_lpcomp.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── comparator
│  │  │  │  ├── nordic,nrf-comp.yaml
│  │  │  │  │ nordic,nrf-lpcomp.yaml
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── comparator
│  │  │  │  │  ├── nrf_comp.h
│  │  │  │  │  │ nrf_lpcomp.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── comparator
│  │  │  │  │  │ nrf-comp.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── system_off
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_comparator.overlay
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── comp
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── bl54l15_dvk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── bl54l15u_dvk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54lm20dk_nrf54lm20a_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test.c
│  │  ├── drivers
│  │  │  ├── build_all
│  │  │  │  ├── comparator
│  │  │  │  │  ├── nrf_comp
│  │  │  │  │  │  ├── diff.overlay
│  │  │  │  │  │  ├── se.overlay
│  │  │  │  │  │  │ se_aref.overlay
│  │  │  │  │  ├── nrf_lpcomp
│  │  │  │  │  │  ├── ext_ref.overlay
│  │  │  │  │  │  │ int_ref.overlay
│  │  │  ├── comparator
│  │  │  │  ├── gpio_loopback
│  │  │  │  │  ├── snippets
│  │  │  │  │  │  ├── nrf_comp
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── bl54l15_dvk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── bl54l15u_dvk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf54lm20dk_nrf54lm20a_cpuapp.overlay
│  │  │  │  │  │  ├── nrf_lpcomp
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── bl54l15_dvk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── bl54l15u_dvk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf54lm20dk_nrf54lm20a_cpuapp.overlay

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-low-level
    • ⚠️ test-fw-nrfconnect-rs
    • ⚠️ test-fw-nrfconnect-fem
    • ⚠️ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_samples
    • 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_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-pmic-samples
    • test-sdk-wifi

Note: This message is automatically posted and updated by the CI

Copy link

github-actions bot commented Oct 1, 2025

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3343 branch 2 times, most recently from 606b17e to 77cea56 Compare October 8, 2025 07:20
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3343 branch from 77cea56 to 5ece64f Compare October 10, 2025 09:32
@jaz1-nordic jaz1-nordic force-pushed the auto-manifest-sdk-zephyr-3343 branch from 5ece64f to c4fad6a Compare October 10, 2025 09:39
@jaz1-nordic jaz1-nordic requested review from a team and MarekPorwisz as code owners October 10, 2025 09:39
@jaz1-nordic jaz1-nordic changed the base branch from main to collab-nrfx-4.0 October 10, 2025 09:39
Copy link

Since quarantine was modified, please make sure you are following the process described in Quarantine Process.

@jaz1-nordic jaz1-nordic force-pushed the auto-manifest-sdk-zephyr-3343 branch from da85c8c to 1f3f2f5 Compare October 10, 2025 12:50
@jaz1-nordic jaz1-nordic force-pushed the auto-manifest-sdk-zephyr-3343 branch from 1f3f2f5 to 3b5903f Compare October 13, 2025 10:17
NordicBuilder and others added 2 commits October 13, 2025 14:09
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Align test boards overlays for changed comparator input types.

Signed-off-by: Jakub Zymelka <[email protected]>
@jaz1-nordic jaz1-nordic force-pushed the auto-manifest-sdk-zephyr-3343 branch from 3b5903f to 19e64d3 Compare October 13, 2025 12:10
@NordicBuilder NordicBuilder removed the DNM label Oct 13, 2025
@masz-nordic masz-nordic merged commit 70a4902 into nrfconnect:collab-nrfx-4.0 Oct 13, 2025
13 of 14 checks passed
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.

6 participants