Skip to content

Conversation

@nordic-segl
Copy link
Contributor

Update test with changes done in the upstream.
Manifest - update sdk-zephyr.

@nordic-segl nordic-segl requested review from a team as code owners March 13, 2025 07:44
@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 Mar 13, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 13, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@faf28c0 nrfconnect/sdk-zephyr@dab4986 (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 13, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 2bd8acf9eb63361883a042654376252256c7a950
zephyr: PR head: dab498614cd47d28158119bb1e67d1b70d8f0a9a

more details

sdk-nrf:

PR head: 2bd8acf9eb63361883a042654376252256c7a950
merge base: 72f5fb25989e3b3800624ab96e362918778287b0
target head (main): 72f5fb25989e3b3800624ab96e362918778287b0
Diff

zephyr:

PR head: dab498614cd47d28158119bb1e67d1b70d8f0a9a
merge base: faf28c05d32808c6114bcb0a7005d6b2e9a01f92
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
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── hwinfo
│  │  │  │  │  ├── reset_cause
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── doc
│  │  ├── releases
│  │  │  │ migration-guide-4.2.rst
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ conn.h
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── channel_sounding
│  │  │  │  ├── include
│  │  │  │  │  │ cs_test_params.h
│  │  │  │  ├── src
│  │  │  │  │  │ connected_cs_initiator.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── shell
│  │  │  │  │  │ cs.c
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── hwinfo
│  │  │  │  │  ├── reset_cause
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ desktop52_verification
    • ◻️ test_ble_nrf_config
    • ◻️ test-fw-nrfconnect-ble_samples
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-sdk-find-my
    • ◻️ test-sdk-sidewalk
    • ◻️ test-low-level
    • ◻️ test-sdk-dfu
Disabled integration tests
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • 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

@github-actions
Copy link

You can find the documentation preview for this PR here.

@nordic-segl nordic-segl force-pushed the NRFX-7127_Add-cpu-lockup-reset-reason branch from 00b0707 to 5b3742b Compare March 13, 2025 12:02
There were changes to the test in the Zephyr upstream.
Align prj.conf and testcase.yaml

Signed-off-by: Sebastian Głąb <[email protected]>
Include:
tests: boards: nrf: hwinfo: Extend test with RESET_CPU_LOCKUP
nrfconnect/sdk-zephyr#2571
zephyrproject-rtos/zephyr#86568

Signed-off-by: Sebastian Głąb <[email protected]>
@nordic-segl nordic-segl force-pushed the NRFX-7127_Add-cpu-lockup-reset-reason branch from 5b3742b to 2bd8acf Compare March 13, 2025 13:27
@NordicBuilder NordicBuilder removed the DNM label Mar 13, 2025
@sonarqubecloud
Copy link

@nordicjm nordicjm merged commit 9eb862a into nrfconnect:main Mar 13, 2025
14 of 15 checks passed
@nordic-segl nordic-segl deleted the NRFX-7127_Add-cpu-lockup-reset-reason branch March 13, 2025 13:51
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.

5 participants