Skip to content

Conversation

@nordic-segl
Copy link
Contributor

tests: drivers: flash: common: Add explicit test for flash_erase
nrfconnect/sdk-zephyr#1881
zephyrproject-rtos/zephyr#75360

@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 Jul 10, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jul 10, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@d3a967f nrfconnect/sdk-zephyr#1881 nrfconnect/sdk-zephyr#1881/files

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jul 10, 2024

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite
desktop52_verification X
test-fw-nrfconnect-ble_samples X
test-fw-nrfconnect-chip X
test-fw-nrfconnect-fem X
test-fw-nrfconnect-nfc X
test-fw-nrfconnect-rpc X
test-fw-nrfconnect-rs X
test-low-level X
test-sdk-find-my X
test-sdk-sidewalk X
test_ble_commit X

Detailed information of selected test modules

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

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@nordic-segl nordic-segl force-pushed the NRFX-6031_Test-FLASH-erase branch from 47e49c1 to d37a8b3 Compare July 11, 2024 05:33
@nordic-segl nordic-segl force-pushed the NRFX-6031_Test-FLASH-erase branch from d37a8b3 to 74d44cd Compare August 19, 2024 06:39
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 19, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 5b2f15187d1599e2fa846c6b76866f56305bd5e5
zephyr: PR head: 5b67768d801886a04775e44d882730d1b009b7a9

more details

sdk-nrf:

PR head: 5b2f15187d1599e2fa846c6b76866f56305bd5e5
merge base: 48cf0785e650f4b036e88e98f166ca06d2868edf
target head (main): 48cf0785e650f4b036e88e98f166ca06d2868edf
Diff

zephyr:

PR head: 5b67768d801886a04775e44d882730d1b009b7a9
merge base: d3a967f7b8696e5e05a1ff64be49561a58e9e13d
target head (main): de695ea5d8b7b38794dc9b23721aee914b2519b2
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 (100)
west.yml
zephyr
│  ├── CMakeLists.txt
│  ├── Kconfig.zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  │ nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  ├── nrf9280pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf9280pdk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf9280pdk_nrf9280-ipc_conf.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280-memory_map.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280-pinctrl.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad_defconfig
│  │  │  │  ├── support
│  │  │  │  │  ├── nrf9280_cpuapp.JLinkScript
│  │  │  │  │  │ nrf9280_cpurad.JLinkScript
│  ├── cmake
│  │  ├── bintools
│  │  │  ├── gnu
│  │  │  │  │ target_bintools.cmake
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── entropy
│  │  │  │ Kconfig.nrf_prng
│  │  ├── mbox
│  │  │  │ mbox_nrf_bellboard_rx.c
│  │  ├── serial
│  │  │  │ Kconfig.nrfx
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf9280_cpuapp.dtsi
│  │  │  │  │ nrf9280_cpurad.dtsi
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf9280.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  │ nrf9280_cpuppr.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── dt-bindings
│  │  │  │  ├── misc
│  │  │  │  │  ├── nordic-domain-id-nrf9230.h
│  │  │  │  │  ├── nordic-nrf-ficr-nrf9230-engb.h
│  │  │  │  │  │ nordic-owner-id-nrf9230.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── Kconfig.nrf_regtool
│  │  │  ├── nrfs
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dvfs
│  │  │  │  │  │ ld_dvfs.c
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  │ nrfx_glue.h
│  ├── samples
│  │  ├── drivers
│  │  │  ├── watchdog
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  ├── scripts
│  │  ├── west_commands
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── snippets
│  │  ├── nordic-ppr-xip
│  │  │  ├── boards
│  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-ppr
│  │  │  ├── boards
│  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │ snippet.yml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── Kconfig.soc
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dmm.c
│  │  │  │  ├── dmm.h
│  │  │  │  │ nrf54hx_nrf92x_mpu_regions.c
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── nrf92
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpuppr
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpurad
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── align.ld
│  │  │  │  ├── soc.c
│  │  │  │  │ soc.h
│  │  │  ├── soc.yml
│  │  │  │ validate_base_addresses.c
│  ├── tests
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_irq_vector_table
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ arm_irq_vector_table.c
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── dmm
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── negative_tests
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── mbox
│  │  │  │  ├── mbox_error_cases
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpurad.overlay
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpurad.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── lib
│  │  │  ├── cpp
│  │  │  │  ├── cxx
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 2aae60c2f9
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:2aae60c2f9_81ed5a52d6

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1603
    • sdk-zephyr test count: 5651
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-nrf_crypto
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-tfm
    • ◻️ test-fw-nrfconnect-thread
    • ◻️ test-sdk-find-my
    • ◻️ test-fw-nrfconnect-nrf-iot_mosh
    • ◻️ test-sdk-sidewalk
    • ◻️ test-low-level
    • ◻️ test-sdk-dfu
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-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • 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-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-zigbee
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi

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

@nordic-segl nordic-segl force-pushed the NRFX-6031_Test-FLASH-erase branch from 74d44cd to 1c1e3b6 Compare August 27, 2024 10:42
@nordic-segl nordic-segl force-pushed the NRFX-6031_Test-FLASH-erase branch from 1c1e3b6 to cb0cc50 Compare September 9, 2024 05:44
tests: drivers: flash: common: Add explicit test for flash_erase
nrfconnect/sdk-zephyr#1881
zephyrproject-rtos/zephyr#75360

Signed-off-by: Sebastian Głąb <[email protected]>
@nordic-segl nordic-segl force-pushed the NRFX-6031_Test-FLASH-erase branch from cb0cc50 to 5b2f151 Compare September 16, 2024 06:38
@nordic-segl nordic-segl closed this Oct 7, 2024
@nordic-segl nordic-segl deleted the NRFX-6031_Test-FLASH-erase branch October 7, 2024 06:24
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.

3 participants