Skip to content

Conversation

nordic-segl
Copy link
Contributor

@nordic-segl nordic-segl commented Oct 17, 2025

Enable comparator test on nrf54lv10dk/nrf54lv10a/cpuapp/ns.
Enable clock_control tests on nrf54lv10dk/nrf54lv10a/cpuapp/ns.

Enable comparator test on nrf54lv10dk/nrf54lv10a/cpuapp/ns.

Signed-off-by: Sebastian Głąb <[email protected]>
@nordic-segl nordic-segl requested a review from a team as a code owner October 17, 2025 10:02
@NordicBuilder NordicBuilder added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 17, 2025
@NordicBuilder NordicBuilder requested a review from a team October 17, 2025 10:02
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 17, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: ead1be702273c75ca7fe3b34ee1cd7d5ff4ca7cf

more details

sdk-nrf:

PR head: ead1be702273c75ca7fe3b34ee1cd7d5ff4ca7cf
merge base: 2cc973169f347c57f36df932972cc3d2c48b8f07
target head (main): 72fcf17aecf9ba0948a1cf8caf2d16e3f58b310f
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 (11)
tests
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp_ns.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_lf_clock_start
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── onoff
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── comparator
│  │  │  │  ├── gpio_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54lv10dk_nrf54lv10a_common.dtsi
│  │  │  │  │  │  ├── nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp_ns.overlay
│  │  │  │  │  ├── snippets
│  │  │  │  │  │  ├── nrf_comp
│  │  │  │  │  │  │  │ snippet.yml
│  │  │  │  │  │  ├── nrf_lpcomp
│  │  │  │  │  │  │  │ snippet.yml
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 46667c6630
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:46667c6630_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 41
  • ❌ Integration tests
    • ❌ test-low-level
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • 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_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-dfu
    • 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

@nordic-segl
Copy link
Contributor Author

Works in CI:

12:07:55  INFO    - 1/4 [email protected]/nrf54lv10a/cpuapp nrf.extended.drivers.comparator.gpio_loopback.nrf_lpcomp PASSED (device: 1051613579, 4.045s <zephyr>)
12:07:55  INFO    - 2/4 [email protected]/nrf54lv10a/cpuapp nrf.extended.drivers.comparator.gpio_loopback.nrf_comp PASSED (device: 1051623308, 3.941s <zephyr>)
12:07:56  INFO    - 3/4 [email protected]/nrf54lv10a/cpuapp/ns nrf.extended.drivers.comparator.gpio_loopback.nrf_comp PASSED (device: 1051641694, 7.152s <zephyr>)
12:07:59  INFO    - 4/4 [email protected]/nrf54lv10a/cpuapp/ns nrf.extended.drivers.comparator.gpio_loopback.nrf_lpcomp PASSED (device: 1051613579, 7.552s <zephyr>)

Enable clock_control tests on nrf54lv10dk/nrf54lv10a/cpuapp/ns.

Signed-off-by: Sebastian Głąb <[email protected]>
@NordicBuilder NordicBuilder requested a review from a team October 17, 2025 13:51
@nordic-segl
Copy link
Contributor Author

nrf.extended.drivers.clock.nrf_lf_clock_start_xtal_no_wait has to be quarantined

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants