Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest: sdk-zephyr: Ncsdk 31820 fix failing arch tests #20539

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners February 20, 2025 15:38
@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 Feb 20, 2025
Copy link

After documentation is built, you will find the preview for this PR here.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 20, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@cd78af5 (main) nrfconnect/sdk-zephyr#2540 nrfconnect/sdk-zephyr#2540/files

DNM label due to: 1 project with PR revision

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 20, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: a263a2aaff177db68e8533c8995a0b9467e49ae6
zephyr: PR head: bb41167d4d7137fad1e60ede363b950dd03d611e

more details

sdk-nrf:

PR head: a263a2aaff177db68e8533c8995a0b9467e49ae6
merge base: 254ece2b6dfb679e849cf44ae29aa1aa0640fa0c
target head (main): 254ece2b6dfb679e849cf44ae29aa1aa0640fa0c
Diff

zephyr:

PR head: bb41167d4d7137fad1e60ede363b950dd03d611e
merge base: cd78af582fee0167a0d0038b6197e86dba90272f
target head (main): cd78af582fee0167a0d0038b6197e86dba90272f
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 (4)
west.yml
zephyr
│  ├── subsys
│  │  ├── ipc
│  │  │  ├── ipc_service
│  │  │  │  ├── backends
│  │  │  │  │  ├── Kconfig.icbmsg
│  │  │  │  │  │ ipc_icbmsg.c
│  ├── tests
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_thread_swap
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay

Outputs:

Toolchain

Version: aedb4c0245
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:aedb4c0245_bece0367df

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 243
    • sdk-zephyr test count: 1581
  • 🟡 Integration tests
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-rpc
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-sdk-find-my
    • 🟡 test-low-level
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nrf-iot_cloud
    • 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_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2540 branch from 37d22a1 to e041b2b Compare February 20, 2025 15:54
@adamkondraciuk adamkondraciuk force-pushed the auto-manifest-sdk-zephyr-2540 branch from e041b2b to b9370d2 Compare February 21, 2025 09:55
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2540 branch from b9370d2 to beb1854 Compare February 21, 2025 09:56
@adamkondraciuk adamkondraciuk force-pushed the auto-manifest-sdk-zephyr-2540 branch from beb1854 to 1a41271 Compare February 21, 2025 13:00
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2540 branch 2 times, most recently from c018706 to ba97184 Compare February 21, 2025 14:06
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2540 branch from ba97184 to a263a2a Compare February 24, 2025 08:47
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