Skip to content

Conversation

travis3630
Copy link
Contributor

Add zephyr i2c testcase for nrf7120

@travis3630 travis3630 requested review from a team as code owners October 16, 2025 14:22
@NordicBuilder NordicBuilder added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 16, 2025
@travis3630
Copy link
Contributor Author

These tests needs to be quanrantine since it needs spg_pinsetA on CI, porting from pinset A to spg_pinsetA will be done in this ticket: https://nordicsemi.atlassian.net/browse/WZN-6764

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 16, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 83bb976c4d55580b7e811befe443ee341c4d046f

more details

sdk-nrf:

PR head: 83bb976c4d55580b7e811befe443ee341c4d046f
merge base: f74c67f5fbff08b4017c7e90107faea1bf4ec8c2
target head (main): a260683cb5829790aa5a3c0955095b4deee9ce35
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 (13)
CODEOWNERS
samples
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── i2c
│  │  │  │  ├── rtio_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf7120pdk_nrf7120_cpuapp.conf
│  │  │  │  │  │  │ nrf7120pdk_nrf7120_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
scripts
│  ├── ci
│  │  │ tags.yaml
tests
│  ├── zephyr
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── i2c
│  │  │  │  │  ├── i2c_slave
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf7120pdk_nrf7120_cpuapp.conf
│  │  │  │  │  │  │  │ nrf7120pdk_nrf7120_cpuapp.overlay
│  │  │  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── i2c
│  │  │  │  ├── i2c_nrfx_twim
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7120pdk_nrf7120_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ 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: 15
  • ✅ 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

@travis3630 travis3630 force-pushed the WZN-2251-nrf7120-add-testcase-twi-i2c branch from 84a7b91 to 381147e Compare October 16, 2025 14:36
@NordicBuilder NordicBuilder removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 16, 2025
@travis3630 travis3630 force-pushed the WZN-2251-nrf7120-add-testcase-twi-i2c branch 2 times, most recently from 5a6c784 to 7ee28be Compare October 16, 2025 15:15
@travis3630
Copy link
Contributor Author

Copy link

You can find the documentation preview for this PR here.

Copy link
Contributor

@nordic-piks nordic-piks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use existing sample - nrf/samples/zephyr/drivers/i2c/rtio_loopback/sample.yaml -
rather than creating new sample in test folder.

@travis3630 travis3630 force-pushed the WZN-2251-nrf7120-add-testcase-twi-i2c branch from 7ee28be to c74ed5f Compare October 17, 2025 10:12
@NordicBuilder NordicBuilder requested a review from a team October 17, 2025 10:12
@travis3630 travis3630 force-pushed the WZN-2251-nrf7120-add-testcase-twi-i2c branch from c74ed5f to 4d62356 Compare October 17, 2025 10:27
@NordicBuilder NordicBuilder requested a review from a team October 17, 2025 10:28
@travis3630 travis3630 force-pushed the WZN-2251-nrf7120-add-testcase-twi-i2c branch from 4d62356 to 45281c0 Compare October 17, 2025 11:33
@NordicBuilder NordicBuilder requested a review from a team October 17, 2025 11:34
Add zephyr i2c testcase for nrf7120

Signed-off-by: Travis Lam <[email protected]>
@travis3630 travis3630 force-pushed the WZN-2251-nrf7120-add-testcase-twi-i2c branch from 45281c0 to 83bb976 Compare October 17, 2025 12:47
@travis3630 travis3630 requested review from a team, PerMac and katgiadla as code owners October 17, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants